wanderer icon indicating copy to clipboard operation
wanderer copied to clipboard

feat: add Open Cycle Maps

Open ykorzikowski opened this issue 7 months ago • 1 comments

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>
Screenshot 2025-05-18 at 23 57 03

ykorzikowski avatar May 18 '25 21:05 ykorzikowski

I fixed the typo and added some docs how to set up the integration with thunderforest :)

ykorzikowski avatar May 19 '25 08:05 ykorzikowski

Why not use the tiles from CyclOSM and avoid having to set up a Thunderforst API key?

  1. 'https://a.tile-cyclosm.openstreetmap.fr/cyclosm/{z}/{x}/{y}.png',
  2. 'https://b.tile-cyclosm.openstreetmap.fr/cyclosm/{z}/{x}/{y}.png',
  3. 'https://c.tile-cyclosm.openstreetmap.fr/cyclosm/{z}/{x}/{y}.png'

schmic avatar Jun 22 '25 06:06 schmic

Why not use the tiles from CyclOSM and avoid having to set up a Thunderforst API key?

  1. 'https://a.tile-cyclosm.openstreetmap.fr/cyclosm/{z}/{x}/{y}.png',
  2. 'https://b.tile-cyclosm.openstreetmap.fr/cyclosm/{z}/{x}/{y}.png',
  3. 'https://c.tile-cyclosm.openstreetmap.fr/cyclosm/{z}/{x}/{y}.png'

Good point thank you @schmic Was not aware that this map provider exists. It has more and detailed maps than open cycle map 👍

bebablub avatar Jun 23 '25 14:06 bebablub

Added in v0.18.0.

Flomp avatar Sep 21 '25 09:09 Flomp