Fixed couple of remaining ilayer anchors

This commit is contained in:
Matti Tahvonen 2015-07-16 14:36:21 +03:00
parent 44bc29ba1c
commit 187b7cb263

View File

@ -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>&lt;<a href="#ilayer">Layer</a>&gt; <i>layer</i>)</nobr> <nobr>&lt;<a href="#layer">Layer</a>&gt; <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>