Add default value for defaultDataProjection

This commit is contained in:
Frederic Junod
2016-01-27 13:38:27 +01:00
parent 7b78c215ae
commit 98da9f1800
+2 -2
View File
@@ -1682,7 +1682,7 @@ olx.format.GeoJSONOptions;
/** /**
* Default data projection. * Default data projection. Default is `EPSG:4326`.
* @type {ol.proj.ProjectionLike} * @type {ol.proj.ProjectionLike}
* @api stable * @api stable
*/ */
@@ -1797,7 +1797,7 @@ olx.format.TopoJSONOptions;
/** /**
* Default data projection. * Default data projection. Default is `EPSG:4326`.
* @type {ol.proj.ProjectionLike} * @type {ol.proj.ProjectionLike}
* @api stable * @api stable
*/ */