Skip to content

Commit

Permalink
viewport comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dbauszus-glx committed Nov 21, 2023
1 parent 8a580e1 commit e4346a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/layer/format/mvt.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default layer => {
// Set default layer params if nullish.
layer.params ??= {}

// MVT query must not have a viewport, this is defined by the tile extent.
delete layer.params.viewport

layer.reload = () => {
Expand Down

0 comments on commit e4346a1

Please sign in to comment.