·
1 commit
to refs/heads/master
since this release
Breaking changes
- Switch to better LIBKML protocol (not KML). Requires gdal to be built with libxml (required if you work with KMZ files).
- Remove support for Node 16.
- Default export removed, use named export instead.
Enhancements
- Add support to force
inputFormat
in cases where ogr2ogr cannot determine from an input stream. (Fixes #110) - #109 - Add skipFailures option (@molynerd)
Maintenance
- Support shz file reading (wavded/ogre#116)