I don't know how to handle this error
asked 11 Jan '19, 13:59
leanderleza 11●1●1●2 accept rate: 0%
Could you paste the actual text of your query in to the question, the screenshot is not legible.
It is legible in the RSS notification I got:
<osm-script timeout="180" element-limit="20000000"> <union> <area-query ref="3600034719"/> <recurse type="node-relation" into="rels"/> <recurse type="node-way"/> <recurse type="way-relation"/> </union> <union> <item/> <recurse type="way-node"/> </union> <print mode="body"/> </osm-script>
As far as I can tell this will return all relations (and ways and nodes) in Graz which appears to be too much information.
I found out how to fix it! Just needed to use a higher number at element limit, as it limits the ram use to that amount
answered 12 Jan '19, 13:38
Once you sign in you will be able to subscribe for any updates here
Answers
Answers and Comments
Markdown Basics
learn more about Markdown
This is the support site for OpenStreetMap.
Question tags:
overpass-turbo ×220
question asked: 11 Jan '19, 13:59
question was seen: 1,347 times
last updated: 12 Jan '19, 13:38
How to embed external icons in Overpass-Turbo MapCSS
Overpass API: Length of a way
Overpass Turbo, loaded and displayed difference.
getting fancy results while running a overpass-api code: circles on the map
how to simplify script from overpass turbo?
Overpass QL: How to get nodes that are member of certain ways?
Overpass QL: How to get nodes that are connecting two ways and both are belonging to the same set of given tags
Overpass (command line): how to view the results on a map?
a umap with lots of data through overpass
Overpass Turbo searching in multiple Countries
powered by OSQA
First time here? Check out the FAQ!
Could you paste the actual text of your query in to the question, the screenshot is not legible.
It is legible in the RSS notification I got:
<osm-script timeout="180" element-limit="20000000"> <union> <area-query ref="3600034719"/> <recurse type="node-relation" into="rels"/> <recurse type="node-way"/> <recurse type="way-relation"/> </union> <union> <item/> <recurse type="way-node"/> </union> <print mode="body"/> </osm-script>
As far as I can tell this will return all relations (and ways and nodes) in Graz which appears to be too much information.