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
Query Overpass for all buildings inside the viewport and add them as a layer to the map (#2).
Color codes:
buildings without wikimedia_commons and without image tag should be colored red.
wikimedia_commons
image
buildings with image tag only should be colored orange
buildings with wikimedia_commons tag should be colored green
Write query and save response
Render response as layer on the map
We need to find out at what zoom levels the query can be activated without a timeout.
We need to find out if it is possible to circumvent IP quota
The text was updated successfully, but these errors were encountered:
Maybe this API is the better choice:
https://overpass.kumi.systems/
Sorry, something went wrong.
There are several Overpass API instances available, with different speeds and limits.
This is roughly how the data layer is supposed to look like: (Overpass turbo query)
No branches or pull requests
Query Overpass for all buildings inside the viewport and add them as a layer to the map (#2).
Color codes:
buildings without
wikimedia_commons
and withoutimage
tag should be colored red.buildings with
image
tag only should be colored orangebuildings with
wikimedia_commons
tag should be colored greenWrite query and save response
Render response as layer on the map
We need to find out at what zoom levels the query can be activated without a timeout.
We need to find out if it is possible to circumvent IP quota
The text was updated successfully, but these errors were encountered: