forked from organicmaps/organicmaps
Fixed icons on zoom 19
This commit is contained in:
parent
ecb1a6b3f0
commit
90d1b1c90b
1 changed files with 6 additions and 6 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Reference in a new issue