Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

19 lines
529 B

  1. {
  2. "layers": [
  3. {
  4. "id": "locallayer",
  5. "source": "localsource",
  6. "type": "raster"
  7. }
  8. ],
  9. "sources": {
  10. "localsource": {
  11. "attribution": {{ matrix_client_element_location_sharing_map_style_content_sources_localsource_attribution|to_json }},
  12. "tileSize": 256,
  13. "tiles": {{ matrix_client_element_location_sharing_map_style_content_sources_localsource_tiles|to_json }},
  14. "type": "raster"
  15. }
  16. },
  17. "version": 8
  18. }