| 00:50:22 | CIA-34: | strk * r2338 /trunk/source/operation/buffer/ ( OffsetCurveBuilder.cpp OffsetCurveVertexList.h ): Sync port of OffsetCurveVertexList to JTS-1.9, improve memory management documentation ( would need some refactoring/love ) |
| 01:30:44 | CIA-34: | mloskot * r3988 /spike/wktraster/scripts/Makefile.rt.sample: [wktraster] Updated Makefile.rt.sample to look for rtpostgis.sql in the same location where PostGIS was installed. |
| 01:41:45 | CIA-34: | strk * r2339 /trunk/source/ ( 4 files in 2 dirs ): Port BufferParameters from JTS-1.9 |
| 02:18:12 | CIA-34: | strk * r2340 /trunk/source/headers/geos/operation/buffer/BufferParameters.h: typo |
| 03:26:13 | : | * mloskot is happy to see recent trunks of geos & postgis & wktraster building and passing regression tests on all his boxes |
| 03:42:20 | CIA-34: | strk * r2341 /trunk/source/ ( 6 files in 2 dirs ): Sync BufferBuilder and BufferOp classes to JTS-1.9. Adapt OffsetCurveBuilder to use of BufferParameter ( needs more work for JTS-sync ). |
| 07:27:17 | pavallo11: | hello! |
| 07:28:29 | pavallo11: | do you know if there are any possibilities to access an .mdb geomedia db for import/export to grass/postgis? |
| 08:10:18 | dcohen_: | hey friends! i'm trying to write a spatial query, and i'm having a bit of trouble. I want to write a query that returns all rows that INTERSECT with a MULTIPOINT, MULTIPOLYGON, OR MULTILINESTRING. My query goes something like this: SELECT * FROM "layer_vt_counties" WHERE ( ST_Intersects( the_geom, 'MULTIPOINT( ( -72.4134974468249 43.7203856400992 ),( -72.1829472391034 44.8661050431391 ),( -72.0712960120283 44.1967491674652 ) .......... )' ) ) |
| 08:10:28 | dcohen_: | this returns an empty set without errors |
| 08:10:35 | dcohen_: | and it should be returning rows |
| 08:10:52 | dcohen_: | when I run the query with a POINT rather than a MULTIPOINT, it works fine |
| 08:11:29 | dcohen_: | Is there a way to write a spatial query to find the intersection with MULTI-type geometries? |
| 08:11:31 | dcohen_: | please help! |
| 08:18:48 | CIA-34: | strk * r2342 /trunk/source/ ( 4 files in 2 dirs ): Port algorithm.Angle from JTS-1.9 |
| 10:43:44 | drewby: | to get the index for a given point in a linestring, must I loop through the linestring point by point and compare it to the point I have? |
| 10:44:16 | drewby: | or is there a nice function to do that for me ^^? |
| 10:47:10 | pramsey_: | the former |
| 10:48:54 | drewby: | m'koy |
| 11:36:06 | CIA-34: | mloskot * r2343 /trunk/ ( 9 files in 5 dirs ): Moved tests/tut to tests/unit/tut. Preparing for update to latest version of C++ TUT Framework. |
| 13:42:52 | CIA-34: | mloskot * r2344 /trunk/tests/unit/ ( 66 files in 18 dirs ): Updated tests/unit package with latest relase of C++ TUT Framework from 2008-11-30. |