node-spatialite icon indicating copy to clipboard operation
node-spatialite copied to clipboard

Standalone, cross-platform SpatiaLite 4.0 binding for node.js with all features enabled

Results 14 node-spatialite issues
Sort by recently updated
recently updated
newest added

While installing spatialite on windows, getting following error message Error: Can't find Python executable "python", you can set the PYTHON env variable.

I was unable to install the module on my CentOS7 machine with the error: error: >call of overloaded ‘isnan(double&)’ is ambiguous My C++ skills leave alot to be desired, but...

Hi, I'm developing a simple electron app on Windows. I though spatialite would be the best solution but looking at spatialite folder in node_modules, it takes 619MB! I can see...

This resolves a compiler error trying to compile `node-spatialite` on Ubuntu 16.04. Patch credit in Issue #16.

$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.2 LTS Release: 16.04 Codename: xenial I have compiled the module only when I changed this file:...

Use`std::isnan(x)` for compatibility with newer compilers. Fixes #14.

node-spatialite Installs and builds like a champ in node versions 0.12.*. We were just recently evaluating dependencies in Node v4 and v5 and node-spatialite was the only module unable to...

The native code for GEOS & Spatialite takes ages to build :sleeping: [node-pre-gyp](https://github.com/mapbox/node-pre-gyp) makes it relatively straightforward to package binaries, which could make it easier for users on standard-ish platforms...

I have upgraded the existing spatialite to 4.2.0. The existing tests pass however I don't seem to be able to call any of the geopackage functionality. This PR is f.y.i....