Skip to content
New issue

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 and add as layer #3

Open
4 tasks
Discostu36 opened this issue Aug 2, 2022 · 3 comments
Open
4 tasks

Query overpass and add as layer #3

Discostu36 opened this issue Aug 2, 2022 · 3 comments
Labels
core functionality Core features needed for v1.0
Milestone

Comments

@Discostu36
Copy link
Owner

Discostu36 commented Aug 2, 2022

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.

  • 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

@Discostu36 Discostu36 changed the title Query overpasa Query overpass and add as layer Aug 2, 2022
@Discostu36 Discostu36 added the core functionality Core features needed for v1.0 label Aug 2, 2022
@Discostu36 Discostu36 added this to the 0.1 milestone Aug 2, 2022
This was referenced Aug 2, 2022
@Discostu36
Copy link
Owner Author

Maybe this API is the better choice:

https://overpass.kumi.systems/

@mnalis
Copy link

mnalis commented Aug 25, 2022

There are several Overpass API instances available, with different speeds and limits.

@Discostu36
Copy link
Owner Author

Discostu36 commented Aug 27, 2022

This is roughly how the data layer is supposed to look like:
overpass turbo query result
(Overpass turbo query)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core functionality Core features needed for v1.0
Projects
None yet
Development

No branches or pull requests

2 participants