From f890b4984d970fe875754f973ce4f0304f05d03f Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Tue, 19 Jan 2016 15:41:52 +0100 Subject: [PATCH] Fix link to "map.createPane" method --- reference.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference.html b/reference.html index d9a13161..ac276fe5 100644 --- a/reference.html +++ b/reference.html @@ -1329,7 +1329,7 @@ var map = L.map('map', {

Map Panes

-

Panes are DOM elements used to control the ordering of layers on the map. You can access panes with map.getPane or map.getPanesmethods. New panes can be created with the map.createPane method.

+

Panes are DOM elements used to control the ordering of layers on the map. You can access panes with map.getPane or map.getPanesmethods. New panes can be created with the map.createPane method.

Every map has the following panes that differ only in zIndex.