Skip to content
Snippets Groups Projects
Commit 6fc4642b authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA :bicyclist:
Browse files

Merge branch 'redmine_issue/12846' into 'develop'

parents 746dbb21 a847ec93
No related branches found
No related tags found
No related merge requests found
...@@ -40,3 +40,6 @@ npm-debug.log ...@@ -40,3 +40,6 @@ npm-debug.log
yarn-error.log yarn-error.log
*.swp *.swp
### Config ###
public/config/config.json
\ No newline at end of file
...@@ -33,13 +33,13 @@ NODE_ENV=development ...@@ -33,13 +33,13 @@ NODE_ENV=development
"VUE_APP_RELOAD_INTERVAL": 15000, "VUE_APP_RELOAD_INTERVAL": 15000,
"VUE_APP_DISABLE_LOGIN_BUTTON":false, "VUE_APP_DISABLE_LOGIN_BUTTON":false,
"VUE_APP_LOGIN_URL":"", "VUE_APP_LOGIN_URL":"",
"DEFAULT_BASE_MAP":{
"SERVICE": "https://{s}.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png", "DEFAULT_BASE_MAP_SERVICE": "https://{s}.tile.openstreetmap.fr/osmfr/{z}/{x}/{y}.png",
"OPTIONS": { "DEFAULT_BASE_MAP_OPTIONS": {
"attribution": "&copy; contributeurs d'<a href='https://osm.org/copyright'>OpenStreetMap</a>", "attribution": "&copy; contributeurs d'<a href='https://osm.org/copyright'>OpenStreetMap</a>",
"maxZoom": 20 "maxZoom": 20
}
}, },
"DEFAULT_MAP_VIEW" : { "DEFAULT_MAP_VIEW" : {
"center": [47.0, 1.0], "center": [47.0, 1.0],
"zoom": 4 "zoom": 4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment