yocontra / node-gdal-next

Node.js bindings for GDAL (Geospatial Data Abstraction Library) [Fork]
https://contra.io/node-gdal-next/
Apache License 2.0
75 stars 36 forks source link

strict option in driver.createCopy doesn't work #22

Open mmomtchev opened 4 years ago

mmomtchev commented 4 years ago

The doxygen of createCopy mentions an optional boolean strict option which is passed to GDAL CreateCopy The variable exists in the code but it is never parsed from the arguments Correctly implementing the documentation is a breaking change https://github.com/contra/node-gdal-next/blob/7d387bb3c19de5ca1cac2782f8ca31fa630d1da4/src/gdal_driver.cpp#L287