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
Copy file name to clipboardExpand all lines: spec/index.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -364,6 +364,7 @@ <h3>Changes</h3>
364
364
<li><time>2021-09-08</time>: Remove undefined and unresolved <code>LinkStyle</code> interface reference, per <ahref="https://github.com/Maps4HTML/MapML/issues/212">#212</a></li>
365
365
<li><time>2021-09-08</time>: Remove <code>legendLinks</code> attribute and interface definition and reference, per <ahref="https://github.com/Maps4HTML/MapML/issues/212">#212</a></li>
366
366
<li><time>2023-02-24</time>: Remove <code>datalist</code> element and associated input <code>shard</code> and <code>list</code> attributes.
<li><time>2023-03-13</time>: Remove <code>nopan</code> from <code>controlslist</code> attribute. Add <code>label</code>, <label>opacity</label>, and <code>checked</code> attributes to <code>extent</code> element
remove the <ahref="#the-layer-element"><code>layer</code></a> from the map display, it can have its <ahref="#attr-layer-checked"><code>checked</code></a> property toggled, or be removed from the DOM.</p>
782
784
<p>The <ahref="#attr-layer-disabled"><code>disabled</code></a> property is a read-only boolean indicator of the visibility of the layer on the map. If the layer is not visible due to errors, including projection,
783
785
zoom or extent mismatch, the property will be true and if the layer is present in the layer control (i.e. <ahref="#attr-layer-hidden"><code>hidden</code></a> is false), it will be disabled in that control i.e. not checkable.</p>
786
+
<p>The location and zoom level of the map can be changed via the <ahref="#dom-htmllayerelement-zoomto"><code>layer</code>.<code>zoomTo()</code></a> API method.</p>
0 commit comments