[OSM-dev] negative segment id in planet.osm? planet-061205.osm
Jonas Svensson
jonass at lysator.liu.se
Wed Dec 13 14:20:59 GMT 2006
On Wed, 13 Dec 2006, Joerg Ostertag (OSM Munich/Germany) wrote:
> I think this is not on purpose or is it?
> Some examples:
> <way id="3697840" timestamp="2006-10-16T10:08:03+01:00">
> <seg id="-3" />
> <tag k="name" v="Hope St" />
> <tag k="created_by" v="osmeditor2" />
> <tag k="highway" v="unclassified" />
> </way>
> <way id="3697842" timestamp="2006-10-16T10:08:06+01:00">
> <seg id="-4" />
> <tag k="name" v="Circus ST" />
> <tag k="created_by" v="osmeditor2" />
> <tag k="highway" v="unclassified" />
> </way>
>
Right now I tried to retrieve those ways by api and I did not get any
reference to segments at all. Did I do something wrong or were the
references removed?
<?xml version="1.0" encoding="UTF-8"?>
<osm version="0.3" generator="OpenStreetMap server">
<way id="3697842" timestamp="2006-10-16 10:08:06">
<tag k="highway" v="unclassified"/>
<tag k="name" v="Circus ST"/>
<tag k="created_by" v="osmeditor2"/>
</way>
</osm>
/Jonas
More information about the dev
mailing list