From a69a1f3ff40dcd60d11da80e21e717ae6047e167 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sun, 11 Mar 2018 08:36:54 -0600 Subject: [PATCH] Coordinate type typo --- src/ol/Overlay.js | 2 +- src/ol/View.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ol/Overlay.js b/src/ol/Overlay.js index 9f56dfd969..3a3e7f3ccf 100644 --- a/src/ol/Overlay.js +++ b/src/ol/Overlay.js @@ -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. diff --git a/src/ol/View.js b/src/ol/View.js index face844c5b..72e0ca4efe 100644 --- a/src/ol/View.js +++ b/src/ol/View.js @@ -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}.