[OSM-dev] planet

Jonas Svensson jonass at lysator.liu.se
Tue Aug 8 18:19:30 BST 2006


On 8 Aug 2006 at 0:33, SteveC wrote:

> steve.dev.openstreetmap.org/planet.osm.bz2
> 
> 210 meg, 1.8 gig uncompressed. includes the US, using imi's script. lots
> of broken segments and ways as it doesn't check for deleted stuff.
> 
> have fun,

My parser choked on this one.  :-(

org.xml.sax.SAXParseException: Open quote is expected for attribute 
"lon" associated with an  element type  "node".

I think line 73 in planet.rb should be changed from

  print "  <node id='#{id}' lat='#{lat}' lon=#{lon} 
timestamp='#{timestamp.xmlschema}'"

to

print "  <node id='#{id}' lat='#{lat}' lon='#{lon}' 
timestamp='#{timestamp.xmlschema}'"

/Jonas/Jonas Svensson
-- 
jonass at lysator.liu.se, <http://www.lysator.liu.se/~jonass/>





More information about the dev mailing list