GitXplorerGitXplorer
k

node-geos

public
57 stars
21 forks
12 issues

Commits

List of commits on branch master.
Verified
7cd965a72627e6a9034c3e2bdb9f9acc5057f868

Merge pull request #39 from sanak/fix/coffee-script-with-docker

kkashif committed 3 years ago
Unverified
87275ed74db677b93e595c9b48fc07f50a39d02f

Ignore IDE file and directories

ssanak committed 3 years ago
Unverified
0b367246de6e4a5d5f9fb3b48569743cd1429f56

Added docker environment for local debug

ssanak committed 3 years ago
Unverified
6fb2f7bf21e1e878dbe216204beb566e32fe157a

Renamed coffee-script to coffeescript and added test build with changing require path

ssanak committed 3 years ago
Unverified
46feeca7c6b8d5263e1069190f229df475e1fbda

Merge pull request #36 from orangejulius/remove_eio_references

oorangejulius committed 9 years ago
Verified
6892daf25a79a64117214dff72b960a12a9379cc

Rename async methods with lingering EIO references

oorangejulius committed 9 years ago

README

The README file for this repository.

node-geos

GEOS (Geometry Engine) bindings for Node.js.

Prerequisites

Required Node version is 0.12.0 or higher. Make sure you have GEOS version 3.2.2 or higher installed together with the headers and libraries.

Installation

To obtain and build the bindings:

git clone git://github.com/kashif/node-geos.git
cd node-geos
node-gyp configure build
# npm install

or install it via npm:

npm install geos

or

npm install git://github.com/kashif/node-geos.git

Testing

npm test

To test the c++ binding we use Vows. Just run vows on the tests in the test/ directory or use the above command. Make sure you have CoffeeScript installed as they are written in CoffeeScript.

As continuous integration system we use travis.

Build status: Build Status

Examples

For some examples please take a look at the examples/ directory.

Bugs

Report bugs to http://github.com/kashif/node-geos/issues.