Concatenate a little number of entities for running a query in Overpass-turbo.io

hrllo experts - i am willing to run this commans to overpass-abi,

update: found the errors: the code shuld look like so:

[out:json];
node(around:500, 49.50896725, 8.537402509088963);
node(around:500, 49.50896725,8.537402509088963);
node(around:500, 49.12825545,8.601360194380447);
node(around:500, 49.314524000000006,8.54444815052659);

with that i am was thinking to send a certai+n request

i think it is so -öhe fine foks want to visualize the shools
(note_;: thes are data .- i have taken from schoos)

see below: my idea fro a request:

[out:json];
node(around:500, 49.50896725, 8.537402509088963);
49.50896725,8.537402509088963#;
node(around:49.12825545,8.601360194380447;
node(around:49.314524000000006,8.54444815052659;

out;

and what i hae gotten back: i have some ammounts of data:
An error occurred while executing the query. Here’s what the API returned as an error message:

line 4: parse error: Unknown type “49.50896725”

Error: line 4: parse error: An empty query is not allowed

Error: line 4: parse error: ‘;’ expected - ‘,’ found.

Error: line 5: parse error: ‘)’ expected - ‘;’ found.

Error: line 8: parse error: Unexpected end of input.

Error: line 5: parse error: around requires an odd number of arguments

Error: line 8: parse error: Unexpected end of input.

question: why is this so . why i get back those errorlogs?

well i really love all the awesome contributions here in the forum

  1. List item

4 posts - 3 participants

Read full topic


Ce sujet de discussion accompagne la publication sur https://community.openstreetmap.org/t/concatenate-a-little-number-of-entities-for-running-a-query-in-overpass-turbo-io/98284