d40cht / TwoPi

Automatic walking/cycling route generation from OSM maps
2 stars 0 forks source link

Implement multiple route types #17

Closed d40cht closed 11 years ago

d40cht commented 11 years ago

With different cost functions etc. See how Routino does it:

https://github.com/twinslash/routino/blob/master/xml/routino-profiles.xml

d40cht commented 11 years ago

For walking routes, probably want to upweight edges that are at high altitude rather than upweighting elevation changes. So once you're at height in a mountain range you stay there.