El Miércoles, 2 de Julio de 2008, Mohamed escribió: > Now that is interesting, except I do not know how to formulate a proper > request! I tried this > http://api.openstreetmap.org/api/0.5/node/156804/history but to no avail. I > get empty responses, just nothing.
It works just OK: [EMAIL PROTECTED]:/tmp$ wget http://api.openstreetmap.org/api/0.5/node/156804/history -O - -q <?xml version="1.0" encoding="UTF-8"?> <osm version="0.5" generator="OpenStreetMap server"> <node id="156804" lat="61.8083954" lon="10.8497076" user="LA2" visible="true" timestamp="2005-07-30T14:27:12+01:00"/> </osm> What tools are you using to make the HTTP request? > Can someone tell me how to use this to get edit history? Also, how to get > Edit history for a bounding box rather than just a node? The history is per-object, not per-area. Request all objects in a bbox, then request the individual history for each one. -- ---------------------------------- Iván Sánchez Ortega <[EMAIL PROTECTED]> You will have a long and boring life.
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ newbies mailing list [email protected] http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/newbies

