21 lines
519 B
JSON
21 lines
519 B
JSON
{
|
|
"apiUrl": "https://portal.example.com/api",
|
|
"loginUrl": "https://portal.example.com/login",
|
|
"imprintUrl": "https://example.com/imprint",
|
|
"privacyPolicyUrl": "https://example.com/privacy",
|
|
"mapTileset": {
|
|
"url": "https://tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png",
|
|
"minZoom": 0,
|
|
"maxZoom": 18
|
|
},
|
|
"mapHome": {
|
|
"zoom": 15,
|
|
"longitude": 9.1797,
|
|
"latitude": 48.7784
|
|
},
|
|
"obsMapSource": {
|
|
"type": "vector",
|
|
"url": "http://portal.example.com/tileserver/data/v3.json"
|
|
}
|
|
}
|