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
{{ message }}
This repository was archived by the owner on Mar 30, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: spec/index.html
+170-1Lines changed: 170 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -286,6 +286,7 @@ <h5 id="the-map-element"><em><span class="secno">4.1</span> The <dfn><code>map</
286
286
<ddid="attr-map-zoom"><em><code><ahref="#attr-map-zoom">zoom</a></code> - a positive integer zoom (scale) value</em></dd>
287
287
<ddid="attr-map-lat"><em><code><ahref="#attr-map-lat">lat</a></code> - a decimal WGS84 latitude value for the map center</em></dd>
288
288
<ddid="attr-map-lon"><em><code><ahref="#attr-map-lon">lon</a></code> - a decimal WGS84 longitude value for the map center</em></dd>
289
+
<ddid="attr-map-projection"><em><code><ahref="#attr-map-projection">projection</a></code> - a string <ahref="#projections">identifier</a> of the MapML coordinate reference system used by the map. Default is 'OSMTILE'.</em></dd>
<p>The following table summarizes the <ahref="#attr-map-projection"><code>projection</code></a> identifier values that are defined by this specification.</p>
345
+
346
+
<table>
347
+
<thead>
348
+
<tr>
349
+
<th>Projection value</th>
350
+
<th>Description</th>
351
+
<th>Base CRS / Projection system</th>
352
+
<th>Origin (x,y)</th>
353
+
<th>Tile row/column size (px)</th>
354
+
<th>Projected Bounds / LatLng Bounds</th>
355
+
<th>Zoom level</th>
356
+
<th>Resolution</th>
357
+
</tr>
358
+
</thead>
359
+
<tbody>
360
+
361
+
<tr>
362
+
<td><code>OSMTILE</code></td>
363
+
<td>Default value of the <ahref="#attr-map-projection">projection</a> attribute. Web Mercator-based tiled coordinate reference system.</td>
0 commit comments