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

When building with node-pre-gyp, the system libgeos_c is used #20

Closed mmomtchev closed 4 years ago

mmomtchev commented 4 years ago

The node-pre-gyp build uses the system installed libgeos_c library even if it carries and builds its own copy of libgeos This is the reason the build fails on systems which do not have it

yocontra commented 4 years ago

Published to NPM - thanks!