Skip to content

Commit

Permalink
Merge pull request #2433 from camptocamp/not-all-visible
Browse files Browse the repository at this point in the history
Select only one layer
  • Loading branch information
sbrunner authored Jul 10, 2024
2 parents e05b76f + a57120c commit 6e87e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tilecloud_chain/templates/openlayers.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@
resolutions = options.tileGrid.getResolutions()
layers.unshift(
new ol.layer.Tile({
// To have radio buttons
type: 'base',
opacity: 1,
visible: visible,
source: new ol.source.WMTS(options),
Expand Down
Binary file modified tilecloud_chain/tests/test.expected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6e87e8e

Please sign in to comment.