diff --git a/amenity-points.mss b/amenity-points.mss
index c9f832b741..6bc019a79a 100644
--- a/amenity-points.mss
+++ b/amenity-points.mss
@@ -4,6 +4,7 @@
@shop-icon: #ac39ac;
@transportation-icon: #0092da;
@transportation-text: #0066ff;
+@health-color: #da0092;
@landcover-font-size: 10;
@landcover-font-size-big: 12;
@@ -121,8 +122,9 @@
}
[feature = 'amenity_hospital'][zoom >= 15] {
- point-file: url('symbols/hospital.p.16.png');
- point-placement: interior;
+ marker-file: url('symbols/hospital.svg');
+ marker-placement: interior;
+ marker-fill: @health-color;
}
[feature = 'tourism_hostel'][zoom >= 17] {
@@ -191,8 +193,9 @@
}
[feature = 'amenity_pharmacy'][zoom >= 17] {
- point-file: url('symbols/pharmacy.p.16.png');
- point-placement: interior;
+ marker-file: url('symbols/pharmacy.svg');
+ marker-placement: interior;
+ marker-fill: @health-color;
}
[feature = 'amenity_place_of_worship'][zoom >= 16] {
@@ -1499,7 +1502,7 @@
[feature = 'amenity_hospital'][zoom >= 16] {
text-name: "[name]";
- text-fill: #da0092;
+ text-fill: @health-color;
text-size: 8;
text-dy: 10;
text-face-name: @book-fonts;
@@ -1512,7 +1515,7 @@
text-name: "[name]";
text-size: 8;
text-dy: 10;
- text-fill: #da0092;
+ text-fill: @health-color;
text-face-name: @book-fonts;
text-halo-radius: 1;
text-wrap-width: @standard-wrap-width;
diff --git a/symbols/hospital.p.16.png b/symbols/hospital.p.16.png
deleted file mode 100644
index dd4febf2bd..0000000000
Binary files a/symbols/hospital.p.16.png and /dev/null differ
diff --git a/symbols/hospital.svg b/symbols/hospital.svg
new file mode 100644
index 0000000000..1252dd61c2
--- /dev/null
+++ b/symbols/hospital.svg
@@ -0,0 +1,64 @@
+
+
+
+
diff --git a/symbols/pharmacy.p.16.png b/symbols/pharmacy.p.16.png
deleted file mode 100644
index fb1c56c865..0000000000
Binary files a/symbols/pharmacy.p.16.png and /dev/null differ
diff --git a/symbols/pharmacy.svg b/symbols/pharmacy.svg
new file mode 100644
index 0000000000..32ac509681
--- /dev/null
+++ b/symbols/pharmacy.svg
@@ -0,0 +1,68 @@
+
+
+
+