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
+1 -1
View File
@@ -20,7 +20,7 @@ import {get as getProjection} from '../proj.js';
* they are dropped on the target. If you want to add features to a vector
* source without removing the existing features (append only), instead of
* providing the source option listen for the "addfeatures" event.
* @property {ol.ProjectionLike} projection Target projection. By default, the map's view's projection is used.
* @property {module:ol/proj~ProjectionLike} projection Target projection. By default, the map's view's projection is used.
* @property {Element|undefined} target The element that is used as the drop target, default is the viewport element.
*/