You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Combines a {@link FeatureCollection} of {@link Point}, {@link LineString}, or {@link Polygon} features
15
+
* Combines a {@link FeatureCollection} of {@link Point}, {@link MultiPoint}, {@link LineString},
16
+
* {@link MultiLineString}, {@link Polygon}, or {@link MultiPolygon} features
16
17
* into {@link MultiPoint}, {@link MultiLineString}, or {@link MultiPolygon} features.
17
18
*
18
19
* @function
19
-
* @param {FeatureCollection<Point|LineString|Polygon>} fc a FeatureCollection of any type
20
+
* @param {FeatureCollection<Point|MultiPoint|LineString|MultiLineString|Polygon|MultiPolygon>} fc a FeatureCollection of Points, MultiPoints, LineStrings, MultiLineStrings, Polygons, or MultiPolygons
20
21
* @returns {FeatureCollection<MultiPoint|MultiLineString|MultiPolygon>} a FeatureCollection of corresponding type to input
0 commit comments