Skip to content

Commit

Permalink
Unset logLayerInfoToConsole
Browse files Browse the repository at this point in the history
  • Loading branch information
koivunen committed Jun 26, 2023
1 parent abf4098 commit e0ef40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ export let backGroundMaps = {

// Content of the layers menu except backgroundmaps (Tasot-valikon sisältö poislukien taustakartat)
export let layersMenuContent = {
logLayerInfoToConsole: true, // Karttapalvelu map layer id:s are logged to console when logLayerInfoToConsole = true
logLayerInfoToConsole: false, // Karttapalvelu map layer id:s are logged to console when logLayerInfoToConsole = true
layersLoaded: false, // Not actually config, but belongs to object, don't change by hand
parentPointersSet: false, // Not actually config, but belongs to object, don't change by hand
openOnStartUp: [], // Use the same way as in backGroundMaps
Expand Down

0 comments on commit e0ef40c

Please sign in to comment.