Esri / arcgis-osm-editor

ArcGIS Editor for OpenStreetMap is a toolset for GIS users to access and contribute to OpenStreetMap through their Desktop or Server environment.
Apache License 2.0
392 stars 129 forks source link

Update the default XAPI URL #85

Open eggwhites opened 9 years ago

eggwhites commented 9 years ago

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?

tonyemery commented 9 years ago

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;