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
+74-62Lines changed: 74 additions & 62 deletions
Original file line number
Diff line number
Diff line change
@@ -368,6 +368,7 @@ <h3>Changes</h3>
368
368
<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
369
369
<li><time>2023-05-26</time>: Remove <code>map</code> and <code>area</code> element discussion, to focus on <code>mapml-viewer</code>.
370
370
<li><time>2023-05-29</time>: Add <code>map-caption</code> element. Add static attribute to <code>mapml-viewer</code> element. Add <code>noscale</code>, <code>geolocation</code> to controlslist values. Add HTMLMapmlViewerElement methods forward(), back(), reload(), geojson2mapml to WebIDL interface. General edits up to line 928.
371
+
<li><time>2023-05-30</time>: Remove discussion of WGS84 from projection attribute definition.
<pclass="note">A user agent might ignore the <ahref="#attr-map-controlslist-nofullscreen"><code>nofullscreen</code></a> keyword if the content area containing the map is small, such as on a mobile device.</p>
693
694
694
-
<p>The <dfnid="attr-map-projection" class="lint-ignore"><code>projection</code></dfn> attribute value identifies the coordinate system for the map and all the <ahref="#the-layer-element"><code>layer</code></a> element children, with the exception of
695
-
<ahref="#the-layer-element"><code>layer</code></a> children in the WGS84 projection. WGS84 serves as a "wild-card" projection; features encoded in longitude, latitude values according to this projection can often be re-projected for
696
-
use on maps encoded in other projections. As such, <ahref="#the-layer-element"><code>layer</code></a> children do not have a projection attribute, in that they are verified to share the projection declared by their
697
-
parent <ahref="#the-mapml-viewer-element"><code>mapml-viewer</code></a> element. Once established, the projection of the <ahref="#the-mapml-viewer-element"><code>mapml-viewer</code></a> is read-only.
698
-
Unless otherwise specified, units are based on pixels projected and transformed from the units of the underlying projection system. The complete definition of these coordinate reference systems can be found in the
<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