diff --git a/api/config.py.example b/api/config.py.example index 7e46fff..5cdcf63 100644 --- a/api/config.py.example +++ b/api/config.py.example @@ -36,7 +36,7 @@ FRONTEND_DIR = "../frontend/build/" FRONTEND_CONFIG = { "imprintUrl": "https://example.com/imprint", "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 diff --git a/frontend/config.dev.json b/frontend/config.dev.json index f7b5bf4..f446fd5 100644 --- a/frontend/config.dev.json +++ b/frontend/config.dev.json @@ -5,9 +5,9 @@ "privacyPolicyUrl": "https://example.com/privacy", "basename": "/", "mapHome": { - "zoom": 15, - "longitude": 7.8302, - "latitude": 47.9755 + "zoom": 6, + "longitude": 10.2, + "latitude": 51.3 }, "obsMapSource": { "type": "vector", diff --git a/frontend/config.example.json b/frontend/config.example.json index 715e63b..6566c6e 100644 --- a/frontend/config.example.json +++ b/frontend/config.example.json @@ -5,9 +5,9 @@ "privacyPolicyUrl": "https://example.com/privacy", "basename": "/", "mapHome": { - "zoom": 15, - "longitude": 9.1797, - "latitude": 48.7784 + "zoom": 6, + "longitude": 10.2, + "latitude": 51.3 }, "obsMapSource": { "type": "vector", diff --git a/frontend/public/config.json b/frontend/public/config.json index 9947856..7f0ba8d 100644 --- a/frontend/public/config.json +++ b/frontend/public/config.json @@ -4,9 +4,9 @@ "privacyPolicyUrl": "https://portal.example.com/privacy", "basename": "/", "mapHome": { - "zoom": 15, - "longitude": 7.8302, - "latitude": 47.9755 + "zoom": 6, + "longitude": 10.2, + "latitude": 51.3 }, "obsMapSource": { "type": "vector",