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

add information to OSM server

0

Hey guys, I actually new in OSM, but I have a problem. I have installed my own OSM server with OSRM, but I want to add some information to my OSM data. I would like to add information like hole information, traffic light information, can you guys help me how to solve this problem?

asked 23 Feb '15, 08:42

louis_perdana's gravatar image

louis_perdana
11113
accept rate: 0%

Please Louis_Perdana specify your question "hole information", "traffic light information" import our your own data ? Import onto your own server or the OSM server ?

(23 Feb '15, 11:26) Hendrikklaas

One Answer:

1

While not totally impossible this is at least difficult.

You need to add the data to the osm data -before- you import it into OSRM. One way to do this is to edit the data with JOSM (this assumes that we are talking about a small to very small extract of OSM). Depending on how picky OSRM is you then might need to convert the resulting JOSM format OSM data with negative ids, to regular OSM format (aka renumbering and throwing away some JOSM specific attributes).

The far simpler solution would be to add your data directly to OSM if it is useful, real and available on terms that allow it to be included in OSM.

answered 24 Feb '15, 10:59

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701
accept rate: 18%

edited 24 Feb '15, 11:05

Source code available on GitHub .