Set example files map home to cover most of Germany

This commit is contained in:
Paul Bienkowski 2021-12-03 17:06:29 +01:00
parent be4e0055cf
commit 84683c7789
4 changed files with 10 additions and 10 deletions

View file

@ -36,7 +36,7 @@ FRONTEND_DIR = "../frontend/build/"
FRONTEND_CONFIG = { FRONTEND_CONFIG = {
"imprintUrl": "https://example.com/imprint", "imprintUrl": "https://example.com/imprint",
"privacyPolicyUrl": "https://example.com/privacy", "privacyPolicyUrl": "https://example.com/privacy",
"mapHome": {"zoom": 15, "longitude": 7.8302, "latitude": 47.9755}, "mapHome": {"zoom": 6, "longitude": 10.2, "latitude": 51.3},
} }
# If the API should serve generated tiles, this is the path where the tiles are # If the API should serve generated tiles, this is the path where the tiles are

View file

@ -5,9 +5,9 @@
"privacyPolicyUrl": "https://example.com/privacy", "privacyPolicyUrl": "https://example.com/privacy",
"basename": "/", "basename": "/",
"mapHome": { "mapHome": {
"zoom": 15, "zoom": 6,
"longitude": 7.8302, "longitude": 10.2,
"latitude": 47.9755 "latitude": 51.3
}, },
"obsMapSource": { "obsMapSource": {
"type": "vector", "type": "vector",

View file

@ -5,9 +5,9 @@
"privacyPolicyUrl": "https://example.com/privacy", "privacyPolicyUrl": "https://example.com/privacy",
"basename": "/", "basename": "/",
"mapHome": { "mapHome": {
"zoom": 15, "zoom": 6,
"longitude": 9.1797, "longitude": 10.2,
"latitude": 48.7784 "latitude": 51.3
}, },
"obsMapSource": { "obsMapSource": {
"type": "vector", "type": "vector",

View file

@ -4,9 +4,9 @@
"privacyPolicyUrl": "https://portal.example.com/privacy", "privacyPolicyUrl": "https://portal.example.com/privacy",
"basename": "/", "basename": "/",
"mapHome": { "mapHome": {
"zoom": 15, "zoom": 6,
"longitude": 7.8302, "longitude": 10.2,
"latitude": 47.9755 "latitude": 51.3
}, },
"obsMapSource": { "obsMapSource": {
"type": "vector", "type": "vector",