From 64058e37937e35822ad8e497107b8b4ba2775e90 Mon Sep 17 00:00:00 2001 From: openEO CI Date: Fri, 26 Jul 2024 18:25:58 +0000 Subject: [PATCH] deploy: a2e378050fa1a0a4b17dfa48c6dc2a459257faa9 --- draft/processes.json | 2 +- draft/proposals/apply_polygon.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",