matrix-docker-ansible-deploy/roles/custom/matrix-client-element/templates/map_style.json.j2
Suguru Hirahara 25dfbdf1d7
Setting up REUSE: change copyright year to the initial publication - 2022
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-12-08 05:01:46 +09:00

25 lines
636 B
Django/Jinja

{#
SPDX-FileCopyrightText: 2022 MDAD Team and contributors
SPDX-License-Identifier: AGPL-3.0-or-later
#}
{
"layers": [
{
"id": "locallayer",
"source": "localsource",
"type": "raster"
}
],
"sources": {
"localsource": {
"attribution": {{ matrix_client_element_location_sharing_map_style_content_sources_localsource_attribution|to_json }},
"tileSize": 256,
"tiles": {{ matrix_client_element_location_sharing_map_style_content_sources_localsource_tiles|to_json }},
"type": "raster"
}
},
"version": 8
}