Open Discostu36 opened 2 years ago
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
Maybe this API is the better choice:
https://overpass.kumi.systems/
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)
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 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