Fix a few doc comment typos
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ import CanvasVectorTileLayerRenderer from './renderer/canvas/VectorTileLayer.js'
|
|||||||
* target: 'map'
|
* target: 'map'
|
||||||
* });
|
* });
|
||||||
*
|
*
|
||||||
* The above snippet creates a map using a {@link module:ol/layer/Tile~Tile} to
|
* The above snippet creates a map using a {@link module:ol/layer/Tile} to
|
||||||
* display {@link module:ol/source/OSM~OSM} OSM data and render it to a DOM
|
* display {@link module:ol/source/OSM~OSM} OSM data and render it to a DOM
|
||||||
* element with the id `map`.
|
* element with the id `map`.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ import {create as createTransform, apply as applyTransform} from './transform.js
|
|||||||
* @typedef {Object} MapOptions
|
* @typedef {Object} MapOptions
|
||||||
* @property {module:ol/Collection.<module:ol/control/Control>|Array.<module:ol/control/Control>} [controls]
|
* @property {module:ol/Collection.<module:ol/control/Control>|Array.<module:ol/control/Control>} [controls]
|
||||||
* Controls initially added to the map. If not specified,
|
* Controls initially added to the map. If not specified,
|
||||||
* {@link module:ol/control~defaults} is used.
|
* {@link module:ol/control/util~defaults} is used.
|
||||||
* @property {number} [pixelRatio=window.devicePixelRatio] The ratio between
|
* @property {number} [pixelRatio=window.devicePixelRatio] The ratio between
|
||||||
* physical pixels and device-independent pixels (dips) on the device.
|
* physical pixels and device-independent pixels (dips) on the device.
|
||||||
* @property {module:ol/Collection.<module:ol/interaction/Interaction>|Array.<module:ol/interaction/Interaction>} [interactions]
|
* @property {module:ol/Collection.<module:ol/interaction/Interaction>|Array.<module:ol/interaction/Interaction>} [interactions]
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ import {createXYZ, extentFromProjection, createForProjection} from '../tilegrid.
|
|||||||
* with vector features from the server, it is not meant for feature editing.
|
* with vector features from the server, it is not meant for feature editing.
|
||||||
* Features are optimized for rendering, their geometries are clipped at or near
|
* Features are optimized for rendering, their geometries are clipped at or near
|
||||||
* tile boundaries and simplified for a view resolution. See
|
* tile boundaries and simplified for a view resolution. See
|
||||||
* {@link module:ol/source/VectorSource} for vector sources that are suitable for feature
|
* {@link module:ol/source/Vector} for vector sources that are suitable for feature
|
||||||
* editing.
|
* editing.
|
||||||
*
|
*
|
||||||
* @constructor
|
* @constructor
|
||||||
|
|||||||
Reference in New Issue
Block a user