Skip to content

Commit f692325

Browse files
committed
Add static to graceful degradation experiment
1 parent 125fa77 commit f692325

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

rendering-engine/leaflet-cbmt.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
CBMTILE extent and disables the OSMTILE one; an engine that can only do
3232
Web Mercator gracefully degrades to the OSMTILE (EPSG:3857) extent.
3333
-->
34-
<mapml-viewer projection="CBMTILE" zoom="3" lat="60" lon="-95" controls>
34+
<mapml-viewer projection="CBMTILE" zoom="3" lat="60" lon="-95" controls controlslist="static">
3535
<map-layer label="Canada Base Map (projection-negotiated)" checked>
3636
<map-link
3737
rel="license"

rendering-engine/maplibre-cbmt.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
CBMTILE extent and disables the OSMTILE one; an engine that can only do
3535
Web Mercator gracefully degrades to the OSMTILE (EPSG:3857) extent.
3636
-->
37-
<mapml-viewer projection="CBMTILE" zoom="3" lat="60" lon="-95" controls>
37+
<mapml-viewer projection="CBMTILE" zoom="3" lat="60" lon="-95" controls controlslist="static">
3838
<map-layer label="Canada Base Map (projection-negotiated)" checked>
3939
<map-link
4040
rel="license"

0 commit comments

Comments
 (0)