Hey, I am using JAVA EE for developing. Now I want to extract files from an .osm file for my project. This must happen automatized, wherefore I have to integrate this part into my project. Is there a way to integrate and use osmosis in my project or will I have to write my own parser for the .osm files? Thanks in advance, Sebastian |
Osmosis can be used a library and called from within your Java code. Unfortunately, this way of using Osmosis is not yet documented well, but perhaps my example here can help you? http://forum.openstreetmap.org/viewtopic.php?pid=213212#p213212 Thank you very much! This helped me a lot.
(30 Jun '15, 19:06)
conansc
|