Skip to content

Commit

Permalink
Fix dimensions on WMTS layer
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 13, 2023
1 parent 78676ce commit 4d77694
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 4d77694

Please sign in to comment.