I have been trying to provide a polygon with an array of coordinates as a global parameter for my overpass query. But the query is through syntax error.
Error: line 1: parse error: ',' or ']' expected - ':' found. Error: line 1: static error: A bounding box needs four comma-separated values. Error: line 1: static error: A bounding box needs four comma-separated values. Error: line 1: static error: A bounding box needs four comma-separated values. Error: line 1: parse error: ';' expected - ']' found. Providing a bounding box instead works as expected.
It also works when the polygon is given in-line,
(as suggested in this tutorial) As final attemp when below query was tried no error was given but also the result was blank.
Is it possible to give a polygon instead of bounding box as a globle parameter in an Overpass query. Could not find any documentation over the Overpass wiki pages that supports the thing I am trying here. asked 29 Nov '18, 13:37 user1894 |