Closed clwgh closed 11 months ago
I think this: "Perhaps the code can be updated to use the new service and users instructed to create their own accounts and obtain an API key" will likely be required and I'll take a look
Added a free terrain from Stamen Maps - comments welcome (as I dont really use the terrain map)
Thanks for looking at it. Running now and it works fine with the free terrain map, so this will be okay to use for hobby use (as long as there are no impacts to you if activity relates to an account you are using for this).
Thankyou for your recent updates to this project.
This issue relates to the map options in the drop-down for "Terrain" and "Terrain + Roads". These options are resulting in a blank canvas with just the aircraft and range, etc overlaid. In otherwords, the map parts are not loading.
Further investigation reveals that the tiles are being loaded from subdomains which apparently do not exist. For example one of the tiles:
Edit – it looks like this is responsible
https://stamen.com/stamen-x-stadia-the-end-of-the-road-for-stamens-legacy-map-tiles/
Edit 2 – It looks like there is no way for you to make the new service available en masse since it requires an API key or domain auth (I may be wrong on that and it can still be done). Perhaps the code can be updated to use the new service and users instructed to create their own accounts and obtain an API key if they want to use it (free for 200,000 credits), and
config.js
updated to store the key, egstadiaKey = xxx ;
.