Matrix Docker Ansible eploy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 

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