Hi All,

Can anyone advise.....

If I'm extracting a series of bounding boxes to seperate files, can I also extract the entire area to one file at the same time ?

I'm currently using.....

../osmosis-0.24/bin/osmosis --read-xml file="../planet-080102.osm.bz2" \
--tee 3 \
--bounding-box top="60.85" bottom="58.70" left="-3.50" right="-0.75" \
--bounding-box top="58.70" bottom="55.50" left="-8.00" right="-5.00" \
--bounding-box top="58.70" bottom="55.50" left="-5.00" right="-1.50" \
--write-xml file="Grid0.osm" \
--write-xml file="Grid1.osm" \
--write-xml file="Grid2.osm" \




Cheers

Stuart
_______________________________________________
talk mailing list
[email protected]
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk

Reply via email to