fix scale docs typos
This commit is contained in:
parent
62a1bc2748
commit
a5111c546f
@ -3858,8 +3858,8 @@ L.control.layers(baseLayers, overlays).addTo(map);</code></pre>
|
||||
</code></td>
|
||||
|
||||
<td class="factory-usage">
|
||||
<code><span class='keyword'>new</span> L.Control.Attribution(<span class="comment">…</span>)</code><br />
|
||||
<code>L.control.attribution(<span class="comment">…</span>)</code>
|
||||
<code><span class='keyword'>new</span> L.Control.Scale(<span class="comment">…</span>)</code><br />
|
||||
<code>L.control.scale(<span class="comment">…</span>)</code>
|
||||
</td>
|
||||
|
||||
<td>Creates an scale control with the given options.</td>
|
||||
@ -3894,7 +3894,7 @@ L.control.layers(baseLayers, overlays).addTo(map);</code></pre>
|
||||
<td>Whether to show the metric scale line (m/km).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code><b>imerial</b></code></td>
|
||||
<td><code><b>imperial</b></code></td>
|
||||
<td><code>Boolean</code></td>
|
||||
<td><code><span class="literal">true</span></code></td>
|
||||
<td>Whether to show the imerial scale line (mi/ft).</td>
|
||||
|
Loading…
Reference in New Issue
Block a user