mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-08 03:37:35 +01:00
19 lines
537 B
Django/Jinja
19 lines
537 B
Django/Jinja
{
|
|
"layers": [
|
|
{
|
|
"id": "locallayer",
|
|
"source": "localsource",
|
|
"type": "raster"
|
|
}
|
|
],
|
|
"sources": {
|
|
"localsource": {
|
|
"attribution": {{ matrix_client_schildichat_location_sharing_map_style_content_sources_localsource_attribution|to_json }},
|
|
"tileSize": 256,
|
|
"tiles": {{ matrix_client_schildichat_location_sharing_map_style_content_sources_localsource_tiles|to_json }},
|
|
"type": "raster"
|
|
}
|
|
},
|
|
"version": 8
|
|
}
|