From d7c6788211015cd97727576d813d5a405aa68f25 Mon Sep 17 00:00:00 2001 From: Patrick Arlt Date: Mon, 22 Dec 2014 08:50:35 -0800 Subject: [PATCH] renderer docs and methods --- reference.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/reference.html b/reference.html index a1cfc3a7..f806a103 100644 --- a/reference.html +++ b/reference.html @@ -212,6 +212,12 @@ var map = L.map('map', { L.CRS.
EPSG3857
Coordinate Reference System to use. Don't change this if you're not sure what it means. + + renderer + Renderer + depends + The default method for drawing vector layers on the map. L.SVG or L.Canvas by default depending on browser support. +

Interaction Options

@@ -879,6 +885,13 @@ var map = L.map('map', { this Removes the given control from the map. + getRenderer( + <ILayer> layer) + + + Renderer + Returns the renderer for the given layer. + @@ -2413,6 +2426,12 @@ L.imageOverlay(imageUrl, imageBounds).addTo(map); true If false, the vector will not emit mouse events and will act as a part of the underlying map. + + renderer + Renderer + depends + L.SVG or L.Canvas by default depending on browser support. + pointerEvents String