We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 349c8ab commit ccd5a2bCopy full SHA for ccd5a2b
modules/ui/sections/data_layers.js
@@ -40,7 +40,7 @@ export function uiSectionDataLayers(context) {
40
41
let previousLayerStates = new Map();
42
function toggleAllLayers() {
43
- 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'];
44
const anyLayerEnabled = allLayerIDs.some(layerID => showsLayer(layerID));
45
if (anyLayerEnabled) {
46
// Save current state and disable all layers
0 commit comments