ctengel / ticket-by-ticket

Tools to easily create maps and play a popular game
GNU General Public License v3.0
0 stars 0 forks source link

Fix broken stamen maps #33

Open ctengel opened 9 months ago

ctengel commented 9 months ago

Current URLs look like https://stamen-tiles.a.ssl.fastly.net/watercolor/{z}/{x}/{y}.jpg

These are all now broken:

Fastly error: unknown domain: stamen-tiles.a.ssl.fastly.net. Please check that this domain has been added to a service.

Apparently they are no longer available that way. See:

Apparently should have done #20 sooner.

ctengel commented 9 months ago

It seems like the best replacements are

These seem like possibly even drop-in. However, due to possible need for API keys, maybe rate limiting, or future such issues, I plan to implement #20 along with this to avoid dealing with this in the future.