Skip to content

Commit

Permalink
ensure that we mask the 'configurationUrl' option -- it should be inc…
Browse files Browse the repository at this point in the history
…luded when options change and should not be overridden by remote loads.
  • Loading branch information
jkafader-esnet committed Sep 3, 2024
1 parent 995987c commit 3349885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MapCanvas.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ export class MapCanvas extends BindableHTMLElement {
"showViewControls": "masked",
"thresholds": "masked",
"multiLayerNodeSnap": "masked",
"configurationUrl": "masked",
}
this._urlMaskedLayerOptions = {
"nodeThresholds": "masked",
Expand Down

0 comments on commit 3349885

Please sign in to comment.