Merge pull request #4735 from fredj/defaultDataProjection_jsdoc

Add default value for defaultDataProjection
This commit is contained in:
Frédéric Junod
2016-01-27 13:59:57 +01:00

View File

@@ -1682,7 +1682,7 @@ olx.format.GeoJSONOptions;
/**
* Default data projection.
* Default data projection. Default is `EPSG:4326`.
* @type {ol.proj.ProjectionLike}
* @api stable
*/
@@ -1797,7 +1797,7 @@ olx.format.TopoJSONOptions;
/**
* Default data projection.
* Default data projection. Default is `EPSG:4326`.
* @type {ol.proj.ProjectionLike}
* @api stable
*/