8000 GitHub - akidee/node-geos: GEOS (Geometry Engine) bindings for Node.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

akidee/node-geos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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.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-waf 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 coffee-script installed as they are written in coffee-script.

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.

About

GEOS (Geometry Engine) bindings for Node.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 59.3%
  • CoffeeScript 40.4%
  • Shell 0.3%
0