OSM routing (OSRM): do I need to duplicate all data for different profiles?

十年热恋 提交于 2019-12-11 13:02:31

问题


I use OSRM and would like to allow the user to select from different routing profiles (e.g. car / foot). The documentation states that I can define the profile during the extract and prepare process. Does this mean that I have to run seperate instances for each profile, each with its own .osrm file? (this is an issue because I run it for a dataset covering large areas (~100GB).


回答1:


Yes, as of today OSRM doesn't support multiple profiles.



来源:https://stackoverflow.com/questions/35397627/osm-routing-osrm-do-i-need-to-duplicate-all-data-for-different-profiles

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!