#POSTGIS IRC Log - 2008-07-19

For logs after Feb 3, 2007, all times are GMT-8. Prior logs are GMT-9.
Back to Logs
10:09:43 sigq: geosfeed: Ticket #193 ( defect created ): manifest handling missing from makefile.vc <http://trac.osgeo.org/geos/ticket/193>
10:20:12 CIA-6: warmerdam * r2132 /branches/3.0/source/ ( Makefile.vc headers/geos/version.h.vc ): add automatic copying of version.h for svn builds
10:45:16 CIA-6: warmerdam * r2133 /branches/3.0/source/Makefile.vc: incorporate manifest into dlls ( #193 )
11:02:00 sigq: geosfeed: Ticket #193 ( defect updated ): manifest handling missing from makefile.vc <http://trac.osgeo.org/geos/ticket/193#comment:1>
11:07:39 CIA-6: warmerdam * r2134 /trunk/source/Makefile.vc: added rules to create platform.h, version.h and geos_c.h from templates on win32
11:11:14 CIA-6: warmerdam * r2135 /trunk/source/Makefile.vc: added manifest handling for DLLs ( #193 )
11:13:59 sigq: geosfeed: Ticket #193 ( defect closed ): manifest handling missing from makefile.vc <http://trac.osgeo.org/geos/ticket/193#comment:2>
20:19:45 NeRMe: hey, I'm looking to select all points from within a given radius of another point... is there a way to construct a circle using WKT?
20:24:22 darkblue_B: ST_DWithin( ) isnt it?
20:27:26 nhv: http://postgis.refractions.net/support/wiki/index.php?ExamplesFindNearby
20:27:27 sigq: Title: PostGIS Wiki : Examples Find Nearby ( at postgis.refractions.net )
20:27:48 NeRMe: thanks : )
20:30:43 NeRMe: awesome, that gets the job done. just curious, is there a way to make a circle?
20:30:55 NeRMe: be it WKT or postgis native
20:31:04 nhv: st_buffer
20:31:27 NeRMe: cool, I'll check it out