Matrix Docker Ansible eploy
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 

25 wiersze
636 B

  1. {#
  2. SPDX-FileCopyrightText: 2024 MDAD Team and contributors
  3. SPDX-License-Identifier: AGPL-3.0-or-later
  4. #}
  5. {
  6. "layers": [
  7. {
  8. "id": "locallayer",
  9. "source": "localsource",
  10. "type": "raster"
  11. }
  12. ],
  13. "sources": {
  14. "localsource": {
  15. "attribution": {{ matrix_client_element_location_sharing_map_style_content_sources_localsource_attribution|to_json }},
  16. "tileSize": 256,
  17. "tiles": {{ matrix_client_element_location_sharing_map_style_content_sources_localsource_tiles|to_json }},
  18. "type": "raster"
  19. }
  20. },
  21. "version": 8
  22. }