Skip to content

Commit

Permalink
Backport of 5f497e7
Browse files Browse the repository at this point in the history
  • Loading branch information
nboisteault committed Jan 18, 2024
1 parent d8ce3cf commit bc532d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/src/modules/BaseLayersMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default class BaseLayersMap extends olMap {
// Respecting WMS max size
const wmsMaxSize = [
mainLizmap.initialConfig.options.wmsMaxWidth,
mainLizmap.initialConfig.options.wmsMaxheight,
mainLizmap.initialConfig.options.wmsMaxHeight,
];

const customTileGrid = new TileGrid({
Expand Down

0 comments on commit bc532d3

Please sign in to comment.