Merge pull request #7964 from tschaub/type-fix

Coordinate type typo
This commit is contained in:
Tim Schaub
2018-03-11 09:19:22 -06:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ import {containsExtent} from './extent.js';
* array is the horizontal offset. A positive value shifts the overlay right.
* The second element in the array is the vertical offset. A positive value
* shifts the overlay down.
* @property {module:ol/coordinate~Coordinate~Coordinate} [position] The overlay position
* @property {module:ol/coordinate~Coordinate} [position] The overlay position
* in map projection.
* @property {module:ol/OverlayPositioning~OverlayPositioning} [positioning='top-left'] Defines how
* the overlay is actually positioned with respect to its `position` property.

View File

@@ -80,7 +80,7 @@ import Units from './proj/Units.js';
/**
* @typedef {Object} ViewOptions
* @property {module:ol/coordinate~Coordinate~Coordinate} [center] The initial center for
* @property {module:ol/coordinate~Coordinate} [center] The initial center for
* the view. The coordinate system for the center is specified with the
* `projection` option. Layer sources will not be fetched if this is not set,
* but the center can be set later with {@link #setCenter}.