[OSM-dev] This is a Way to behave funky

Erik Johansson erjohan at gmail.com
Wed Jul 26 01:45:16 BST 2006


Ways behave different when fetched with map and way. E.g. When /map?
is used I get lots of segments that are just ID="0" on way id 2589466,
which doesn't show up when you use /way/2589466.

I'm guessing deleted segments, or invalid segment ids when uploading.

Check these out

curl -s -u $OSMUSERPASS
http://www.openstreetmap.org/api/0.3/map?bbox=16.3912011,61.4451705,16.3922011933671,61.4461705876988
| grep -A 20 'id="2589466"'

curl -s -u $OSMUSERPASS
http://www.openstreetmap.org/api/0.3/way/2589466 | grep -A 20
'id="2589466"'


-- 
/Erik




More information about the dev mailing list