Skip to content

Commit

Permalink
[Fix] uncaught exception on layerFilterParamChanged event (3liz#4042)
Browse files Browse the repository at this point in the history
  • Loading branch information
mind84 authored Dec 22, 2023
1 parent 290a34c commit 1ecbe1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/src/legacy/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -2480,7 +2480,7 @@ window.lizMap = function() {
}

for ( var lName in config.layers ) {
var lConfig = config.layers[lName];
let lConfig = config.layers[lName];

// Do not request if the layer has no popup
if ( lConfig.popup != 'True' )
Expand Down

0 comments on commit 1ecbe1a

Please sign in to comment.