1
我試圖從OSM下載數據,這guide說,我可以用下面的命令做到:wget的400錯誤的請求
wget -O muenchen.osm "http://api.openstreetmap.org/api/0.6/map?bbox=11.54,48.14,11.543,48.145"
此命令工作正常,但是當我試圖下載我的地圖:
wget -O muenchen.osm "http://api.openstreetmap.org/api/0.6/map?bbox=34.3893,49.5277,34.7195,49.6727"
它說:
Resolving api.openstreetmap.org... 193.63.75.100, 193.63.75.99, 193.63.75.103, ...
Connecting to api.openstreetmap.org|193.63.75.100|:80... connected.
HTTP request sent, awaiting response... 400 Bad Request
2013-12-19 11:47:41 ERROR 400: Bad Request.
任何想法我做錯了什麼?謝謝
謝謝,任何想法如何獲得使用更大的界限的權限? – ignotusverum
看看「巨量數據」一節:http://wiki.openstreetmap.org/wiki/Downloading_data –
謝謝,你是人生救世主:) – ignotusverum