Fix documentation typos
This commit is contained in:
+4
-4
@@ -683,7 +683,7 @@ olx.control.ControlOptions.prototype.target;
|
|||||||
* logo: (boolean|undefined),
|
* logo: (boolean|undefined),
|
||||||
* logoOptions: (olx.control.LogoOptions|undefined),
|
* logoOptions: (olx.control.LogoOptions|undefined),
|
||||||
* zoom: (boolean|undefined),
|
* zoom: (boolean|undefined),
|
||||||
* rotateOptions: (olx.control.RotateOptions|undefined)}}
|
* rotateOptions: (olx.control.RotateOptions|undefined),
|
||||||
* zoomOptions: (olx.control.ZoomOptions|undefined)}}
|
* zoomOptions: (olx.control.ZoomOptions|undefined)}}
|
||||||
* @todo api
|
* @todo api
|
||||||
*/
|
*/
|
||||||
@@ -890,7 +890,7 @@ olx.control.ScaleLineOptions.prototype.units;
|
|||||||
* tipLabel: (string|undefined),
|
* tipLabel: (string|undefined),
|
||||||
* target: (Element|undefined),
|
* target: (Element|undefined),
|
||||||
* autoHide: (boolean|undefined)}}
|
* autoHide: (boolean|undefined)}}
|
||||||
* @todo stability experimental
|
* @todo api
|
||||||
*/
|
*/
|
||||||
olx.control.RotateOptions;
|
olx.control.RotateOptions;
|
||||||
|
|
||||||
@@ -3909,8 +3909,8 @@ olx.source.TileWMSOptions.prototype.projection;
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The type of the remote WMS server: `mapserver`, `geoserver` or `qgis`. Only
|
* The type of the remote WMS server. Currently only used when `hidpi` is
|
||||||
* needed if `hidpi` is `true`. Default is `undefined`.
|
* `true`. Default is `undefined`.
|
||||||
* @type {ol.source.wms.ServerType|string|undefined}
|
* @type {ol.source.wms.ServerType|string|undefined}
|
||||||
*/
|
*/
|
||||||
olx.source.TileWMSOptions.prototype.serverType;
|
olx.source.TileWMSOptions.prototype.serverType;
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ ol.DragBoxEventType = {
|
|||||||
BOXSTART: 'boxstart',
|
BOXSTART: 'boxstart',
|
||||||
/**
|
/**
|
||||||
* Triggered upon drag box end.
|
* Triggered upon drag box end.
|
||||||
* @event ol.DragBoxEvent#boxstart
|
* @event ol.DragBoxEvent#boxend
|
||||||
* @todo api
|
* @todo api
|
||||||
*/
|
*/
|
||||||
BOXEND: 'boxend'
|
BOXEND: 'boxend'
|
||||||
|
|||||||
Reference in New Issue
Block a user