Skip to content

Commit

Permalink
Icon and YAML for amenity=fountain
Browse files Browse the repository at this point in the history
  • Loading branch information
kocio-pl committed Sep 1, 2015
1 parent c86fc04 commit ab89e68
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 12 deletions.
19 changes: 19 additions & 0 deletions amenity-points.mss
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,13 @@
marker-clip: false;
}

[feature = 'amenity_fountain'][zoom >= 17] {
marker-file: url('symbols/fountain-14.svg');
marker-fill: @marina-text;
marker-placement: interior;
marker-clip: false;
}

[feature = 'amenity_fuel'][zoom >= 17] {
marker-file: url('symbols/fuel.16.svg');
marker-fill: @transportation-icon;
Expand Down Expand Up @@ -1808,6 +1815,18 @@
}
}

[feature = 'amenity_fountain'][zoom >= 17] {
text-name: "[name]";
text-size: 9;
text-fill: @marina-text;
text-dy: 11;
text-face-name: @book-fonts;
text-halo-radius: 1;
text-halo-fill: rgba(255,255,255,0.6);
text-wrap-width: @standard-wrap-width;
text-placement: interior;
}

[feature = 'tourism_theme_park'][is_building = 'no'],
[feature = 'tourism_zoo'][is_building = 'no'] {
[zoom >= 13][way_pixels > 3000],
Expand Down
Loading

0 comments on commit ab89e68

Please sign in to comment.