The code snippet was incomplete:
highway = cycleway & bicycle = designated {set highway = radweg}
highway = path & bicycle = designated {set highway = radweg}
highway = path & bicycle = official {set highway = radweg}
# "radweg" verarbeiten:
# ---------------------
# Verbleibende Elemente "highway = cycleway" umdefinieren:
highway = cycleway {set highway = radweg}
# Standardwerte hinzufügen (nur Fußgänger und Radfahrer zulassen)
highway = radweg {add mkgmap:carpool=1}
highway = radweg {add access = no; add bicycle = yes; add foot = yes}
# Routing
# 0x10 = Bitmap 2 (breit)
highway = radweg [0x10 road_class=0 road_speed=1 resolution 24 continue]
--
View this message in context:
http://gis.638310.n2.nabble.com/routing-on-new-devices-tp7001203p7020705.html
Sent from the Mkgmap Development mailing list archive at Nabble.com.
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev