crs option
This commit is contained in:
parent
709133b732
commit
46545bd93c
@ -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 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>
|
||||
|
Loading…
Reference in New Issue
Block a user