Hello folks, I'm trying to use osmosis as a library, taking Osmosis.java as reference. The problem is that after the pipeline execution is finished(I guess that Pipeline#waitForCompletion blocks), the application is not terminated, a "System.exit(0)" is required. For a simple CLI usage that would be fine, but I need to do this in a web server. How could I overcome this problem?
By the way, I'm trying to convert an .osm file into a .map using mapsforge's plugin. Cheers, André Miranda
_______________________________________________ osmosis-dev mailing list [email protected] https://lists.openstreetmap.org/listinfo/osmosis-dev
