We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I don't really understand what's going on here. This is my original bounding box:
22:01:28 Splitting bbox [48.7024040222168, 17.77560806274414, 48.733848571777344, 17.802509307861328] at lats 48.72439193725586..48.727508544921875; area decrease 20%
Then after processing this results in some completely unrelated areas:
22:01:28 Splitting bbox [48.727508544921875, 17.77560806274414, 48.733848571777344, 17.796794891357422] at longs 17.776657104492188..17.79244613647461; area decrease 12% 22:01:28 Splitting bbox [48.7024040222168, 17.777894973754883, 48.72439193725586, 17.802509307861328] at longs 17.795238494873047..17.79531478881836; area decrease 10% 22:01:28 Overpass query: [out:xml][timeout:120];(nwr["addr:housenumber"](48.6994040222168,17.774894973754883,48.72534344482422,17.798238494873047);nwr["building"](48.6994040222168,17.774894973754883,48.72534344482422,17.798238494873047);nwr["addr:conscriptionnumber"](48.6994040222168,17.774894973754883,48.72534344482422,17.798238494873047);nwr["addr:housenumber"](48.72464587402344,17.77260806274414,48.73518536376953,17.779657104492188);nwr["building"](48.72464587402344,17.77260806274414,48.73518536376953,17.779657104492188);nwr["addr:conscriptionnumber"](48.72464587402344,17.77260806274414,48.73518536376953,17.779657104492188);nwr["addr:housenumber"](48.724508544921875,17.78944613647461,48.736848571777344,17.799794891357422);nwr["building"](48.724508544921875,17.78944613647461,48.736848571777344,17.799794891357422);nwr["addr:conscriptionnumber"](48.724508544921875,17.78944613647461,48.736848571777344,17.799794891357422);nwr["addr:housenumber"](48.70653369140625,17.79231478881836,48.72739193725586,17.80550930786133);nwr["building"](48.70653369140625,17.79231478881836,48.72739193725586,17.80550930786133);nwr["addr:conscriptionnumber"](48.70653369140625,17.79231478881836,48.72739193725586,17.80550930786133);nwr["ref:minvskaddress"];); out meta qt center;
The text was updated successfully, but these errors were encountered:
The idea is, when you split an area in two vertically, some bounding points are left in one of these parts.
Sorry, something went wrong.
What concerns me is result of the overpass query (from a really tiny bounding box):
Or is this a problem of overpass-turbo instance itself?
Query: http://overpass-turbo.eu/s/12qM (result ~ 50 MB)
No branches or pull requests
I don't really understand what's going on here. This is my original bounding box:
Then after processing this results in some completely unrelated areas:
The text was updated successfully, but these errors were encountered: