The attached patch replaces the + in the names of shelter-equipped
bus/tram/train stops with * when lit=yes. When travelling by foot or
bicycle during dark time of a day, it can be helpful to find the nearest
lit shelter for a break.
Best regards,
Marko
Index: resources/styles/default/points
===================================================================
--- resources/styles/default/points (revision 1404)
+++ resources/styles/default/points (working copy)
@@ -87,6 +87,9 @@
amenity=zoo [0x2c07 resolution 21]
(highway=bus_stop | railway=tram_stop | railway=halt | railway=station)
+& lit=yes & (shelter=yes | covered=yes)
+{ name '${name|def:} ${ref|def:}*${operator|def:}'; }
+(highway=bus_stop | railway=tram_stop | railway=halt | railway=station)
& (shelter=yes | covered=yes)
{ name '${name|def:} ${ref|def:}+${operator|def:}'; }
(highway=bus_stop | railway=tram_stop | railway=halt | railway=station)
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev