]> granicus.if.org Git - postgis/log
postgis
16 years agoAdd missing lwgeom_getcurve_inspected() function which is required for some of the...
Mark Cave-Ayland [Fri, 7 Nov 2008 12:25:30 +0000 (12:25 +0000)]
Add missing lwgeom_getcurve_inspected() function which is required for some of the latest GBT fixes.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3270 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoFix GBT#70: ST_NPoints Crashes with Curves. lwgeom_npoints() needs to know about...
Mark Cave-Ayland [Fri, 7 Nov 2008 11:47:12 +0000 (11:47 +0000)]
Fix GBT#70: ST_NPoints Crashes with Curves. lwgeom_npoints() needs to know about the new lwgeom_getcurve_inspected() function.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3269 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoAdd missing lwgeom_getcurve_inspected() function which is required for some of the...
Mark Cave-Ayland [Fri, 7 Nov 2008 11:41:23 +0000 (11:41 +0000)]
Add missing lwgeom_getcurve_inspected() function which is required for some of the latest GBT fixes.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3268 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoUpdated the curve box3d algorithm to use the floating point comparison operators.
Mark Leslie [Fri, 7 Nov 2008 01:03:50 +0000 (01:03 +0000)]
Updated the curve box3d algorithm to use the floating point comparison operators.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3266 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoFix for GBT#66: ST_Dump kills backend when fed CIRCULAR STRING. With thanks to Regina...
Mark Cave-Ayland [Thu, 6 Nov 2008 17:13:49 +0000 (17:13 +0000)]
Fix for GBT#66: ST_Dump kills backend when fed CIRCULAR STRING. With thanks to Regina Obe.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3264 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoFix for case where the p-i-p shortcut case and the GEOS shortcut case interleave...
Paul Ramsey [Wed, 5 Nov 2008 20:49:11 +0000 (20:49 +0000)]
Fix for case where the p-i-p shortcut case and the GEOS shortcut case interleave and use the same cache area.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3260 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoamend ST_Shift..
Regina Obe [Wed, 5 Nov 2008 13:05:39 +0000 (13:05 +0000)]
amend ST_Shift..

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3259 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoFix ST_AsGML() not recognising GEOMETRYCOLLECTION as a valid geometry type from my...
Mark Cave-Ayland [Wed, 5 Nov 2008 11:27:37 +0000 (11:27 +0000)]
Fix ST_AsGML() not recognising GEOMETRYCOLLECTION as a valid geometry type from my GBT#65 fix :(

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3256 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoFix regression tests reporting incorrect failures due to a change of output caused...
Mark Cave-Ayland [Wed, 5 Nov 2008 11:17:52 +0000 (11:17 +0000)]
Fix regression tests reporting incorrect failures due to a change of output caused by r3244.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3254 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoFix for GBT#68 - ST_Shift_Longitude doesn't work with MULTIPOINT. Looks like this...
Mark Cave-Ayland [Wed, 5 Nov 2008 11:03:23 +0000 (11:03 +0000)]
Fix for GBT#68 - ST_Shift_Longitude doesn't work with MULTIPOINT. Looks like this was just a simple mistake in the code. I've also improved the error message to return the proper type name instead of just a number.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3252 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agofix proto for ST_CurveToLine
Regina Obe [Tue, 4 Nov 2008 20:29:58 +0000 (20:29 +0000)]
fix proto for ST_CurveToLine

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3250 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agomissing protos
Regina Obe [Tue, 4 Nov 2008 20:08:24 +0000 (20:08 +0000)]
missing protos

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3248 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoChange ST_AsKML functions to use ST_Transform instead of Transform
Regina Obe [Tue, 4 Nov 2008 14:34:03 +0000 (14:34 +0000)]
Change ST_AsKML functions to use ST_Transform instead of Transform

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3246 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoFix lwgeom_typename() not returning a valid string for any of the newer geometry...
Mark Cave-Ayland [Tue, 4 Nov 2008 14:11:36 +0000 (14:11 +0000)]
Fix lwgeom_typename() not returning a valid string for any of the newer geometry types.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3244 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoFix for GBT#65: ST_AsGML kills the backend when fed a CIRCULAR STRING. The default...
Mark Cave-Ayland [Tue, 4 Nov 2008 13:58:55 +0000 (13:58 +0000)]
Fix for GBT#65: ST_AsGML kills the backend when fed a CIRCULAR STRING. The default code attempts to inspect any unknown geometry which fails on CIRCULARSTR
ING. A longer term fix may be to fix CIRCULARSTRING so that it can be inspected, however the fix here is to throw an ERROR for unknown types just as the other As_*() functions do.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3242 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoMore protos for KML
Regina Obe [Tue, 4 Nov 2008 13:17:41 +0000 (13:17 +0000)]
More protos for KML

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3239 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoST_LineToCurve, ST_CurveToLine
Regina Obe [Tue, 4 Nov 2008 01:49:57 +0000 (01:49 +0000)]
ST_LineToCurve, ST_CurveToLine

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3229 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoRe-enabling the bbox2d/3d tests for circular string.
Mark Leslie [Tue, 4 Nov 2008 00:04:16 +0000 (00:04 +0000)]
Re-enabling the bbox2d/3d tests for circular string.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3227 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoFix regression test differences between different platforms in the AsGeoJSON regressi...
Mark Cave-Ayland [Thu, 30 Oct 2008 23:02:21 +0000 (23:02 +0000)]
Fix regression test differences between different platforms in the AsGeoJSON regression code. There were two issues: firstly, the original regression tests included precision information > 15 significant figures, and secondly the GeoJSON code was exposing BOX2DFLOAT4 information to the client instead of calculating the true bounding box. With thanks to Olivier Courtin.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3220 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoAdd ST_DumpRings
Regina Obe [Thu, 30 Oct 2008 22:52:02 +0000 (22:52 +0000)]
Add ST_DumpRings

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3219 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoST_Accum
Regina Obe [Thu, 30 Oct 2008 09:16:39 +0000 (09:16 +0000)]
ST_Accum

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3216 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoAdd ST_Union second function proto
Regina Obe [Wed, 29 Oct 2008 18:00:09 +0000 (18:00 +0000)]
Add ST_Union second function proto

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3213 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoAdd remaining linear referencing functions
Regina Obe [Wed, 29 Oct 2008 17:37:14 +0000 (17:37 +0000)]
Add remaining linear referencing functions

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3211 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoAdd ST_Line_Substring
Regina Obe [Wed, 29 Oct 2008 13:15:00 +0000 (13:15 +0000)]
Add ST_Line_Substring

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3203 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoAdd ST_Line_Interpolate_Point
Regina Obe [Wed, 29 Oct 2008 12:39:57 +0000 (12:39 +0000)]
Add ST_Line_Interpolate_Point

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3201 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agodocument st_length*spheroid functions
Regina Obe [Sun, 26 Oct 2008 22:19:10 +0000 (22:19 +0000)]
document st_length*spheroid functions

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3184 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoAdd ST_Distance_Spher* functions
Regina Obe [Sun, 26 Oct 2008 21:24:58 +0000 (21:24 +0000)]
Add ST_Distance_Spher* functions

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3182 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoadd affine and rest of affine family of functions
Regina Obe [Sun, 26 Oct 2008 19:52:28 +0000 (19:52 +0000)]
add affine and rest of affine family of functions

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3180 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoAdd = operator the most confusing and accidentally used operator of all
Regina Obe [Sat, 25 Oct 2008 17:34:45 +0000 (17:34 +0000)]
Add = operator the most confusing and accidentally used operator of all

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3176 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoAlter version to match working version.
Paul Ramsey [Fri, 24 Oct 2008 15:54:19 +0000 (15:54 +0000)]
Alter version to match working version.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3171 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoadd ST_SnapToGrid
Regina Obe [Fri, 24 Oct 2008 14:56:48 +0000 (14:56 +0000)]
add ST_SnapToGrid

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3169 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoadded Probe_Geometry_Columns to documentation
Kevin Neufeld [Thu, 23 Oct 2008 18:51:58 +0000 (18:51 +0000)]
added Probe_Geometry_Columns to documentation

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3167 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoadd ST_Relate
Regina Obe [Wed, 22 Oct 2008 18:55:39 +0000 (18:55 +0000)]
add ST_Relate

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3165 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoAdd dragonfly support, per Greg Troxel.
Paul Ramsey [Tue, 21 Oct 2008 12:22:19 +0000 (12:22 +0000)]
Add dragonfly support, per Greg Troxel.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3163 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoMove over perimeter and max distance
Regina Obe [Tue, 21 Oct 2008 06:41:51 +0000 (06:41 +0000)]
Move over perimeter and max distance

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3162 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoupdate with latest change from Kevin
Regina Obe [Tue, 21 Oct 2008 06:05:23 +0000 (06:05 +0000)]
update with latest change from Kevin

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3160 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoAdd ST_Covers and ST_CoveredBy, revert change to ST_MemUnion
Regina Obe [Mon, 20 Oct 2008 17:35:49 +0000 (17:35 +0000)]
Add ST_Covers and ST_CoveredBy, revert change to ST_MemUnion

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3156 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoCorrect links in read me. Change to say you install make check after make install...
Regina Obe [Mon, 20 Oct 2008 14:54:17 +0000 (14:54 +0000)]
Correct links in read me.  Change to say you install make check after make install, for spatial enabling db -- add line about loading postgis_comments.sql

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3153 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoBack to SVN version for now.
Paul Ramsey [Mon, 20 Oct 2008 11:54:51 +0000 (11:54 +0000)]
Back to SVN version for now.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3151 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agosmall case :/
Paul Ramsey [Mon, 20 Oct 2008 03:28:32 +0000 (03:28 +0000)]
small case :/

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3149 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoMove to rc1 version.
Paul Ramsey [Mon, 20 Oct 2008 03:27:39 +0000 (03:27 +0000)]
Move to rc1 version.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3148 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoFix typo in GeometryType
Regina Obe [Sun, 19 Oct 2008 23:41:20 +0000 (23:41 +0000)]
Fix typo in GeometryType

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3147 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agotypo in ST_Y
Regina Obe [Sun, 19 Oct 2008 23:34:15 +0000 (23:34 +0000)]
typo in ST_Y

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3145 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoMove over remainder of Geometry Accessors to new section. Fix ST_MemUnion (really...
Regina Obe [Sun, 19 Oct 2008 14:40:53 +0000 (14:40 +0000)]
Move over remainder of Geometry Accessors to new section.  Fix ST_MemUnion (really ST_MemGeomUnion)

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3142 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agothe *N family
Regina Obe [Fri, 17 Oct 2008 18:52:00 +0000 (18:52 +0000)]
the *N family

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3139 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agost_length2d and st_length3d
Regina Obe [Fri, 17 Oct 2008 18:04:19 +0000 (18:04 +0000)]
st_length2d and st_length3d

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3137 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoadd ST_MemUnion
Regina Obe [Fri, 17 Oct 2008 03:40:04 +0000 (03:40 +0000)]
add ST_MemUnion

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3135 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoAdd ST_Shift_Longitude, ST_Difference, ST_SymDifference
Regina Obe [Fri, 17 Oct 2008 03:04:42 +0000 (03:04 +0000)]
Add ST_Shift_Longitude, ST_Difference, ST_SymDifference

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3132 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoST_NumGeometries
Regina Obe [Thu, 16 Oct 2008 18:36:00 +0000 (18:36 +0000)]
ST_NumGeometries

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3129 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoadd ST_ExteriorRing, ST_NumInteriorRings, ST_NumInteriorRing
Regina Obe [Thu, 16 Oct 2008 18:17:32 +0000 (18:17 +0000)]
add ST_ExteriorRing, ST_NumInteriorRings, ST_NumInteriorRing

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3127 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoupdate st_azimuth - it should be called vector instead of line
Regina Obe [Thu, 16 Oct 2008 07:21:25 +0000 (07:21 +0000)]
update st_azimuth - it should be called vector instead of line

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3122 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agost_azimuth
Regina Obe [Thu, 16 Oct 2008 07:17:42 +0000 (07:17 +0000)]
st_azimuth

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3121 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoadd st_boundary
Regina Obe [Thu, 16 Oct 2008 06:35:27 +0000 (06:35 +0000)]
add st_boundary

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3119 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agost_segmentize and st_linemerge
Regina Obe [Wed, 15 Oct 2008 13:39:46 +0000 (13:39 +0000)]
st_segmentize and st_linemerge

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3111 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoFix warnings caused by incorrect header prototypes for GEOSPreparedGeom_destroy ...
Mark Cave-Ayland [Tue, 14 Oct 2008 20:45:30 +0000 (20:45 +0000)]
Fix warnings caused by incorrect header prototypes for GEOSPreparedGeom_destroy (now fixed with this patch and the patch in GEOS SVN)

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3108 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoifdef pgsql 7.2 back to original behavior, since sliced detoasting
Paul Ramsey [Tue, 14 Oct 2008 18:59:05 +0000 (18:59 +0000)]
ifdef pgsql 7.2 back to original behavior, since sliced detoasting
is not supported.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3104 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoadd st_simplify notes
Regina Obe [Tue, 14 Oct 2008 18:15:25 +0000 (18:15 +0000)]
add st_simplify notes

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3102 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoadd new function summaries for management functions
Regina Obe [Tue, 14 Oct 2008 11:44:18 +0000 (11:44 +0000)]
add new function summaries for management functions

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3100 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoupdate help to include installing postgis_comments.sql, minor changes to postgis_comm...
Regina Obe [Tue, 14 Oct 2008 03:56:02 +0000 (03:56 +0000)]
update help to include installing postgis_comments.sql, minor changes to postgis_comments.sql

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3097 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agopostgis function definitions
Regina Obe [Mon, 13 Oct 2008 15:28:52 +0000 (15:28 +0000)]
postgis function definitions

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3096 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoPeformance patch for gist consistent.
Paul Ramsey [Sun, 12 Oct 2008 17:55:38 +0000 (17:55 +0000)]
Peformance patch for gist consistent.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3092 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoMove prepared geometry into the standard function API (no special signature) and...
Paul Ramsey [Fri, 10 Oct 2008 18:17:42 +0000 (18:17 +0000)]
Move prepared geometry into the standard function API (no special signature) and add regression tests to match.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3090 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoRebuilt the box3d generation for circular strings to account for a special large...
Mark Leslie [Wed, 8 Oct 2008 09:05:24 +0000 (09:05 +0000)]
Rebuilt the box3d generation for circular strings to account for a special large-arc case.  Fix for issue 58, includes regression test for the case.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3079 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoFixed invalid references hidden within PGIS_DEBUG ifdefs.
Mark Leslie [Wed, 8 Oct 2008 08:59:29 +0000 (08:59 +0000)]
Fixed invalid references hidden within PGIS_DEBUG ifdefs.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3078 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoFix slight error in box shortcut logic in prepared intersects.
Paul Ramsey [Mon, 6 Oct 2008 19:51:44 +0000 (19:51 +0000)]
Fix slight error in box shortcut logic in prepared intersects.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3069 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoBackport prepared geometry handling code for GEOS 3.1+
Paul Ramsey [Sun, 5 Oct 2008 05:36:31 +0000 (05:36 +0000)]
Backport prepared geometry handling code for GEOS 3.1+

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3066 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoFixed unescaped quotes in the error raising for the srid validity check of AddGeometr...
Mark Leslie [Fri, 3 Oct 2008 01:50:38 +0000 (01:50 +0000)]
Fixed unescaped quotes in the error raising for the srid validity check of AddGeometryColumn.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3057 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoAdd check for invalid SRID to addgeometrycolumn
Paul Ramsey [Thu, 2 Oct 2008 17:36:08 +0000 (17:36 +0000)]
Add check for invalid SRID to addgeometrycolumn

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3052 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoDuh, boneheaded syntax error. Compile your code much, Paul?
Paul Ramsey [Thu, 2 Oct 2008 17:20:21 +0000 (17:20 +0000)]
Duh, boneheaded syntax error. Compile your code much, Paul?

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3051 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoEnsure relate(g,g,p) is case insensitive. (#44)
Paul Ramsey [Thu, 2 Oct 2008 16:43:53 +0000 (16:43 +0000)]
Ensure relate(g,g,p) is case insensitive. (#44)

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3049 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agopass commandline options into commands (#45)
Paul Ramsey [Thu, 2 Oct 2008 15:59:41 +0000 (15:59 +0000)]
pass commandline options into commands (#45)

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3046 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoBackport fixes for GBT#21 (locate_along_measure returning invalid values) and regress...
Mark Cave-Ayland [Tue, 30 Sep 2008 13:36:50 +0000 (13:36 +0000)]
Backport fixes for GBT#21 (locate_along_measure returning invalid values) and regression test enhancements to the 1.3 branch.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3033 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoFix regression issues with geojson and add news to ChangeLog
Paul Ramsey [Mon, 29 Sep 2008 22:56:51 +0000 (22:56 +0000)]
Fix regression issues with geojson and add news to ChangeLog

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3029 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoBackport memory improvements and multi-polygon support for p-i-p
Paul Ramsey [Mon, 29 Sep 2008 18:25:00 +0000 (18:25 +0000)]
Backport memory improvements and multi-polygon support for p-i-p
shortcuts from trunk.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3028 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoFix commit 3000 by changing the module definition to be 1.3 branch style (@MODULE_FIL...
Mark Cave-Ayland [Thu, 25 Sep 2008 10:04:54 +0000 (10:04 +0000)]
Fix commit 3000 by changing the module definition to be 1.3 branch style (@MODULE_FILENAME@ instead of MODULE_PATHNAME used by pgxs)

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3005 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoPut svn back in micro version
Regina Obe [Wed, 24 Sep 2008 14:06:34 +0000 (14:06 +0000)]
Put svn back in micro version

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3004 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agotypo
Regina Obe [Wed, 24 Sep 2008 14:01:29 +0000 (14:01 +0000)]
typo

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3001 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoAdded ST_MakePointM and remove redundant redefinition of MakePointM
Regina Obe [Wed, 24 Sep 2008 13:59:18 +0000 (13:59 +0000)]
Added ST_MakePointM and remove redundant redefinition of MakePointM

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3000 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoreduce memory leak in P-i-P shortcut
Paul Ramsey [Tue, 23 Sep 2008 19:09:31 +0000 (19:09 +0000)]
reduce memory leak in P-i-P shortcut

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@2994 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoExpand list of contributors
Regina Obe [Tue, 16 Sep 2008 01:51:54 +0000 (01:51 +0000)]
Expand list of contributors

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@2967 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoupdated intro - credits (very complacent folk, nobody voiced an objection), more...
Regina Obe [Tue, 16 Sep 2008 01:30:31 +0000 (01:30 +0000)]
updated intro - credits (very complacent folk, nobody voiced an objection), more info links

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@2964 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agofixed broken download url of source tarball in section 2.2.
Kevin Neufeld [Fri, 12 Sep 2008 19:45:19 +0000 (19:45 +0000)]
fixed broken download url of source tarball in section 2.2.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@2961 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agotypo correction ST_Envelope change vald to valid
Regina Obe [Sat, 30 Aug 2008 16:36:43 +0000 (16:36 +0000)]
typo correction ST_Envelope change vald to valid

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@2933 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoChange to mapserver 5 syntax
Paul Ramsey [Tue, 12 Aug 2008 16:46:35 +0000 (16:46 +0000)]
Change to mapserver 5 syntax

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@2917 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoCopy the JDBC documentation changes from SVN trunk to the 1.3 branch related to ant...
Mark Cave-Ayland [Sat, 2 Aug 2008 08:40:23 +0000 (08:40 +0000)]
Copy the JDBC documentation changes from SVN trunk to the 1.3 branch related to ant, since ant has been the preferred build system for a while but the documentation was never updated to reflect this.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@2910 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoPut in Availability 1.3.4 for ST_AsGeoJSON
Regina Obe [Thu, 31 Jul 2008 06:35:10 +0000 (06:35 +0000)]
Put in Availability 1.3.4 for ST_AsGeoJSON

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@2900 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agodeprecate ST_Area2D and update docs accordingly
Regina Obe [Mon, 21 Jul 2008 13:41:31 +0000 (13:41 +0000)]
deprecate ST_Area2D and update docs accordingly

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@2872 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoFix for segfault in ANALYZE due to incorrect use of legacy BOX type within compute_ge...
Mark Cave-Ayland [Wed, 16 Jul 2008 08:44:09 +0000 (08:44 +0000)]
Fix for segfault in ANALYZE due to incorrect use of legacy BOX type within compute_geometry_stats() (Fixes GBT#43). Thanks to Landon Fuller for the bug report and fix.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@2865 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoUpdated CSS from Dane Springmeyer
Paul Ramsey [Mon, 14 Jul 2008 21:52:20 +0000 (21:52 +0000)]
Updated CSS from Dane Springmeyer

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@2848 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoApply GeoJSON patch from Olivier Courtin.
Paul Ramsey [Sun, 13 Jul 2008 23:49:54 +0000 (23:49 +0000)]
Apply GeoJSON patch from Olivier Courtin.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@2843 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoAdd version information to <title>
Paul Ramsey [Thu, 3 Jul 2008 17:36:21 +0000 (17:36 +0000)]
Add version information to <title>

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@2823 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoRemove SVN from micro version
Paul Ramsey [Thu, 3 Jul 2008 17:14:33 +0000 (17:14 +0000)]
Remove SVN from micro version

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@2822 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoSame changes as in trunk
Regina Obe [Mon, 30 Jun 2008 15:34:38 +0000 (15:34 +0000)]
Same changes as in trunk

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@2818 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agosame changes as made to trunk
Regina Obe [Fri, 27 Jun 2008 16:42:37 +0000 (16:42 +0000)]
same changes as made to trunk

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@2813 b70326c6-7e19-0410-871a-916f4a2858ee

17 years agoEnhanced speed _ST_DWithin(g,g,d) that returns as soon as g and g are within d of...
Paul Ramsey [Wed, 28 May 2008 22:58:35 +0000 (22:58 +0000)]
Enhanced speed _ST_DWithin(g,g,d) that returns as soon as g and g are within d of each other, rather than using distance naively. Change ST_DWithin to use enhanced op. (Issue 20)

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@2795 b70326c6-7e19-0410-871a-916f4a2858ee

17 years agoFix towgs84 for 31300 and 31370 (issue 23)
Paul Ramsey [Wed, 28 May 2008 21:58:32 +0000 (21:58 +0000)]
Fix towgs84 for 31300 and 31370 (issue 23)

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@2794 b70326c6-7e19-0410-871a-916f4a2858ee

17 years agoGeomunion name change note, issue 26.
Paul Ramsey [Wed, 28 May 2008 21:47:06 +0000 (21:47 +0000)]
Geomunion name change note, issue 26.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@2791 b70326c6-7e19-0410-871a-916f4a2858ee

17 years agoBug reporting documentation (issue 27)
Paul Ramsey [Wed, 28 May 2008 21:45:09 +0000 (21:45 +0000)]
Bug reporting documentation (issue 27)

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@2790 b70326c6-7e19-0410-871a-916f4a2858ee

17 years agoFix for issue 30, ST_Buffer doco mistake
Paul Ramsey [Wed, 28 May 2008 21:35:53 +0000 (21:35 +0000)]
Fix for issue 30, ST_Buffer doco mistake

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@2788 b70326c6-7e19-0410-871a-916f4a2858ee

17 years agoPull trunk changes back into 1.3 branch.
Paul Ramsey [Tue, 27 May 2008 17:14:43 +0000 (17:14 +0000)]
Pull trunk changes back into 1.3 branch.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@2786 b70326c6-7e19-0410-871a-916f4a2858ee