From 90d1b1c90bc73df1fb85c4084ec98fe17919593b Mon Sep 17 00:00:00 2001 From: Constantin Shalnev Date: Mon, 4 Jan 2016 16:26:45 +0300 Subject: [PATCH] Fixed icons on zoom 19 --- data/styles/clear/include/POI.mapcss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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; }