I am currently working against the development server and was wondering about 
the delete operation of an element

DELETE /api/0.6/[node|way|relation]/#id
http://wiki.openstreetmap.org/wiki/API_v0.6#Delete:_DELETE_.2Fapi.2F0.6.2F.5Bnode.7Cway.7Crelation.5D.2F.23id

When I issue a node delete request with the following payload

<osm version="0.6">
<node visible="true" changeset="3722" version="4" id="3199238" />
</osm>

I am getting a 400 code back with

Cannot parse valid node from xml string <node visible="true" changeset="3722" 
version="4" id="3199238"/>. lat missing

Is that a peculiarity of the dev server or do nodes require different syntax 
than ways and relations?

Thanks,


-          Thomas
_______________________________________________
dev mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/dev

Reply via email to