From ad38dc7d382fcc0bbd972ccc03cc4c20082f70ba Mon Sep 17 00:00:00 2001 From: ebocher Date: Tue, 17 Oct 2023 17:31:34 +0200 Subject: [PATCH] Expose fgb driver to IOMethods --- docs/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9750ec21b8..b84e6af14f 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -26,4 +26,5 @@ + GeoJson driver must be able to read json extension + GeoJson handle the M ordinate. The limitation is only ZM is supported (default Z value to 0 if M is given but not Z) + GeoJson read the optional ID field on feature as an attribute, but currently it will be saved back into feature attribute. -+ FlatGeobuf driver. Read Write driver and FileTable. This driver does not support mixed geometry type. On write a spatial index is created by default. The spatial index on file table is not currently supported. ++ FlatGeobuf driver. Read Write driver and FileTable. This driver does not support mixed geometry type. On write a spatial index is created by default. The spatial index on file table is not currently supported. ++ Expose FlatGeobuf driver to the IOMethods