From 04745b66f6d6d27d68bb59b274430ee01121daef Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Wed, 21 Aug 2019 19:35:16 +0200 Subject: [PATCH] add working satellite map fixes #72 and it is one of steps toward https://github.com/westnordost/StreetComplete/issues/56 --- streetcomplete-satellite-style.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/streetcomplete-satellite-style.yaml b/streetcomplete-satellite-style.yaml index 8397b90..8489a79 100644 --- a/streetcomplete-satellite-style.yaml +++ b/streetcomplete-satellite-style.yaml @@ -8,16 +8,15 @@ import: # - global.yaml # - layers/labels.yaml +# layer docs: https://raw.githubusercontent.com/osmlab/editor-layer-index/74501812b31cca1c3505d7e942c5188c63adf5b2/sources/world/EsriImagery.geojson + sources: - mapbox-satellite: + raster: type: Raster - url: https://api.mapbox.com/v4/mapbox.satellite/{z}/{x}/{y}.png - url_params: - access_token: pk.eyJ1IjoiZW50OHIiLCJhIjoiY2o5aXBvZGI1MGMyZzJxbjJtNGxzZzllYiJ9.7vUh6rE_BUG1RdfEqQdtCg - + url: https://server.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x} layers: - terrain: - data: { source: mapbox-satellite } + raster: + data: { source: raster } draw: raster: order: 0