Skip to content

Commit

Permalink
Expose fgb driver to IOMethods
Browse files Browse the repository at this point in the history
  • Loading branch information
ebocher committed Oct 17, 2023
1 parent 521e7fe commit ad38dc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ad38dc7

Please sign in to comment.