#POSTGIS IRC Log - 2009-06-08

For logs after Feb 3, 2007, all times are GMT-8. Prior logs are GMT-9.
Back to Logs
01:26:32 CIA-34: strk * r2557 /trunk/ ( 72 files in 35 dirs ): Install all C++ headers to reduce maintainance costs. C++ API is documented as being unstable after all so let's give users the power to hurt themselves : )
01:30:01 CIA-34: mloskot * r4148 /spike/wktraster/test/regress/run_test.in: [wktraster] Renamed st_lib_* functions to postgis_raster_lib_* in regression tests runner script ( #151 ).
01:32:51 sigq: geosfeed: Ticket #184 ( defect closed ): Some parts of documented C++ API do not available for public usage <http://trac.osgeo.org/geos/ticket/184#comment:6>
01:36:04 CIA-34: strk * r2558 /trunk/configure.in: Warn at configure time if 64bit integer type isn't found. See bug #202.
01:38:50 sigq: geosfeed: Ticket #202 ( defect closed ): Undefined behavior in Coordinate::hashCode <http://trac.osgeo.org/geos/ticket/202#comment:11>
01:52:55 sigq: geosfeed: Ticket #113 ( defect closed ): WKT reader doesn't throw a ParseException on mixed dimensions <http://trac.osgeo.org/geos/ticket/113#comment:9>
01:55:35 sigq: geosfeed: Ticket #255 ( enhancement closed ): Export C++ API DLL entries for MSVC <http://trac.osgeo.org/geos/ticket/255#comment:1>
02:02:43 CIA-34: strk * r2559 /trunk/source/ ( 19 files in 2 dirs ): Update port info for buffer package ( it's really JTS-1.10 )
02:25:31 CIA-34: strk * r2560 /trunk/source/ ( 2 files in 2 dirs ): DistanceOp sync to JTS-1.10 ( renames, docs... )
02:32:46 CIA-34: strk * r2561 /trunk/source/ ( 2 files in 2 dirs ): GeometryLocation sync to JTS-1.10 ( docs )
03:14:07 CIA-34: mloskot * r4149 /spike/wktraster/scripts/ovdump.py: [wktraster] Added ovdump.py script to export given overview from GDAL supported dataset to separate GeoTIFF file.
03:30:52 CIA-34: mloskot * r4150 /spike/wktraster/scripts/ovdump.py: [wktraster] Auto-generate outpout filename for overview dump.
03:43:25 sigq: geosfeed: Ticket #176 ( defect updated ): Buffer returns empty geometry though it should not be empty <http://trac.osgeo.org/geos/ticket/176#comment:7>
04:07:03 : * lasma is away: Gone away for now
04:13:28 CIA-34: mloskot * r4151 /spike/wktraster/scripts/ovdump.py: [wktraster] ovdump.py: dump all overviews by default, parameter with overviews index is optional. Generate output file names based on overview factor.
04:27:35 sigq: geosfeed: Ticket #176 ( defect updated ): Buffer returns empty geometry though it should not be empty <http://trac.osgeo.org/geos/ticket/176#comment:8>
04:30:05 sigq: geosfeed: Ticket #176 ( defect updated ): Buffer returns empty geometry though it should not be empty <http://trac.osgeo.org/geos/ticket/176#comment:9>
07:24:03 CIA-34: strk * r2562 /trunk/source/ ( 12 files in 2 dirs ): Port info in operation::linemerge ( a single class is still at JTS-1.7, needs changes in GeometryGraphComponent.h to go up )
07:39:16 CIA-34: strk * r2563 /trunk/source/ ( 3 files in 3 dirs ): Add missing setMarked static methods in GraphComponent and make use of them in LineMerger making it able to be called incrementally ( JTS-1.10 )
08:05:27 CIA-34: strk * r2564 /trunk/source/ ( 15 files in 2 dirs ): Complete port info in overlay package
08:21:07 sigq: geosfeed: Ticket #232 ( defect updated ): Static string in WKBReader causes glibc errors when Geos is statically linked <http://trac.osgeo.org/geos/ticket/232#comment:7>
08:22:12 CIA-34: strk * r2565 /trunk/source/ ( 2 files in 2 dirs ): sync LineBuilder to JTS-1.10, completing overlay port
08:42:09 CIA-34: strk * r2566 /trunk/source/ ( 6 files in 2 dirs ): Port info and sync for operation::overlay::validate
08:54:18 CIA-34: strk * r2567 /trunk/source/ ( 10 files in 2 dirs ): Port info for polygonize operation
08:58:08 CIA-34: strk * r2568 /trunk/source/ ( 4 files in 2 dirs ): Port info for operation::predicate ( we're at JTS-1.7 here )
09:07:40 CIA-34: strk * r2569 /trunk/source/ ( 2 files in 2 dirs ): Sync RectangleContains to JTS-1.10
09:11:21 CIA-34: strk * r2570 /trunk/source/ ( 4 files in 2 dirs ): Sync to JTS-1.10 ( port info in SegmentIntersectionTester was wrong, btw )
09:30:42 CIA-34: robe * r4152 /trunk/postgis/postgis.sql.in.c: #190: populate_geometry_columns gives nonstandard use of \' in a string literal in 8.4
11:35:48 CIA-34: pramsey * r4153 /trunk/spatial_ref_sys.sql: Updated to EPSG 7.1 version ( #191 )
13:29:47 strk: pramsey: do you have a way to test that static string bug ?
13:30:01 pramsey: no, I don't, which is why it's languished for so long
13:30:06 pramsey: original poster hasn't responded with an example
13:33:30 strk: I can build statically with no problems
13:33:49 strk: I'd close as worksforme
13:33:58 strk: not receiving feedback
13:34:25 pramsey: sounds good
13:36:34 sigq: geosfeed: Ticket #232 ( defect closed ): Static string in WKBReader causes glibc errors when Geos is statically linked <http://trac.osgeo.org/geos/ticket/232#comment:8>
13:37:06 strk: who ported operation/union ? ( CascadedPolygonUnion )
13:37:17 pramsey: hartmut
13:37:24 pramsey: hkaiser on trac
13:44:06 strk: good touch
13:44:36 strk: I see spaces instead of tabs. was an agreement reached on that ?
13:44:57 strk: I'd love a make indent : )
13:46:33 strk: there's a UnaryUnionOp which is unported
13:46:50 strk: I guess that's a kind of 'makeGeometryValid' ?
13:47:51 strk: ie: an optimization of A.union( A )
13:49:12 CIA-34: strk * r2571 /trunk/source/ ( 2 files in 2 dirs ): Port info for operation::union
14:01:58 strk: yay! JTS will have it's own single sided buffer : )
14:04:02 strk: could also mean 3.2 will get out a bit later, but that really depends on Martin timing
14:06:32 CIA-34: strk * r2572 /trunk/source/ ( 16 files in 2 dirs ): JTS-1.10 port sync. The whole 'operation' namespace is complete on this.
14:26:05 CIA-34: pramsey * r4154 /trunk/postgis/postgis.sql.in.c: remove syntax error
14:28:44 CIA-34: pramsey * r4155 /trunk/postgis/postgis.sql.in.c: Turn "CREATE OR REPLACE FUNCTION" into "CREATEFUNCTION" for preprocessing magic.
15:17:31 CIA-34: pramsey * r4156 /trunk/ ( postgis/postgis.sql.in.c utils/postgis_proc_upgrade.pl ): Work on upgrade script.