Ja, das habe ich probiert. Nur weiß ich nicht, wie ich das einbauen soll.
Probiere ich das so:
Code:
http://www.overpass-
api.de/
api/xapi?data=[out:json][maxspeed=][bbox=9.3555183,52.1029216,9.3617866,52.1204483]
kommt
Zitat:
Error in [data=[out:json][maxspeed=][bbox=9.3555183,52.1029216,9.3617866,52.1204483]]:
Error:
Query must start with 'node', 'way', 'relation', or '*'
Oder so:
Code:
http://www.overpass-
api.de/
api/xapi?*data=[out:json][maxspeed=][bbox=9.3555183,52.1029216,9.3617866,52.1204483]
dann kommt
Zitat:
Error in [*data=[out:json][maxspeed=][bbox=9.3555183,52.1029216,9.3617866,52.1204483]]:
Error: Text before '[' found.
Oder auch das hier
Code:
http://www.overpass-
api.de/
api/xapi?*[maxspeed=][bbox=9.3555183,52.1029216,9.3617866,52.1204483];data=[out:json];out
bringt mich nicht zum erfolg.
Ich finde auch nirgends eine (für mich verständliche) Anleitung, wie ich das jetzt schreiben muss.