From 0f8c64dab60d148221c8dc73f7683d9a63e43a38 Mon Sep 17 00:00:00 2001 From: Matthias Mohr Date: Wed, 12 Jan 2022 17:57:58 +0100 Subject: [PATCH] Keep GeoJSON (vector) properties #270 --- proposals/vector_buffer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/vector_buffer.json b/proposals/vector_buffer.json index 72703124..c09f87a3 100644 --- a/proposals/vector_buffer.json +++ b/proposals/vector_buffer.json @@ -9,7 +9,7 @@ "parameters": [ { "name": "geometries", - "description": "Geometries to apply the buffer on.\n\nTo maximize interoperability, a nested `GeometryCollection` should be avoided. Furthermore, a `GeometryCollection` composed of a single type of geometries should be avoided in favour of the corresponding multi-part type (e.g. `MultiPolygon`).", + "description": "Geometries to apply the buffer on. Vector properties are preserved for vector data cubes and all GeoJSON Features.\n\nTo maximize interoperability, a nested `GeometryCollection` should be avoided. Furthermore, a `GeometryCollection` composed of a single type of geometries should be avoided in favour of the corresponding multi-part type (e.g. `MultiPolygon`).", "schema": [ { "type": "object",