[styles] Add emergency=phone

This commit is contained in:
Ilya Zverev 2016-04-26 14:32:59 +03:00
parent 82ab61b76d
commit 1b7771fcb5

View file

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