logo separator

[mkgmap-dev] routing on new devices

From Felix Hartmann extremecarver at gmail.com on Tue Nov 22 15:25:03 GMT 2011


On 22.11.2011 16:03, toc-rox wrote:
> 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}
well and here is a contradiction actually. adding biycle=yes and 
foot=yes does not change anything, cause they are added as bicycle=no 
and foot=no by mkgmap:carpool=1 beforehand. So effectively you block 
cyclists and pedestrians too (check it up in gpsmapedit). If on the 
other hand you used set bicycle=yes then you would crash the 
mkgmap:carpool=1 that you set/added beforehand. Anyhow for trying out 
stuff add action is not suitable at all and you should use set action.
>
> # 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
> mkgmap-dev at lists.mkgmap.org.uk
> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev




More information about the mkgmap-dev mailing list