[OSM-dev] Overpass API around query with lat/lon not possible in QL?
dbbtwom
dbbtwom at googlemail.com
Mon Jul 22 11:03:18 UTC 2013
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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/dev/attachments/20130722/afc0531a/attachment.html>
More information about the dev
mailing list