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

indoor Osm

0

Is there any available libraries in Java for writing indoorOSM data

asked 25 Jul '22, 13:58

Sai-gisvolunteer's gravatar image

Sai-gisvolun...
11112
accept rate: 0%


One Answer:

1

Data tagged according to the SIT schema (https://wiki.openstreetmap.org/wiki/Simple_Indoor_Tagging) is no different than any other OSM data. So the question would be what kind of specific support are you looking for?

Note that the "IndoorOSM" tagging schema is long defunct and you shouldn't be considering adding data in that format.

answered 29 Jul '22, 10:54

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701
accept rate: 18%

I am looking for doing the tagging programatically instead of using an editor. Are there available libraries to do the task?

(30 Jul '22, 10:22) Sai-gisvolun...

https://github.com/westnordost/osmapi/ are likely the most current API 0.6 binding, but as said there is nothing specific to indoor tagging.

Note that automated edits, organized editing and similar activities need to follow the relevant guidelines:

https://wiki.osmfoundation.org/wiki/Organised_Editing_Guidelines

https://wiki.openstreetmap.org/wiki/Automated_edits

(30 Jul '22, 11:02) SimonPoole ♦

Source code available on GitHub .