I did install and configure OSRM ( Open Street Map Routing Machine ) on my local server with a little asked 28 May '18, 18:59 cybercoder |
One Answer:
No, OSRM can not update its database. You have to re-create it from scratch after every change. answered 28 May '18, 20:10 Jochen Topf |
Thus, I need to export my local rails-port database to
osm
file and then re-extract and e-prepare withosrm
. hmmm is it possible to export all rails-port database to aosm
file?