From 46545bd93c7678e4df8c0ddb5478a95d66af6c0c Mon Sep 17 00:00:00 2001 From: mourner Date: Tue, 31 May 2011 00:51:48 +0300 Subject: [PATCH] crs option --- reference.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reference.html b/reference.html index d2d03303..3be75ea1 100644 --- a/reference.html +++ b/reference.html @@ -192,6 +192,12 @@ map.addLayer(cloudmade); [] Layers that will be added to the map initially. + + crs + L.CRS.* + new L.CRS.EPSG3857() + 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). + dragging Boolean