[OSM-dev] data history or planet dump error?

Jonas Svensson jonass at lysator.liu.se
Sat Jan 27 16:51:35 GMT 2007


There is one thing I don't understand. When I look at node 23662424 
in the planet dump it contains a lot of keynames without value but 
when I get it by API none of those are present, even when I 
retrieve the history of the node. Why? Is there an error we should 
be worried about? A simple bug in the planet export?


This is what I find using grep on planet-070124a.osm.bz2:
  <node id="23662424" lat="50.80103" lon="7.61522" timestamp="2007-
01-01T13:51:24+00:00">
    <tag k=" 51570" v="" />
    <tag k="name" v="Waldjugendherberge Windeck-Rosbach" />
    <tag k=" 27.12.-23.12." v="" />
    <tag k="created_by" v="JOSM" />
    <tag k=" jh-windeck at t-online.de" v="" />
    <tag k="tourism" v="hostel" />
    <tag k=" Herbergsstrasse 19" v="" />
    <tag k=" 0049-(0)2292-5042" v="" />
    <tag k=" Windeck" v="" />
  </node>

and this is the history of the node:
$ wget 
http://jonass%40lysator.liu.se:password@www.openstreetmap.org/api/0.
3/node/23662424/history
$ cat history
<?xml version="1.0" encoding="UTF-8"?>
<osm version="0.3" generator="OpenStreetMap server">
  <node id="23662424" lat="50.80103" lon="7.61522" visible="true" 
timestamp="2007-01-01 13:51:24">
    <tag k="tourism" v="hostel"/>
    <tag k="name" v="Waldjugendherberge Windeck-Rosbach"/>
    <tag k="created_by" v="JOSM"/>
  </node>
</osm>

/Jonas




More information about the dev mailing list