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

creating node using java

0

how can i create node in java using osm api....what's the api classes and what jar file we use regularly?give me the quickly?

asked 12 Dec '13, 18:02

kumar19's gravatar image

kumar19
1111
accept rate: 0%


One Answer:

4

Hi, first you should be aware, that the OSM community is very skeptical about automated edits / imports so please make sure, that you discuss it before you try to upload nodes that might cause problems:
https://wiki.openstreetmap.org/wiki/Mechanical_Edit_Policy
https://wiki.openstreetmap.org/wiki/Contact

You might want to create a local OSM XML document first, before you start with doing real edits using the OSM API (first plz. use our testservers API). For contacting the API, you might checkout various libs that fit best for you: https://wiki.openstreetmap.org/wiki/Frameworks

answered 12 Dec '13, 18:16

iii's gravatar image

iii
4.9k84082
accept rate: 10%

Source code available on GitHub .