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 1db06e6 commit 498bf54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme/Themes.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The MIT License (MIT)
//
// Copyright (c) 2015-2022 Camptocamp SA
// Copyright (c) 2015-2023 Camptocamp SA
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of
// this software and associated documentation files (the "Software"), to deal in
Expand Down Expand Up @@ -249,7 +249,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 498bf54

Please sign in to comment.