mirror of
https://github.com/YunoHost-Apps/facilmap_ynh.git
synced 2024-09-03 18:36:07 +02:00
Make ORS and Mapbox tokens required again since they cannot be changed later
This commit is contained in:
parent
871f5ce351
commit
11015b2224
1 changed files with 2 additions and 4 deletions
|
@ -54,8 +54,7 @@
|
|||
"help": {
|
||||
"en": "OpenRouteService is used for calculating routes with advanced settings. You can get a token on https://go.openrouteservice.org/",
|
||||
"fr": "OpenRouteService est utilisé pour calculer les routes complexes. Vous pouvez obtenir un token ici: https://go.openrouteservice.org/"
|
||||
},
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "mapbox_token",
|
||||
|
@ -63,8 +62,7 @@
|
|||
"help": {
|
||||
"en": "MapBox is used for calculating routes with simple settings. You can get an API key on https://www.mapbox.com/signup/",
|
||||
"fr": "MapBox est utilisé pour calcluer les routes simples. Vous pouvez obtenir une clé API ici: https://www.mapbox.com/signup/"
|
||||
},
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "mapzen_token",
|
||||
|
|
Loading…
Add table
Reference in a new issue