Hallo,
I’d like to run such a query in overpass-turbo:
“id: 11111 or id:22222 or id:3333 or … or id:xxxx”
or like this "id in (1111,2222,3333, … xxxx) with a lot of id’s, therefore I’d like read these id’s from file.
So: if I have a file which contains OSM object id’s (i.e. a.csv = comma or semicolon separated text) how can I read this file in order to query all objects with the id’s read from the file.
Thanks in advance,
6 posts - 3 participants
Ce sujet de discussion accompagne la publication sur https://community.openstreetmap.org/t/run-query-in-overpass-turbo-with-ids-get-from-file/98135