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