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 aseerel4c26 ♦ |
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 schouppe 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
|