Ver código fonte

Add satellite image source

Johannes Hofmann 8 anos atrás
pai
commit
ca019707c3
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5
    0
      deltamap.toml

+ 5
- 0
deltamap.toml Ver arquivo

@@ -4,3 +4,8 @@ tile_cache_dir = "/tmp"
4 4
 max_zoom = 19
5 5
 url_template = "http://a.tile.openstreetmap.org/{z}/{x}/{y}.png"
6 6
 extension = "png"
7
+
8
+[sources.esri]
9
+max_zoom = 19
10
+url_template = "https://server.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}"
11
+extension = "jpg"