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

Feature Locked Regions #10

Open
hendricokakiko opened this issue Nov 20, 2023 · 2 comments
Open

Feature Locked Regions #10

hendricokakiko opened this issue Nov 20, 2023 · 2 comments

Comments

@hendricokakiko
Copy link

For planning a tour it would be nice to see how many regions I have to unlock for the whole tour.
There is no Komoot map showing all regions.

@cahz
Copy link
Owner

cahz commented Nov 20, 2023

You just need to unlock one region for the start of the tour ;-)

@WuerfelDev
Copy link
Contributor

There is no Komoot map showing all regions.

I had experimented with showing all regions on a map but there are just too many.

They have ids and we can make a webrequest to find out more details about that region. It didn't seem like we could tell by an id if it is a single region or a region bundle and which country/geographic area it belongs to. Looping through the thousands of ids I got timed out by their server for a few minutes. Also the browser became slow when drawing the polygons onto the map (you can notice that too when you have a pretty long tour)

For planning a tour it would be nice to see how many regions I have to unlock for the whole tour.

I have a rough idea on how to implement this but it wouldn't be practical to fit it into this script
A good place would have been my adventure planner (abandoned). Maybe i'll get to it again but not in the near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants