We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69b4c8 commit 8832331Copy full SHA for 8832331
test/e2e/mapml-viewer/mapml-viewer.html
@@ -27,7 +27,7 @@
27
</head>
28
29
<body>
30
- <mapml-viewer style="height: 600px;width:500px;" projection="CBMTILE" zoom="0" lat="47" lon="-92" controls>
+ <mapml-viewer data-testid="testviewer" style="height: 600px;width:500px;" projection="CBMTILE" zoom="0" lat="47" lon="-92" controls>
31
<layer- data-testid="testlayer" label="CBMT - INLINE" checked>
32
<map-extent units="CBMTILE">
33
<map-input name="zoomLevel" type="zoom" value="3" min="0" max="3" ></map-input>
0 commit comments