YinaZ / AccessMapLite

0 stars 0 forks source link

Smaller roads not considered for routing #3

Closed YinaZ closed 7 years ago

YinaZ commented 7 years ago

In the tutorial, I only used planet_osm_roads table from the osm data to set up my routing_info table for actual routing, which is probably why smaller roads like bicycle trail are not considered for routing. It is necessary to check out open street map documentation to see which table contains what information, and choose a table (or find a way to combine data from multiple tables) that is most suitable for this project.

YinaZ commented 7 years ago

planet_osm_roadsis the correct table to look at. High zoom roads can also be used for routing now at the new version of master branch.