[OSM-dev] Overpass ql problem using around/radius
Dave F.
davefox at madasafish.com
Mon Nov 17 19:01:58 UTC 2014
Hi
With a bounding box, this works:
[bbox:51.2911,-2.4750,51.4435,-2.2219];
(
node
["leisure"="park"];
way
["leisure"="park"];
relation
["leisure"="park"];
);
out body;
>;
out skel qt;
But if If substitute the first line for around: [around:15000,51.38138,
-2.35968];
it throws an error: *Error*: line 1: parse error: ']' expected - ',' found.
Is this expected behaviour? If I want to use radius/around do I have to
include the line for all object types?:
node ["leisure"="park"] (around:15000,51.38138, -2.35968);
Cheers
Dave F.
---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/dev/attachments/20141117/9cb0a062/attachment-0001.html>
More information about the dev
mailing list