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

@@ -22,9 +22,9 @@ import {get as getProjection} from '../proj.js';
/**
* @typedef {Object} Options
* @property {ol.ProjectionLike} defaultDataProjection Default data projection.
* @property {module:ol/proj~ProjectionLike} defaultDataProjection Default data projection.
* Default is `EPSG:4326`.
* @property {ol.ProjectionLike} featureProjection Projection for features read or
* @property {module:ol/proj~ProjectionLike} featureProjection Projection for features read or
* written by the format. Options passed to read or write methods will take precedence.
* @property {string|undefined} geometryName Geometry name to use when creating features.
* @property {boolean|undefined} extractGeometryName Certain GeoJSON providers include