Merge pull request #4161 from tyrasd/patch-2
Fix link to "map.createPane" method in 1.0 docs
This commit is contained in:
commit
1107a7845a
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user