-
-
Notifications
You must be signed in to change notification settings - Fork 77
feat: add Open Cycle Maps #302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
web/src/lib/components/trail/map_with_elevation_maplibre.svelte
Outdated
Show resolved
Hide resolved
I fixed the typo and added some docs how to set up the integration with thunderforest :) |
@@ -16,5 +16,6 @@ ENV MEILI_URL=http://127.0.0.1:7700 | |||
ENV PUBLIC_DISABLE_SIGNUP=false | |||
ENV UPLOAD_USER= | |||
ENV UPLOAD_PASSWORD= | |||
ENV PUBLIC_THUNDERFOREST_API_KEY= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
improvement: Would it make sense to set the key also in docker-compose?
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 👍 |
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: