Skip to content

Commit

Permalink
added mapillary, streetside and kartaview to the list of data
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerwuster authored and bhousel committed Nov 14, 2024
1 parent 349c8ab commit ccd5a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ui/sections/data_layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccd5a2b

Please sign in to comment.