Skip to content

Commit

Permalink
Fixed missing layerType on WMTS layers
Browse files Browse the repository at this point in the history
  • Loading branch information
Hallbergs committed Apr 24, 2023
1 parent 1e0300f commit a0cabdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions new-client/src/models/layers/WMTSLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class WMTSLayer {
queryable: config.queryable,
opacity: config.opacity,
zIndex: config.zIndex,
layerType: config.layerType,
source: new WMTS(source),
layerInfo: new LayerInfo(config),
minZoom: minZoom,
Expand Down

0 comments on commit a0cabdf

Please sign in to comment.