Skip to content

Commit

Permalink
Merge pull request #9246 from camptocamp/backport/9244-to-2.8
Browse files Browse the repository at this point in the history
[Backport 2.8] Fix dimensions on WMTS layer
  • Loading branch information
sbrunner authored Oct 13, 2023
2 parents 1f83930 + 4f0567f commit 5024b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/Themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export class ThemesService extends olEventsEventTarget {
gmfLayerWMTS.url,
gmfLayerWMTS.layer || '',
gmfLayerWMTS.matrixSet,
gmfLayerWMTS.layer.dimensions,
gmfLayerWMTS.dimensions,
gmfLayerWMTS.metadata.customOpenLayersOptions,
minResolution,
maxResolution,
Expand Down

0 comments on commit 5024b16

Please sign in to comment.