You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if the layer is not not <ahref="#attr-layer-hidden"><code>hidden</code></a>. The map author's <ahref="#the-title-element"><code>title</code></a> element takes precedence over <code>label</code>, if available.</dd>
874
875
<ddid="attr-layer-checked"><code>checked</code> — Turn the layer on/off dynamically on the map. </dd>
875
876
<ddid="attr-layer-hidden"><code>hidden</code> — Visibility status of the layer in the layer control. Does not affect visibility of the layer on the map.</dd>
877
+
<ddid="attr-layer-opacity"><code>opacity</code> — An initial opacity value which is reflected to the exposed user interface in the layer control for opacity. Opacity values have a decimal range from 0 (transparent) to 1.0 (opaque)</dd>
876
878
<ddid="attr-layer-referrerpolicy"><code>referrerpolicy</code> — <ahref="https://w3c.github.io/webappsec-referrer-policy/#referrer-policy">Referrer policy</a> for <ahref="https://fetch.spec.whatwg.org/#concept-fetch">fetches</a> initiated by the element.</dd>
877
879
<ddid="attr-layer-crossorigin"><code>crossorigin</code> — A <ahref="https://html.spec.whatwg.org/multipage/urls-and-fetching.html#cors-settings-attribute">CORS settings attribute</a>, specifies how the element handles crossorigin requests.</dd>
878
880
<dt><ahref="https://html.spec.whatwg.org/multipage/dom.html#concept-element-tag-omission">Tag omission in text/html</a>:</dt>
<dd><code>units</code> — The name of the coordinate reference system whose measurement units are to be used by values supplied by child <ahref="#the-input-element"><code>input</code></a> elements.</dd>
2168
-
<dd><code>label</code> — A text label to be applied to the user interface for the <ahref="#the-extent-element"><code>extent</code></a> in the layer control. If no label is supplied, the <ahref="#the-extent-element"><code>extent</code></a> will not expose a user interface in the layer control, but will still be displayed on the map.</dd>
2169
-
<dd><code>opacity</code> — An initial opacity value, that will be applied to the content retrieved by the <ahref="#the-extent-element"><code>extent</code></a>, and which is reflected to the exposed user interface for opacity. Opacity values have a decimal range from 0 (transparent) to 1.0 (opaque).</dd>
2170
-
<dd><code>checked</code> — A boolean attribute that sets the initial state of the exposed user interface in the layer control. If checked, the <ahref="#the-extent-element"><code>extent</code></a> content is displayed on the map.</dd>
2169
+
<ddid="attr-extent-units"><code>units</code> — The name of the coordinate reference system whose measurement units are to be used by values supplied by child <ahref="#the-input-element"><code>input</code></a> elements.</dd>
2170
+
<ddid="attr-extent-label"><code>label</code> — A text label to be applied to the user interface for the <ahref="#the-extent-element"><code>extent</code></a> in the layer control. If no label is supplied, a default value will be generated for non-hidden extents, with the intended meaning of "Sub-layer".</dd>
2171
+
<ddid="attr-extent-opacity"><code>opacity</code> — An initial opacity value, that will be applied to the content retrieved by the <ahref="#the-extent-element"><code>extent</code></a>, and which is reflected to the exposed layer control user interface for opacity. Opacity values have a decimal range from 0 (transparent) to 1.0 (opaque).</dd>
2172
+
<ddid="attr-extent-checked"><code>checked</code> — A boolean attribute that sets the initial state of the exposed user interface in the layer control. If checked, the <ahref="#the-extent-element"><code>extent</code></a> content is rendered on the map.</dd>
2173
+
<ddid="attr-extent-hidden"><code>hidden</code> — Visibility status of the extent in the layer control. Does not affect visibility of the extent on the map.</dd>
0 commit comments