diff --git a/draft/processes.json b/draft/processes.json index 4dbad251..817c4cb9 100644 --- a/draft/processes.json +++ b/draft/processes.json @@ -8494,7 +8494,7 @@ } }, { - "name": "polygons", + "name": "geometries", "description": "A vector data cube containing at least one polygon. The provided vector data can be one of the following:\n\n* A `Polygon` or `MultiPolygon` geometry,\n* a `Feature` with a `Polygon` or `MultiPolygon` geometry, or\n* a `FeatureCollection` containing at least one `Feature` with `Polygon` or `MultiPolygon` geometries.\n* Empty geometries are ignored.", "schema": { "type": "object", diff --git a/draft/proposals/apply_polygon.json b/draft/proposals/apply_polygon.json index 735226a1..21ef51fe 100644 --- a/draft/proposals/apply_polygon.json +++ b/draft/proposals/apply_polygon.json @@ -16,7 +16,7 @@ } }, { - "name": "polygons", + "name": "geometries", "description": "A vector data cube containing at least one polygon. The provided vector data can be one of the following:\n\n* A `Polygon` or `MultiPolygon` geometry,\n* a `Feature` with a `Polygon` or `MultiPolygon` geometry, or\n* a `FeatureCollection` containing at least one `Feature` with `Polygon` or `MultiPolygon` geometries.\n* Empty geometries are ignored.", "schema": { "type": "object",