| 10:23:27 | Seanasy: | isempty only work on geometrycollections, yes? |
| 11:13:58 | CIA-6: | mcayland * r2815 /trunk/ ( 70 files in 3 dirs ): ( log message trimmed ) |
| 11:13:59 | CIA-6: | Split the basic geometry accessors into a separate static library liblwgeom.a; |
| 11:13:59 | CIA-6: | this potentially allows re-use of the liblwgeom functions from within PostGIS, |
| 11:13:59 | CIA-6: | or could be extended at a later date to include databases other than MySQL. This |
| 11:13:59 | CIA-6: | patch includes a change to the liblwgeom handler functions; instead of |
| 11:14:01 | CIA-6: | sprinkling init_pg_func( )s around the source, I have changed the default |
| 11:14:03 | CIA-6: | liblwgeom handlers to make use of a callback to allow linked libraries to set |
| 11:19:34 | CIA-6: | mcayland * r2816 /trunk/lwgeom/ ( lwgeom_pg.h pgsql_compat.h ): Move some PostgreSQL compatibility macros from lwgeom_pg.h into pgsql_compat.h which is their proper home |
| 15:06:44 | landonf: | Howdy -- any suggested Python wrapper( s ) for GEOS? I found Shapely, but it uses ctypes, is fragile, and, well, crashes. |