1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Added building=fire_station rendering

This commit is contained in:
Martin Tůma 2024-02-12 22:39:15 +01:00
parent ea29155463
commit 7c099b8f66

View File

@ -1006,7 +1006,7 @@
<rule e="any" k="amenity" v="police" zoom-min="17"> <rule e="any" k="amenity" v="police" zoom-min="17">
<symbol src=":/mapsforge/symbols/amenity/police2.svg" /> <symbol src=":/mapsforge/symbols/amenity/police2.svg" />
</rule> </rule>
<rule e="any" k="amenity" v="fire_station" zoom-min="17"> <rule e="any" k="amenity|building" v="fire_station" zoom-min="17">
<symbol src=":/mapsforge/symbols/amenity/firestation3.svg" /> <symbol src=":/mapsforge/symbols/amenity/firestation3.svg" />
</rule> </rule>
</rule> </rule>