The following overpass API XML query uses "around" with lat/lon/radius to query ways in a radius around a certain lat/lon location: http://overpass-turbo.eu/s/CK
When I export that query to Overpass QL, however, I end up with this: [out:json] ; way (around:300.0) ["highway"]; ( ._; node(w); ); out; Note that the lat/lon values are missing, so this query does not work. Is this a bug in the converter or does "around" in QL really not allow to specify a location?
_______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

