Correct documentation regarding bringToBack() (#5788)
This commit is contained in:
parent
8ae4689a93
commit
e5a3d5ecc3
@ -13136,7 +13136,7 @@ and custom events.</li>
|
||||
<tr id='featuregroup-bringtoback'>
|
||||
<td><code><b>bringToBack</b>()</nobr></code></td>
|
||||
<td><code>this</code></td>
|
||||
<td><p>Brings the layer group to the top of all other layers</p>
|
||||
<td><p>Brings the layer group to the back of all other layers</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id='featuregroup-getbounds'>
|
||||
@ -13873,7 +13873,7 @@ The default is the <code>coordsToLatLng</code> static method.</td>
|
||||
<tr id='geojson-bringtoback'>
|
||||
<td><code><b>bringToBack</b>()</nobr></code></td>
|
||||
<td><code>this</code></td>
|
||||
<td><p>Brings the layer group to the top of all other layers</p>
|
||||
<td><p>Brings the layer group to the back of all other layers</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id='geojson-getbounds'>
|
||||
|
@ -13425,7 +13425,7 @@ and custom events.</li>
|
||||
<tr id='featuregroup-bringtoback'>
|
||||
<td><code><b>bringToBack</b>()</nobr></code></td>
|
||||
<td><code>this</code></td>
|
||||
<td><p>Brings the layer group to the top of all other layers</p>
|
||||
<td><p>Brings the layer group to the back of all other layers</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id='featuregroup-getbounds'>
|
||||
@ -14202,7 +14202,7 @@ The default is the <code>coordsToLatLng</code> static method.</td>
|
||||
<tr id='geojson-bringtoback'>
|
||||
<td><code><b>bringToBack</b>()</nobr></code></td>
|
||||
<td><code>this</code></td>
|
||||
<td><p>Brings the layer group to the top of all other layers</p>
|
||||
<td><p>Brings the layer group to the back of all other layers</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id='geojson-getbounds'>
|
||||
|
@ -13457,7 +13457,7 @@ and custom events.</li>
|
||||
<tr id='featuregroup-bringtoback'>
|
||||
<td><code><b>bringToBack</b>()</nobr></code></td>
|
||||
<td><code>this</code></td>
|
||||
<td><p>Brings the layer group to the top of all other layers</p>
|
||||
<td><p>Brings the layer group to the back of all other layers</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id='featuregroup-getbounds'>
|
||||
@ -14234,7 +14234,7 @@ The default is the <code>coordsToLatLng</code> static method.</td>
|
||||
<tr id='geojson-bringtoback'>
|
||||
<td><code><b>bringToBack</b>()</nobr></code></td>
|
||||
<td><code>this</code></td>
|
||||
<td><p>Brings the layer group to the top of all other layers</p>
|
||||
<td><p>Brings the layer group to the back of all other layers</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id='geojson-getbounds'>
|
||||
|
@ -14393,7 +14393,7 @@ and custom events.</li>
|
||||
<tr id='featuregroup-bringtoback'>
|
||||
<td><code><b>bringToBack</b>()</nobr></code></td>
|
||||
<td><code>this</code></td>
|
||||
<td><p>Brings the layer group to the top of all other layers</p>
|
||||
<td><p>Brings the layer group to the back of all other layers</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id='featuregroup-getbounds'>
|
||||
@ -15176,7 +15176,7 @@ The default is the <code>coordsToLatLng</code> static method.</td>
|
||||
<tr id='geojson-bringtoback'>
|
||||
<td><code><b>bringToBack</b>()</nobr></code></td>
|
||||
<td><code>this</code></td>
|
||||
<td><p>Brings the layer group to the top of all other layers</p>
|
||||
<td><p>Brings the layer group to the back of all other layers</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id='geojson-getbounds'>
|
||||
|
@ -14400,7 +14400,7 @@ and custom events.</li>
|
||||
<tr id='featuregroup-bringtoback'>
|
||||
<td><code><b>bringToBack</b>()</nobr></code></td>
|
||||
<td><code>this</code></td>
|
||||
<td><p>Brings the layer group to the top of all other layers</p>
|
||||
<td><p>Brings the layer group to the back of all other layers</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id='featuregroup-getbounds'>
|
||||
@ -15183,7 +15183,7 @@ The default is the <code>coordsToLatLng</code> static method.</td>
|
||||
<tr id='geojson-bringtoback'>
|
||||
<td><code><b>bringToBack</b>()</nobr></code></td>
|
||||
<td><code>this</code></td>
|
||||
<td><p>Brings the layer group to the top of all other layers</p>
|
||||
<td><p>Brings the layer group to the back of all other layers</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr id='geojson-getbounds'>
|
||||
|
@ -69,7 +69,7 @@ export var FeatureGroup = LayerGroup.extend({
|
||||
},
|
||||
|
||||
// @method bringToBack(): this
|
||||
// Brings the layer group to the top of all other layers
|
||||
// Brings the layer group to the back of all other layers
|
||||
bringToBack: function () {
|
||||
return this.invoke('bringToBack');
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user