Fix link to "map.createPane" method
This commit is contained in:
parent
077ba0cbdf
commit
f890b4984d
@ -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