arcgis-osm-editor icon indicating copy to clipboard operation
arcgis-osm-editor copied to clipboard

Update the default XAPI URL

Open eggwhites opened this issue 10 years ago • 1 comments
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?

eggwhites avatar May 13 '15 22:05 eggwhites

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;

tonyemery avatar Jul 06 '15 11:07 tonyemery