Discussion:
[mkgmap-dev] question with poi
Steve Sgalowski
2015-08-27 05:28:49 UTC
Permalink
is there a way guys , that poi's can be loaded on to highway or all types
of roads
?

(highway=motorway_link | highway=trunk_link) & mkgmap:exit_hint=true &
mkgmap:dest_hint=true
{ name '${destination:ref|subst: =>} ${destination|subst:;=> |subst:/=>
}' |
'${ref|subst: =>} ${destination|subst:;=> |subst:/=> }' |
'${destination|subst:;=> |subst:/=> }' |
'Exit ${mkgmap:exit_hint_ref} ${mkgmap:exit_hint_name}' |
'Exit ${mkgmap:exit_hint_ref} ${mkgmap:exit_hint_exit_to}' |
'Exit ${mkgmap:exit_hint_exit_to}' |
'Exit ${mkgmap:exit_hint_name}' |
'Exit ${mkgmap:exit_hint_ref}'
}
done in the same setup , when this is done , or setup
a new one for poi's with say distance from you to the point ?

Stephen

Loading...