From ccd5a2ba7adbd9aa567b2396ae7be4baa97eabf3 Mon Sep 17 00:00:00 2001 From: tannerwuster Date: Thu, 7 Nov 2024 10:09:35 -0700 Subject: [PATCH] added mapillary, streetside and kartaview to the list of data --- modules/ui/sections/data_layers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/sections/data_layers.js b/modules/ui/sections/data_layers.js index b422fae6e..da14ec593 100644 --- a/modules/ui/sections/data_layers.js +++ b/modules/ui/sections/data_layers.js @@ -40,7 +40,7 @@ export function uiSectionDataLayers(context) { let previousLayerStates = new Map(); function toggleAllLayers() { - const allLayerIDs = ['osm', 'notes', 'rapid', 'maproulette', 'keepRight', 'osmose', 'geoScribble', 'custom-data']; + const allLayerIDs = ['osm', 'notes', 'rapid', 'maproulette', 'keepRight', 'osmose', 'geoScribble', 'custom-data', 'mapillary', 'streetside', 'kartaview']; const anyLayerEnabled = allLayerIDs.some(layerID => showsLayer(layerID)); if (anyLayerEnabled) { // Save current state and disable all layers