Skip to content

Commit

Permalink
Keep GeoJSON (vector) properties #270
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jan 12, 2022
1 parent 8935c62 commit 0f8c64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/vector_buffer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0f8c64d

Please sign in to comment.