Fixed icons on zoom 19

This commit is contained in:
Constantin Shalnev 2016-01-04 16:26:45 +03:00
parent ecb1a6b3f0
commit 90d1b1c90b

View file

@ -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; }