Module type for ol.ProjectionLike

This commit is contained in:
Frederic Junod
2018-03-19 10:38:39 +01:00
parent 634fb9f93b
commit 61f944d4a9
5 changed files with 9 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ const COORDINATE_FORMAT = 'coordinateFormat';
* @typedef {Object} Options
* @property {string} [className='ol-mouse-position'] CSS class name.
* @property {module:ol/coordinate~CoordinateFormat} [coordinateFormat] Coordinate format.
* @property {ol.ProjectionLike} projection Projection.
* @property {module:ol/proj~ProjectionLike} projection Projection.
* @property {function(module:ol/MapEvent~MapEvent)} [render] Function called when the
* control should be re-rendered. This is called in a `requestAnimationFrame`
* callback.