Skip to content

Commit ccd5a2b

Browse files
tannerwusterbhousel
authored andcommitted
added mapillary, streetside and kartaview to the list of data
1 parent 349c8ab commit ccd5a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ui/sections/data_layers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function uiSectionDataLayers(context) {
4040

4141
let previousLayerStates = new Map();
4242
function toggleAllLayers() {
43-
const allLayerIDs = ['osm', 'notes', 'rapid', 'maproulette', 'keepRight', 'osmose', 'geoScribble', 'custom-data'];
43+
const allLayerIDs = ['osm', 'notes', 'rapid', 'maproulette', 'keepRight', 'osmose', 'geoScribble', 'custom-data', 'mapillary', 'streetside', 'kartaview'];
4444
const anyLayerEnabled = allLayerIDs.some(layerID => showsLayer(layerID));
4545
if (anyLayerEnabled) {
4646
// Save current state and disable all layers

0 commit comments

Comments
 (0)