diff --git a/data/styles/clear/include/POI.mapcss b/data/styles/clear/include/POI.mapcss index 6d737c5a32..1f70b92ba4 100644 --- a/data/styles/clear/include/POI.mapcss +++ b/data/styles/clear/include/POI.mapcss @@ -1,3 +1,9 @@ +/* AMENITY */ + +/* NAMED AMENITIES BY DEFAULT — TEMPORARY */ +node|z19-[amenity], area|z19-[amenity] { icon-image: none.svg; text-offset: 10; font-size: 11; text: name; text-color: @poi_label; } + + /* ZOOM 15 */ @@ -187,12 +193,6 @@ node|z17-[natural=beach], area|z17-[natural=beach]{ icon-image: beach-l.svg; tex -/* AMENITY */ - -/* NAMED AMENITIES BY DEFAULT — TEMPORARY */ -node|z19-[amenity], area|z19-[amenity] { icon-image: none.svg; text-offset: 10; font-size: 11; text: name; text-color: @poi_label; } - - /* AMENITY */ node|z15-[natural=spring],area|z17-[natural=spring]{ icon-image: drinking-water-m.svg; text-offset:8; font-size: 10; text: name; text-color: @poi_label; z-index: 2700; }