Skip to content

Commit

Permalink
Merge pull request GEOLYTIX#1647 from simon-leech/dataview-queryparams
Browse files Browse the repository at this point in the history
Spread this.location.layer
  • Loading branch information
RobAndrewHurst authored Nov 1, 2024
2 parents 123d0ae + c283561 commit 52558fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ui/Dataview.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export default async function Dataview(_this) {
_this.queryparams = {
..._this.layer?.mapview?.locale?.queryparams,
..._this.layer?.queryparams,
..._this.location?.layer?.queryparams,
..._this.queryparams,
}

Expand Down

0 comments on commit 52558fa

Please sign in to comment.