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

Tileserver capacity is limited. #256

Open
3 tasks
blackjack2693 opened this issue Feb 3, 2022 · 1 comment
Open
3 tasks

Tileserver capacity is limited. #256

blackjack2693 opened this issue Feb 3, 2022 · 1 comment
Labels
Outdoor Map P3 Priority: Medium

Comments

@blackjack2693
Copy link
Member

The tileserver we get the map from is limited in its free capacity, so we need a backup/replacement for a extended deployment. It is especially useful because we are nearing the end of the development process and will not necessarily maintain the program actively.
The alternative should

  • comply with the route displayed
  • be free to use indefinitely
  • limit useless/redundant information, such as names of buildings (they are supplied our application)

The first tileserver we used was a good example of the desired style we are looking for.

@blackjack2693 blackjack2693 added P3 Priority: Medium Outdoor Map labels Feb 3, 2022
@blackjack2693 blackjack2693 added this to Product Backlog in FNHP - Kanban Board via automation Feb 3, 2022
@NikkelM
Copy link
Contributor

NikkelM commented Feb 4, 2022

@blackjack2693 Could you give some more background information on this issue?
The first tilemap we used was one that required an API-Key and was replaced after the monthly limit was used up after ~2 weeks in a month.
The current tilemap is one without an API-Key, so as far as we know, the limit is per-IP, per-day. I know that @PaulVII and @jannikgro once reached the limit, maybe they have more info on this.
Did you reach the limit yourself once or did someone from another team reach out to you? How often approximately did you/they refresh until the limit was reached?
From my personal point of view, this issue is not that important, since a normal user would never refresh the map 500 times per day and exhaust the limit (500 is not the actual value, which I would need to research) as a dev might when testing out features.
We could fall back on the default OSM-Map, which we initially discarded since it includes building-labels which intersects with out own labelling (especially the indoor-Maps as well). If you are of the opinion that unlimited tiles is more important than the visual style, we can change the tilemap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Outdoor Map P3 Priority: Medium
Projects
FNHP - Kanban Board
Product Backlog
Development

No branches or pull requests

2 participants