Skip to content

Commit

Permalink
moved hospital and pharmacy icons to svg
Browse files Browse the repository at this point in the history
  • Loading branch information
nebulon42 committed Dec 19, 2014
1 parent cd01905 commit a7cf80a
Show file tree
Hide file tree
Showing 5 changed files with 141 additions and 6 deletions.
15 changes: 9 additions & 6 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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] {
Expand Down Expand Up @@ -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] {
Expand Down Expand Up @@ -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;
Expand All @@ -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;
Expand Down
Binary file removed symbols/hospital.p.16.png
Binary file not shown.
64 changes: 64 additions & 0 deletions symbols/hospital.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed symbols/pharmacy.p.16.png
Binary file not shown.
68 changes: 68 additions & 0 deletions symbols/pharmacy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a7cf80a

Please sign in to comment.