Fixed couple of remaining ilayer anchors
This commit is contained in:
parent
44bc29ba1c
commit
187b7cb263
@ -918,7 +918,7 @@ var map = L.map('map', {
|
|||||||
<td>Removes the given control from the map.</td>
|
<td>Removes the given control from the map.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<td><code><b>getRenderer</b>(
|
<td><code><b>getRenderer</b>(
|
||||||
<nobr><<a href="#ilayer">Layer</a>> <i>layer</i>)</nobr>
|
<nobr><<a href="#layer">Layer</a>> <i>layer</i>)</nobr>
|
||||||
</code></td>
|
</code></td>
|
||||||
|
|
||||||
<td><code><span class="keyword">Renderer</span></code></td>
|
<td><code><span class="keyword">Renderer</span></code></td>
|
||||||
@ -6657,7 +6657,7 @@ map.addControl(new MyControl());
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code><b>layer</b></code></td>
|
<td><code><b>layer</b></code></td>
|
||||||
<td><code><a href="#ilayer">Layer</a></code></td>
|
<td><code><a href="#layer">Layer</a></code></td>
|
||||||
<td>The layer that was added or removed.</td>
|
<td>The layer that was added or removed.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@ -6672,7 +6672,7 @@ map.addControl(new MyControl());
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code><b>layer</b></code></td>
|
<td><code><b>layer</b></code></td>
|
||||||
<td><code><a href="#ilayer">Layer</a></code></td>
|
<td><code><a href="#layer">Layer</a></code></td>
|
||||||
<td>The layer that was added or removed.</td>
|
<td>The layer that was added or removed.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -6742,7 +6742,7 @@ map.addControl(new MyControl());
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code><b>layer</b></code></td>
|
<td><code><b>layer</b></code></td>
|
||||||
<td><code><a href="#ilayer">Layer</a></code></td>
|
<td><code><a href="#layer">Layer</a></code></td>
|
||||||
<td>The layer for the GeoJSON feature that is being added to the map.</td>
|
<td>The layer for the GeoJSON feature that is being added to the map.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user