This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

append OSM file to existing OSRM

0

I did install and configure OSRM ( Open Street Map Routing Machine ) on my local server with a little osm file. Also i did install rails-port and i'm be able to change local map and save changes as OSM file with that. Is possible to append little OSM files to OSRM and change existing info?

asked 28 May '18, 18:59

cybercoder's gravatar image

cybercoder
36668
accept rate: 0%


One Answer:

2

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%20Topf's gravatar image

Jochen Topf
5.2k55074
accept rate: 31%

Thus, I need to export my local rails-port database to osm file and then re-extract and e-prepare with osrm. hmmm is it possible to export all rails-port database to a osm file?

(29 May '18, 08:52) cybercoder

Source code available on GitHub .