2021-02-28 19:29:47 +00:00
|
|
|
{
|
2021-10-19 19:53:06 +00:00
|
|
|
"apiUrl": "https://portal.example.com/api",
|
2021-11-14 22:42:02 +00:00
|
|
|
"loginUrl": "https://portal.example.com/login",
|
2021-05-09 13:38:09 +00:00
|
|
|
"imprintUrl": "https://example.com/imprint",
|
2021-09-12 09:05:42 +00:00
|
|
|
"privacyPolicyUrl": "https://example.com/privacy",
|
|
|
|
"mapTileset": {
|
|
|
|
"url": "https://tiles.wmflabs.org/bw-mapnik/{z}/{x}/{y}.png",
|
|
|
|
"minZoom": 0,
|
|
|
|
"maxZoom": 18
|
2021-09-12 09:13:03 +00:00
|
|
|
},
|
|
|
|
"mapHome": {
|
|
|
|
"zoom": 15,
|
|
|
|
"longitude": 9.1797,
|
|
|
|
"latitude": 48.7784
|
2021-10-27 15:32:07 +00:00
|
|
|
},
|
2021-11-16 20:59:37 +00:00
|
|
|
"obsMapSource": {
|
|
|
|
"type": "vector",
|
|
|
|
"url": "http://portal.example.com/tileserver/data/v3.json"
|
|
|
|
}
|
2021-02-28 19:29:47 +00:00
|
|
|
}
|