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

How to import GeoJSON into OSM ID Editor programmatically?

0

Is there an OSM ID API that I can use to push GeoJSON data into an OSM ID editor?

I have a leaflet map where users can draw markers. I was thinking of the feature to export drawn markers to the OSM editor. Is it possible?

asked 12 Feb '21, 13:38

sabirmostofa's gravatar image

sabirmostofa
11112
accept rate: 0%


One Answer:

0

The OSMF fork of iD supports the display of vector tiles in Mapboxs format, (Rap)iD supports 3rd party data from ESRI (format unknown), it might be possible to shoehorn GeoJSON support on to that, see https://wiki.openstreetmap.org/wiki/RapiD#ESRI_GIS

answered 14 Feb '21, 19:53

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701
accept rate: 18%

Source code available on GitHub .