crs option

This commit is contained in:
mourner 2011-05-31 00:51:48 +03:00
parent 709133b732
commit 46545bd93c

View File

@ -192,6 +192,12 @@ map.addLayer(cloudmade);</code></pre>
<td><code>[]</code></td>
<td>Layers that will be added to the map initially.</td>
</tr>
<tr>
<td><code>crs</code></td>
<td><code>L.CRS.*</code></td>
<td><code>new&nbsp;L.CRS.EPSG3857()</code></td>
<td>Coordinate Reference System to use. Don't change this if you're not sure what it means. Currently supported: EPSG:3587 (Spherical Mercator), EPSG:4326 (Plate Carree).</td>
</tr>
<tr>
<td><code>dragging</code></td>
<td><code>Boolean</code></td>