@@ -21,7 +21,7 @@ URL template.
2121``` html
2222<mapml-viewer projection =" OSMTILE" lat =" 10" lon =" 0" zoom =" 1" >
2323 <layer- label =" OpenStreetMap" checked >
24- <map-extent units =" OSMTILE" >
24+ <map-extent units =" OSMTILE" checked hidden >
2525 <map-input name =" z" type =" zoom" value =" 18" min =" 0" max =" 18" ></map-input >
2626 <map-input name =" x" type =" location" units =" tilematrix" axis =" column" min =" 0" max =" 262144" ></map-input >
2727 <map-input name =" y" type =" location" units =" tilematrix" axis =" row" min =" 0" max =" 262144" ></map-input >
@@ -87,19 +87,19 @@ The following example shows multiple `<map-extent>` elements in a layer. The dif
8787 <!-- Change Basemap using the three dots menu of the basemap layer -->
8888 <layer- label =" Basemap" checked =" " >
8989 <!-- This extent will be hidden in the layer control since no label is provided -->
90- <map-extent units =" OSMTILE" >
90+ <map-extent units =" OSMTILE" checked >
9191 <map-input name =" TileMatrix" type =" zoom" value =" 18" min =" 0" max =" 18" ></map-input >
9292 <map-input name =" TileCol" type =" location" units =" tilematrix" axis =" column" min =" 0" max =" 262144" ></map-input >
9393 <map-input name =" TileRow" type =" location" units =" tilematrix" axis =" row" min =" 0" max =" 262144" ></map-input >
9494 <map-link rel =" tile" tref =" https://server.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/WMTS/tile/1.0.0/World_Imagery/default/default028mm/{TileMatrix}/{TileRow}/{TileCol}.jpg" ></map-link >
9595 </map-extent >
96- <map-extent label =" Nat Geo" units =" OSMTILE" >
96+ <map-extent label =" Nat Geo" units =" OSMTILE" checked >
9797 <map-input name =" TileMatrix" type =" zoom" value =" 18" min =" 0" max =" 18" ></map-input >
9898 <map-input name =" TileCol" type =" location" units =" tilematrix" axis =" column" min =" 0" max =" 262144" ></map-input >
9999 <map-input name =" TileRow" type =" location" units =" tilematrix" axis =" row" min =" 0" max =" 262144" ></map-input >
100100 <map-link rel =" tile" tref =" https://server.arcgisonline.com/arcgis/rest/services/NatGeo_World_Map/MapServer/WMTS/tile/1.0.0/NatGeo_World_Map/default/default028mm/{TileMatrix}/{TileRow}/{TileCol}.jpg" ></map-link >
101101 </map-extent >
102- <map-extent label =" Imagery" units =" OSMTILE" >
102+ <map-extent label =" Imagery" units =" OSMTILE" checked >
103103 <map-input name =" TileMatrix" type =" zoom" value =" 18" min =" 0" max =" 18" ></map-input >
104104 <map-input name =" TileCol" type =" location" units =" tilematrix" axis =" column" min =" 0" max =" 262144" ></map-input >
105105 <map-input name =" TileRow" type =" location" units =" tilematrix" axis =" row" min =" 0" max =" 262144" ></map-input >
@@ -117,7 +117,7 @@ The following example shows a Web Map Service Request using `<map-link>` to requ
117117``` html
118118<mapml-viewer projection =" OSMTILE" zoom =" 4" lat =" 53.331" lon =" -91.667" controls >
119119 <layer- label =" Toporama" checked =" " >
120- <map-extent xmlns =" http://www.w3.org/1999/xhtml" units =" OSMTILE" >
120+ <map-extent xmlns =" http://www.w3.org/1999/xhtml" units =" OSMTILE" checked >
121121 <!-- URL parameters for WMS Request -->
122122 <map-input name =" z" type =" zoom" value =" 18" min =" 4" max =" 18" ></map-input >
123123 <map-input name =" w" type =" width" ></map-input >
0 commit comments