arcgis-osm-editor
arcgis-osm-editor copied to clipboard
Update the default XAPI URL
trafficstars
Update the default XAPI URL from http://jxapi.openstreetmap.org/xapi/api/0.6/ to http://www.overpass-api.de/api/xapi_meta?
The URL set as the parameter default of the Download URL parameter of the script needs changing, it no longer points to a valid server mirror. It may be better to change the default server / download URL to:
http://www.overpass-api.de/api/xapi_meta?
In a futur update of the toolbox, will it be possible to use ql overpass request like : [out:xml][timeout:25]; {{geocodeArea:Caderousse}}->.searchArea; ( way["ref:FR:commune"~"84027V"]; relation"type"="associatedStreet"; relation["name"="Caderousse"]; ); out meta;
; out meta qt;