this commit fixes #2499 documentation
This commit is contained in:
parent
f5b85f05f1
commit
bc63eb6052
@ -1336,7 +1336,7 @@ var map = L.map('map', {
|
||||
<td>Icon class to use for rendering the marker. See <a href="#icon">Icon documentation</a> for details on how to customize the marker icon. Set to <code>new L.Icon.Default()</code> by default.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code><b>clickable</b></code></td>
|
||||
<td><code><b>interactive</b></code></td>
|
||||
<td><code>Boolean</code></td>
|
||||
<td><code><span class="literal">true</span></code></td>
|
||||
<td>If <code><span class="literal">false</span></code>, the marker will not emit mouse events and will act as a part of the underlying map.</td>
|
||||
@ -2404,7 +2404,7 @@ L.imageOverlay(imageUrl, imageBounds).addTo(map);</code></pre>
|
||||
<td>A string that defines <a href="https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stroke-linejoin">shape to be used at the corners</a> of the stroke.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code><b>clickable</b></code></td>
|
||||
<td><code><b>interactive</b></code></td>
|
||||
<td><code>Boolean</code></td>
|
||||
<td><code><span class="literal">true</span></code></td>
|
||||
<td>If <code><span class="literal">false</span></code>, the vector will not emit mouse events and will act as a part of the underlying map.</td>
|
||||
|
Loading…
Reference in New Issue
Block a user