Online
Registriert seit: 11. Okt 2003
Ort: Elbflorenz
44.056 Beiträge
Delphi 12 Athens
|
AW: Overpass-API-Request als JSON
18. Mai 2020, 15:16
[GOOGLE]overpass- api out:json[/GOOGLE] -> https://gis.stackexchange.com/questi...rpass-api-call
Zitat:
You can't get a JSON result from the XAPI-compatibility endpoint. Instead, use the standard Overpass API (“interpreter”) endpoint and put the [out:json]; at the very start of your ql query:
Code:
https://www.overpass- api.de/ api/interpreter?data=[out:json];node[highway=speed_camera](43.46669501043081,-5.708215989569187,43.588927989569186,-5.605835010430813);out%20meta;
(note the different ordering of the bbox coordinates compared to the xapi request!)
Neuste Erkenntnis:
Seit Pos einen dritten Parameter hat,
wird PoSex im Delphi viel seltener praktiziert.
Geändert von himitsu (18. Mai 2020 um 15:31 Uhr)
|