Merge pull request #4161 from tyrasd/patch-2

Fix link to "map.createPane" method in 1.0 docs
This commit is contained in:
Vladimir Agafonkin 2016-01-19 16:47:10 +02:00
commit 1107a7845a

View File

@ -1329,7 +1329,7 @@ var map = L.map('map', {
<h3 id="map-panes">Map Panes</h3>
<p>Panes are DOM elements used to control the ordering of layers on the map. You can access panes with <a href="#map-getpane">map.getPane</a> or <a href="#map-getpanes">map.getPanes</a>methods. New panes can be created with the <a href="#map-getpane">map.createPane</a> method.<p>
<p>Panes are DOM elements used to control the ordering of layers on the map. You can access panes with <a href="#map-getpane">map.getPane</a> or <a href="#map-getpanes">map.getPanes</a>methods. New panes can be created with the <a href="#map-createpane">map.createPane</a> method.<p>
<p>Every map has the following panes that differ only in zIndex.</p>