Is there any available libraries in Java for writing indoorOSM data asked 25 Jul '22, 13:58 Sai-gisvolun... |
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 ♦ 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
(30 Jul '22, 11:02)
SimonPoole ♦
|