[OSM-talk] Osmosis appears to be working correctly but no output file created. Any one seen this before?

2008-03-02 Thread scottn
Hi all, Some progress made: I have a shell script do_it2.sh that looks like this: java -mx1024m -jar osmosis.jar --read-xml file=uk-080227.osm --bounding-polygon file="MyArea.txt" --write-xml file="MyArea.osm" and MyArea.txt looks like this: North_Bristol 1 51.6304 -2.5619 51.6304 -2.4

[OSM-talk] FW: Re: New to osmosis and it won't work for me

2008-02-29 Thread scottn
Hi, Better but I now get: [EMAIL PROTECTED]:~/osmosis-0.24$ sh do_it Exception in thread "main" java.lang.ClassFormatError: com.bretth.osmosis.core.Osmosis (unrecognized class file version) at java.lang.VMClassLoader.defineClass(libgcj.so.70) at java.lang.ClassLoader.defineClass(libgcj.so.7

[OSM-talk] New to osmosis and it won't work for me

2008-02-29 Thread scottn
Hi, I am trying to get osmosis to work for me for the first time. I'm not sure I have it installed properly because I try this : java -mx1024m -jar osmosis.jar --read-xml file=uk-080227.osm --bounding-polygon file="MyArea.txt" --write-xml file="MyArea.osm" And I get: [EMAIL PROTECTED]:~/osmos

[OSM-talk] osmosis

2008-02-28 Thread scottn
Hi, I'm really new to all openstreetmap and I am trying to get osmosis to work on a Ubuntu Linux machine. I have downloaded osmosis and java1.6 but can not get any thing to work. Can any body give me a really simple description of what I need to do to get Osmosis to run a simple exercise. Tha