logo separator

[mkgmap-dev] Problematic routing on road_class=3 ferry routes for hikers

From Minko ligfietser at online.nl on Wed Oct 22 13:05:25 BST 2014

 
> route=ferry & foot!=no {set foot_ferry=yes; set foot=no; add
> mkgmap:ferry=1 } [0x1b road_class=3 road_speed=0 resolution 19
> continue with_actions]
> route=ferry & foot_ferry=yes {setaccess=no; set foot=yes} [0x1b
> road_class=0 road_speed=0 resolution 23]


Oops, I forgot something. Above rules dont render ferries that are tagged with foot=no
Maybe this works better:

route=ferry & foot!=no {set foot_ferry=yes}
route=ferry {set foot=no; add mkgmap:ferry=1} [0x1b road_class=3 road_speed=0 resolution 19 continue with_actions]
route=ferry & foot_ferry=yes {setaccess=no; set foot=yes} [0x1b road_class=0 road_speed=0 resolution 23]



More information about the mkgmap-dev mailing list