0.0.4 • Published 11 years ago

geos v0.0.4

Weekly downloads
5
License
-
Repository
github
Last release
11 years ago

#node-geos

GEOS (Geometry Engine) bindings for Node.

##Prerequisites

Required node version is 0.6.0 or higher. Make sure you have GEOS version 3.x 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-waf configure build
# npm install

or install it via npm:

npm install geos (outdated version)

##Testing

npm test

To test the c++ binding we use vows. Just run vows on the tests in the test directory. Make sure you have coffee-script installed as they are written in coffee-script.

##Examples

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

##Bugs

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

0.0.4

11 years ago

0.0.3

12 years ago

0.0.2

12 years ago