How to set an address in Openstreetmap then I have the geopoint
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.