diff --git a/web/src/index.ts b/web/src/index.ts index ef1997c..19381f5 100644 --- a/web/src/index.ts +++ b/web/src/index.ts @@ -21,6 +21,7 @@ class EventMap { Background: 'background_', Slope: 'slope', Hillshade: 'hillshade', + 'Aerial Imagery': 'ortho', Structures: 'structures_', Paths: 'paths_', 'Buried Services': 'services_', diff --git a/web/src/map_style.json b/web/src/map_style.json index 7aef3eb..b86a9fc 100644 --- a/web/src/map_style.json +++ b/web/src/map_style.json @@ -27,6 +27,10 @@ "type": "raster", "tiles": ["https://map.emfcamp.org/data/hillshade/{z}/{x}/{y}"], "attribution": "Elevation data © Environment Agency 2022. All rights reserved." + }, + "ortho": { + "type": "raster", + "tiles": ["https://map.emfcamp.org/data/ortho/{z}/{x}/{y}"] } }, "sprite": "https://openmaptiles.github.io/positron-gl-style/sprite", @@ -1270,6 +1274,12 @@ "source": "hillshade", "minzoom": 5 }, + { + "id": "ortho", + "type": "raster", + "source": "ortho", + "minzoom": 15 + }, { "id": "background_areas_backstage", "type": "fill",