[OSM-dev] Wrong node ids in osmupdated planet
Ilya Zverev
ilya at zverev.info
Wed Oct 11 07:56:26 UTC 2017
Hi,
I have downloaded a planet file around... March?.. and have been updating it using osmupdate 0.3H every two weeks or so. And now I've met a curious bug. Look at these way nodes:
$ ./osmconvert planet-171009.o5m --out-osm | grep -A 3 '<way.*419952872'
<way id="419952872" version="2" timestamp="2016-05-27T21:00:47Z" changeset="39613682" uid="362997" user="Virgile1994">
<nd ref="4199393688"/>
<nd ref="4199393273"/>
But OSM API gives: http://www.openstreetmap.org/api/0.6/way/419952872
<way id="419952872" visible="true" version="2" changeset="39613682" timestamp="2016-05-27T21:00:47Z" user="Virgile1994" uid="362997">
<nd ref="4199393690"/>
<nd ref="4199393275"/>
How could this happen?
Thanks,
Ilya
More information about the dev
mailing list