File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,13 @@ export default Feature;
283
283
* @property {Feature[] } features - The array of features composing the
284
284
* collection.
285
285
* @property {Extent? } extent - The 2D extent containing all the features
286
- * composing the collection.
286
+ * composing the collection. The extent projection is the same local projection `FeatureCollection`.
287
+ * To transform `FeatureCollection.extent` to `FeatureCollection.crs` projection, the transformation matrix must be applied.
288
+ *
289
+ * **WARNING** if crs is `EPSG:4978` because the 3d geocentric system doesn't work with 2D `Extent`,
290
+ * The FeatureCollection.extent projection is the original projection.
291
+ * In this case, there isn't need to transform the extent.
292
+ *
287
293
* @property {string } crs - Geographic or Geocentric coordinates system.
288
294
* @property {boolean } isFeatureCollection - Used to check whether this is FeatureCollection.
289
295
* @property {number } size - The size structure, it's 3 for 3d and 2 for 2d.
You can’t perform that action at this time.
0 commit comments