NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

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


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.

permanent link

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
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×202
×196
×25

question asked: 13 Dec '16, 08:13

question was seen: 2,545 times

last updated: 24 Jan '17, 22:18

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum