docstrings: minor links around.
This commit is contained in:
parent
dd91852303
commit
d4ea41214d
@ -35,7 +35,7 @@
|
||||
<h4>Map Misc</h4>
|
||||
<ul>
|
||||
<li><a href="#map-property">Properties</a></li>
|
||||
<li><a href="#map-panes">Panes</a></li>
|
||||
<li><a href="#map-pane">Panes</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="toc-col">
|
||||
|
@ -32,8 +32,8 @@ The geographical point where the mouse event occured.
|
||||
Pixel coordinates of the point where the mouse event occured relative to the map layer.
|
||||
@property containerPoint: Point
|
||||
Pixel coordinates of the point where the mouse event occured relative to the map сontainer.
|
||||
@property originalEvent: DOMMouseEvent
|
||||
The original DOM mouse event fired by the browser.
|
||||
@property originalEvent: DOM MouseEvent
|
||||
The original [DOM mouse event](https://developer.mozilla.org/docs/Web/API/MouseEvent) fired by the browser.
|
||||
|
||||
|
||||
|
||||
|
@ -16,6 +16,8 @@
|
||||
|
||||
L.ImageOverlay = L.Layer.extend({
|
||||
|
||||
// @section
|
||||
// @aka ImageOverlay options
|
||||
options: {
|
||||
// @option opacity: Number = 1.0
|
||||
// The opacity of the image overlay.
|
||||
|
Loading…
Reference in New Issue
Block a user