Set example files map home to cover most of Germany
This commit is contained in:
parent
be4e0055cf
commit
84683c7789
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue