[geos-devel] Snapping bug ?

2010-12-02 Thread strk
Martin, could you try this snapping with JTS ? input: POLYGON ((0 0, 1 0, 1 1, 0 1, 0 0)) snap_to: POINT(0.5 0) In GEOS, it returns: POLYGON ((0.5 0, 0.5 0, 1 1, 0 1, 0.5 0)) --strk; () Free GIS Flash consultant/developer /\ http://strk.keybit.net/services.html

[geos-devel] GEOS FFI Ruby bindings

2010-12-02 Thread J Smith
Howdy folks. Well, Charlie Savage planted the idea in my mind, so I'm currently in the process of re-writing the GEOS bindings for Ruby in Ruby using FFI. After a hack-fest last night, I've gotten the basics down, and am writing a unit test suite that can be used to compare against the current

Re: [geos-devel] GEOS FFI Ruby bindings

2010-12-02 Thread J Smith
On Fri, Dec 3, 2010 at 12:50 AM, Charlie Savage c...@savagexi.com wrote: Well, Charlie Savage planted the idea in my mind, so I'm currently in the process of re-writing the GEOS bindings for Ruby in Ruby using FFI. Very cool - but I think Sean deserves the credit... Well, it was certainly