Matrix Docker Ansible eploy
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

25 satır
644 B

  1. {#
  2. SPDX-FileCopyrightText: 2023 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_schildichat_location_sharing_map_style_content_sources_localsource_attribution|to_json }},
  16. "tileSize": 256,
  17. "tiles": {{ matrix_client_schildichat_location_sharing_map_style_content_sources_localsource_tiles|to_json }},
  18. "type": "raster"
  19. }
  20. },
  21. "version": 8
  22. }