@@ -13,7 +13,7 @@ Exemple d’un élément `<map-extent>` servant à charger des pavés d’images
13
13
``` html
14
14
<mapml-viewer projection =" OSMTILE" lat =" 10" lon =" 0" zoom =" 1" >
15
15
<layer- label =" OpenStreetMap" checked >
16
- <map-extent units =" OSMTILE" >
16
+ <map-extent units =" OSMTILE" checked hidden >
17
17
<map-input name =" z" type =" zoom" value =" 18" min =" 0" max =" 18" ></map-input >
18
18
<map-input name =" x" type =" location" units =" tilematrix" axis =" column" min =" 0" max =" 262144" ></map-input >
19
19
<map-input name =" y" type =" location" units =" tilematrix" axis =" row" min =" 0" max =" 262144" ></map-input >
@@ -76,19 +76,19 @@ L’exemple ci-dessous montre plusieurs éléments `<map-extent>` dans un couche
76
76
<!—Modifier la carte de base en cliquant sur les points de suspension (…) de la couche de la carte de base -- >
77
77
<layer- label =" Carte de base" checked =" " >
78
78
<!—Cette étendue est masquée au niveau du contrôle de la couche, puisqu’aucune étiquette n’est fournie -- >
79
- <map-extent units =" OSMTILE" >
79
+ <map-extent units =" OSMTILE" checked >
80
80
<map-input name =" TileMatrix" type =" zoom" value =" 18" min =" 0" max =" 18" ></map-input >
81
81
<map-input name =" TileCol" type =" location" units =" tilematrix" axis =" column" min =" 0" max =" 262144" ></map-input >
82
82
<map-input name =" TileRow" type =" location" units =" tilematrix" axis =" row" min =" 0" max =" 262144" ></map-input >
83
83
<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 >
84
84
</map-extent >
85
- <map-extent label =" Nat Geo" units =" OSMTILE" >
85
+ <map-extent label =" Nat Geo" units =" OSMTILE" checked >
86
86
<map-input name =" TileMatrix" type =" zoom" value =" 18" min =" 0" max =" 18" ></map-input >
87
87
<map-input name =" TileCol" type =" location" units =" tilematrix" axis =" column" min =" 0" max =" 262144" ></map-input >
88
88
<map-input name =" TileRow" type =" location" units =" tilematrix" axis =" row" min =" 0" max =" 262144" ></map-input >
89
89
<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 >
90
90
</map-extent >
91
- <map-extent label =" Imagery" units =" OSMTILE" >
91
+ <map-extent label =" Imagery" units =" OSMTILE" checked >
92
92
<map-input name =" TileMatrix" type =" zoom" value =" 18" min =" 0" max =" 18" ></map-input >
93
93
<map-input name =" TileCol" type =" location" units =" tilematrix" axis =" column" min =" 0" max =" 262144" ></map-input >
94
94
<map-input name =" TileRow" type =" location" units =" tilematrix" axis =" row" min =" 0" max =" 262144" ></map-input >
@@ -106,7 +106,7 @@ L’exemple ci-dessous montre une demande de service de carte en ligne utilisant
106
106
``` html
107
107
<mapml-viewer projection =" OSMTILE" zoom =" 4" lat =" 53.331" lon =" -91.667" controls >
108
108
<layer- label =" Toporama" checked =" " >
109
- <map-extent xmlns =" http://www.w3.org/1999/xhtml" units =" OSMTILE" >
109
+ <map-extent xmlns =" http://www.w3.org/1999/xhtml" units =" OSMTILE" checked >
110
110
<!—Paramètres URL de la demande de service de carte en ligne -- >
111
111
<map-input name =" z" type =" zoom" value =" 18" min =" 4" max =" 18" ></map-input >
112
112
<map-input name =" w" type =" width" ></map-input >
0 commit comments