Matrix Docker Ansible eploy
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

25 lignes
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. }