kashif / node-geos

GEOS (Geometry Engine) bindings for Node.js
MIT License
57 stars 21 forks source link

merge changes from simplegeo/geonode branch #22

Open kashif opened 12 years ago

kashif commented 12 years ago

https://github.com/simplegeo/geonode has some changes which might be useful to merge in here?

booo commented 12 years ago

@Kashif do you have any features in mind? Would be nice if we could create a list of missing features and features we can steal from the simplegeo branch ;)

kashif commented 12 years ago

Ok so looking at it I see there is only:

booo commented 12 years ago

Adding GEOSFree does not make sense to me as we are using the c++ interface. Right?

I'm going to add two simplification methods/classes:

I'm going to add a static simplify and topologyPreserveSimplify to the geometry object.

Maybe we should add isRing and hasZ as well?

https://github.com/simplegeo/geonode/blob/master/_geonode.cc#L105