forked from organicmaps/organicmaps-tmp
[styles] Add emergency=phone
This commit is contained in:
parent
82ab61b76d
commit
1b7771fcb5
1 changed files with 2 additions and 0 deletions
|
@ -615,9 +615,11 @@ node|z19-[power=station], area|z19-[power=station]{ icon-image: power-l.svg; tex
|
|||
node|z19-[power=substation], area|z19-[power=substation]{ icon-image: power-l.svg; text-offset: 10; font-size: 11; text: name; text-color: @poi_label; z-index: 2400;}
|
||||
|
||||
node|z17-[amenity=telephone] { icon-image: phone-l.svg; z-index: 2500;icon-min-distance: 30; }
|
||||
node|z17-[emergency=phone] { icon-image: phone-l.svg; z-index: 2500;icon-min-distance: 30; }
|
||||
node|z17-[amenity=recycling], area|z17-[amenity=recycling], { icon-image: recycling-l.svg;z-index: 2500; icon-min-distance: 30;}
|
||||
|
||||
node|z19-[amenity=telephone] { icon-image: phone-l.svg; z-index: 2500; }
|
||||
node|z19-[emergency=phone] { icon-image: phone-l.svg; z-index: 2500; }
|
||||
node|z19-[amenity=recycling], area|z19-[amenity=recycling], { icon-image: recycling-l.svg;z-index: 2500; }
|
||||
|
||||
node|z13-[shop=mall], area|z13-[shop=mall] { icon-image: shop-s.svg; text-offset: 10; font-size: 10; text: name; text-color: @poi_label; z-index: 2600; }
|
||||
|
|
Loading…
Add table
Reference in a new issue