On Thu, 17 Dec 2009 13:43:36 +0100, Jan Tappenbeck <[email protected]> wrote: > hi ! > > i have got a problem with my osmosis 0.32 in using of a windows batchfile. > > this is a part of the batch-file: > > echo zusammenfuehren der OSM-Dateien > %osmworkfolder%\osmosis\bin\osmosis.bat -v 99 --read-xml > schleswig-holstein.osm.bz2 --read-xml hamburg.osm.bz2 --merge > --write-xml %osmworkfolder%/osmosis/data4garminmap.osm > > echo here is a command > > .... > > the merge-process is done but the next step will not startet - the batch > cancel !!!
What do you mean with "next step"? This should work as a pipeline and thus be a single step. As long as the next element-id and element-type on the first(/second) input of merge is lower then the next element-id +type on the second(/first) input it should read elements from that one and hand them over to be written. It's not First: read Then: read other Then: merge then: write Marcus _______________________________________________ osmosis-dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/osmosis-dev
