You are not logged in.
- Topics: Active | Unanswered
Announcement
Please create new topics on the new site at community.openstreetmap.org. We expect the migration of data will take a few weeks, you can follow its progress here.***
#1 2020-06-22 13:57:15
- Kirantpatil
- New Member
- Registered: 2020-06-22
- Posts: 1
Update the OSM geolocation using API
Hi,
I would like to update the OSM database using the API.
Usecase:
We would want to use Openstreetmap with Nominatim to get address of the location using latlng. Since Nominatim database is not as extensive as google, we would like to update the address as and when people select the location on map using latlng and they should be able to update the address if they could not find one.
We would like to allow our end users using Android or iOS or webapp to get the place details using latlng and update new location details as well.
How can we achieve it ?
Thanks,
Kiran.
Offline
#2 2020-06-22 15:48:48
- SimonPoole
- Member
- Registered: 2010-03-14
- Posts: 2,195
Re: Update the OSM geolocation using API
Essentially you need to update the original OSM data (from which then Nominatim will be updated).
Conventionally you do that with an "editor" of which there are many, all of the general purpose ones have numerous issues for the use case you are describing, so I personally would recommend something like https://osmybiz.osm.ch/#/19/47.15976/8.36968 for business (it is conceivable to use the same for private addresses but it would obviously need some work).
Offline