NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

I want to generate a OSM data for GraphHopper. I have many point coordinates just like

    id, name, x, y
1, road1, 108.000001, 25.0000001
2, road1, 108.000002, 25.0000002
3, road1, 108.000003, 25.0000003
...
1001, road2, 107.000001, 24.000001
1002, road2, 107.000002, 24.000002
1003, road2, 107.000003, 24.000003
...

How could I generate OSM roads with these points? I don't have the GPX data, because I got these point coordinates from a interface. The interface just return the data like above. ps: All of the road are two-ways.

asked 18 May '20, 07:59

19774279's gravatar image

19774279
11224
accept rate: 0%

edited 18 May '20, 08:02

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×710
×362
×21

question asked: 18 May '20, 07:59

question was seen: 659 times

last updated: 18 May '20, 08:02

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum