mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
Change the default maps to resolve uploading issue
https://github.com/SamR1/FitTrackee/issues/313
This commit is contained in:
parent
80870e3329
commit
89d5e3dc4f
1 changed files with 4 additions and 2 deletions
|
@ -29,10 +29,12 @@ UI_URL=__DOMAIN__
|
|||
# WORKERS_PROCESSES=
|
||||
|
||||
# Workouts
|
||||
# TILE_SERVER_URL=
|
||||
## Change default maps as per https://github.com/SamR1/FitTrackee/issues/313
|
||||
TILE_SERVER_URL=https://{s}.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png
|
||||
# STATICMAP_SUBDOMAINS=
|
||||
# MAP_ATTRIBUTION=
|
||||
MAP_ATTRIBUTION='fond de carte par <a href="http://www.openstreetmap.fr/mentions-legales/" target="_blank" rel="nofollow noopener">OpenStreetMap France</a>, sous <a href="http://creativecommons.org/licenses/by-sa/2.0/fr/" target="_blank" rel="nofollow noopener">licence CC BY-SA</a>'
|
||||
# DEFAULT_STATICMAP=False
|
||||
STATICMAP_SUBDOMAINS=a,b,c
|
||||
|
||||
# Weather
|
||||
# available weather API providers: darksky, visualcrossing
|
||||
|
|
Loading…
Reference in a new issue