16 lines
362 B
JSON
16 lines
362 B
JSON
{
|
|
"apiUrl": "https://api.example.com",
|
|
"imprintUrl": "https://portal.example.com/imprint",
|
|
"privacyPolicyUrl": "https://portal.example.com/privacy",
|
|
"basename": "/",
|
|
"mapHome": {
|
|
"zoom": 6,
|
|
"longitude": 10.2,
|
|
"latitude": 51.3
|
|
},
|
|
"obsMapSource": {
|
|
"type": "vector",
|
|
"url": "https://portal.example.com/tileset/data/v3.json"
|
|
}
|
|
}
|