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

How to set an address in Openstreetmap then I have the geopoint

0

Hello, I want to adding new address location in OpenStreetMap, but I have street name, house number and the position, the position is a Geopoint(lat, lng). There are a possibility to add this one into OpenStreetMap using C# ?

Normaly I have a database table (cityName, streetName, houseNumber, lat, lon) with a lot of addresses that are not into OpenStreetMap, I want to insert all rows into OSM but not manually, there are another metod to do this insert automatic using C#?

Thank you a lot.

asked 13 Dec '16, 08:13

viorel1103's gravatar image

viorel1103
11224
accept rate: 0%

edited 24 Jan '17, 22:18

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


One Answer:

4

It sounds like you are talking about importing an external dataset into OpenStreetMap. If you are, please read the import guidelines before looking into the purely technical challenges.

If you are talking about something else, please edit your question to add more detail.

answered 13 Dec '16, 09:09

joost%20schouppe's gravatar image

joost schouppe
3.4k245087
accept rate: 12%

Normaly I have a database table (cityName, streetName, houseNumber, lat, lon) with a lot of addresses that are not into OpenStreetMap, I want to insert all rows into OSM but not manually, there are another metod to do this insert automatic using C#?

(13 Dec '16, 10:38) viorel1103
1

OK, so I still understand that you somehow have addresses and you want to share them with the world by uploading them to OpenStreetMap. In that case, please read the previous mentioned link before even thinking about which programming language you want to use.

You will have to get in touch with the OSM community of your country - they will probably be able to help you in your native language.

(13 Dec '16, 10:58) joost schouppe

Source code available on GitHub .