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 = {
|
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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue