I try to download a part of map with this command wget -O OrryAmiens.osm http://xapi.openstreetmap.org/api/0.6/map?bbox=1.90,49.09,3.12,50.00 and i always have the response : 2011-03-28 11:39:40 ERROR 503: Service Unavailable. Is there something wrong in my query . asked 28 Mar '11, 10:45 michel60 |
Since some time there are problems with the availability of the XAPIs. To see the current status (there is 3 different servers), have a look here: http://wiki.openstreetmap.org/wiki/Platform_Status answered 28 Mar '11, 11:41 dieterdreist Thanks for your answer Michel
(28 Mar '11, 12:10)
michel60
you're welcome. If your question is answered, please mark it answered (click on the check mark so it becomes green).
(28 Mar '11, 12:56)
dieterdreist
|
It was a problem on the server because the request is running now with wget 1.11.4b windows wget -O OrryAmiens.osm http://xapi.openstreetmap.org/api/0.6/map?bbox=1.90,49.09,3.12,50.00 and also with curl 721_4 on windows curl -v --retry 3 -g -o OrryParis.osm http://xapi.openstreetmap.org/api/0.6/map?bbox=2.10,48.90,2.70,49.36 Regards Michel answered 29 Mar '11, 06:04 michel60 |