Liege : add lat and long in combo config.json

This commit is contained in:
Christophe Boulanger 2019-10-07 13:24:44 +02:00
parent fde25571ec
commit 1bfd9c2d25
1 changed files with 8 additions and 0 deletions

View File

@ -5,5 +5,13 @@
"no_extra_js": false,
"pwa_display": "standalone",
"theme_color": "#BE0D67"
},
"settings": {
"combo": {
"COMBO_MAP_DEFAULT_POSITION": {
"lat": "50.6412",
"lng": "5.5718"
}
}
}
}