From f4fab59eed052256d64583fea81a05743d8f850a Mon Sep 17 00:00:00 2001 From: PondiB Date: Fri, 5 May 2023 13:39:04 +0200 Subject: [PATCH] enable projections to be null --- proposals/raster_to_vector.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/raster_to_vector.json b/proposals/raster_to_vector.json index 090d9f17..56549901 100644 --- a/proposals/raster_to_vector.json +++ b/proposals/raster_to_vector.json @@ -34,7 +34,7 @@ "subtype": "wkt2-definition" }, { - "type": null + "type": "null" } ], "optional": true,