Open hendricokakiko opened 11 months ago
You just need to unlock one region for the start of the tour ;-)
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.
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.