feat: add Open Cycle Maps
This PR will add the possibility to set the map type to opencycle maps. It requires free registration at Thunderforest.
The API Key provided need to be set as environment variable:
PUBLIC_THUNDERFOREST_API_KEY=<api_key>
I fixed the typo and added some docs how to set up the integration with thunderforest :)
Why not use the tiles from CyclOSM and avoid having to set up a Thunderforst API key?
- 'https://a.tile-cyclosm.openstreetmap.fr/cyclosm/{z}/{x}/{y}.png',
- 'https://b.tile-cyclosm.openstreetmap.fr/cyclosm/{z}/{x}/{y}.png',
- 'https://c.tile-cyclosm.openstreetmap.fr/cyclosm/{z}/{x}/{y}.png'
Why not use the tiles from CyclOSM and avoid having to set up a Thunderforst API key?
Good point thank you @schmic Was not aware that this map provider exists. It has more and detailed maps than open cycle map 👍
Added in v0.18.0.