]> granicus.if.org Git - postgis/log
postgis
16 years agoFix for GBT#112
Paul Ramsey [Sun, 8 Mar 2009 21:17:03 +0000 (21:17 +0000)]
Fix for GBT#112

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

16 years agoFix GBT#116, EMPTY hex polygon no longer causes crash.
Paul Ramsey [Sun, 8 Mar 2009 15:43:07 +0000 (15:43 +0000)]
Fix GBT#116, EMPTY hex polygon no longer causes crash.

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

16 years agoFix GBT#122: ST_SnapToGrid gives 13 when fed circular string. Alter the error message...
Mark Cave-Ayland [Sun, 8 Mar 2009 14:31:39 +0000 (14:31 +0000)]
Fix GBT#122: ST_SnapToGrid gives 13 when fed circular string. Alter the error message so that it correctly displays the type rather than just it's internal number.

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

16 years agoAdd a little more testing, so we don't write lots and lots of EOF markers
Paul Ramsey [Thu, 19 Feb 2009 20:58:15 +0000 (20:58 +0000)]
Add a little more testing, so we don't write lots and lots of EOF markers

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

16 years agoAdd end-of-file marker to DBF, per GBT#105
Paul Ramsey [Thu, 19 Feb 2009 20:57:21 +0000 (20:57 +0000)]
Add end-of-file marker to DBF, per GBT#105

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

16 years agoUpdate 1.3 branch so that it will compile against PostgreSQL 8.4. Based upon Talha...
Mark Cave-Ayland [Thu, 19 Feb 2009 09:38:32 +0000 (09:38 +0000)]
Update 1.3 branch so that it will compile against PostgreSQL 8.4. Based upon Talha Rizwan's original patch, with a small tweak from me.

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

16 years agoFix for Issue 108 and regress test.
Mark Leslie [Mon, 2 Feb 2009 06:19:29 +0000 (06:19 +0000)]
Fix for Issue 108 and regress test.

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

16 years agofix tabbing
Regina Obe [Thu, 22 Jan 2009 18:15:42 +0000 (18:15 +0000)]
fix tabbing

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

16 years ago#HISTORY: #GBT 99: shp2pgsql 'Only import DBF' error.
Regina Obe [Thu, 22 Jan 2009 18:14:54 +0000 (18:14 +0000)]
#HISTORY: #GBT 99: shp2pgsql 'Only import DBF' error.

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

16 years agoupdated AddGeometryColumn to throw an error if then specified schema doesn't exist...
Kevin Neufeld [Wed, 7 Jan 2009 18:15:51 +0000 (18:15 +0000)]
updated AddGeometryColumn to throw an error if then specified schema doesn't exist, rather than throwing an notice and then an error.

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

16 years agoCommit quick fix for GBT#85: ST_Distance crashes on Circular String. Rather than...
Mark Cave-Ayland [Sun, 4 Jan 2009 19:31:41 +0000 (19:31 +0000)]
Commit quick fix for GBT#85: ST_Distance crashes on Circular String. Rather than devise and implement a set of distance functions for CIRCULARSTRINGs, I've simply added code to detect the condition and throw an "Unsupported geometry type" error, similar to as already exists within the codebase.

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

16 years ago#HISTORY: #GBT 88 FIX - pgsql2shp crashes on Windows Vista
Regina Obe [Mon, 22 Dec 2008 12:26:38 +0000 (12:26 +0000)]
#HISTORY: #GBT 88 FIX - pgsql2shp crashes on Windows Vista

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

16 years ago#HISTORY: Really fix what was broken in r3431/3432. See the notes there for the full...
Mark Cave-Ayland [Wed, 17 Dec 2008 19:43:52 +0000 (19:43 +0000)]
#HISTORY: Really fix what was broken in r3431/3432. See the notes there for the full detail.

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

16 years agoUndo r3431/3432: this isn't ready for the primetime yet as it breaks a couple of...
Mark Cave-Ayland [Wed, 17 Dec 2008 16:18:41 +0000 (16:18 +0000)]
Undo r3431/3432: this isn't ready for the primetime yet as it breaks a couple of the regression tests.

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

16 years agoFix for one of Regina's torture failures as posted to the -devel list here: http...
Mark Cave-Ayland [Wed, 17 Dec 2008 15:05:29 +0000 (15:05 +0000)]
Fix for one of Regina's torture failures as posted to the -devel list here: http://postgis.refractions.net/pipermail/postgis-devel/2008-December/004362.html. A CurvePolygon has a "standard header" and so must be passed through a function that understands the optional existence of SRIDs/BBOXes etc. in the header.

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

16 years agoDocumented functions spot check test script
Regina Obe [Tue, 16 Dec 2008 12:54:48 +0000 (12:54 +0000)]
Documented functions spot check test script

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

16 years ago#HISTORY GBT#34: .prj creation by pgsql2shp
Regina Obe [Tue, 16 Dec 2008 11:59:08 +0000 (11:59 +0000)]
#HISTORY GBT#34: .prj creation by pgsql2shp

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

16 years agoBump branch numbers to 1.3.6SVN
Paul Ramsey [Mon, 15 Dec 2008 21:56:15 +0000 (21:56 +0000)]
Bump branch numbers to 1.3.6SVN

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

16 years agoChanges in preparation for 1.3.5 release.
Paul Ramsey [Mon, 15 Dec 2008 21:53:54 +0000 (21:53 +0000)]
Changes in preparation for 1.3.5 release.

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

16 years ago#HISTORY: Fix for GBT#83: "ST_Multi on curved polygon gives ERROR: Unknown geometry...
Mark Cave-Ayland [Mon, 15 Dec 2008 10:35:03 +0000 (10:35 +0000)]
#HISTORY: Fix for GBT#83: "ST_Multi on curved polygon gives ERROR: Unknown geometry type: 0". On reflection, ST_Multi() can only operate on standard POINT, LINESTRING and POLYGON types as the only MULTI geomtypes are MULTIPOINT, MULTILINESTRING and MULTIPOLYGON. This was caused by the introduction of the curve crashing fixes in 1.3.4.

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

16 years ago#GBT 84: Fix typo in boundary error
Regina Obe [Mon, 15 Dec 2008 02:40:19 +0000 (02:40 +0000)]
#GBT 84: Fix typo in boundary error

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

16 years agoupdate with new functions moved over
Regina Obe [Sun, 7 Dec 2008 04:05:51 +0000 (04:05 +0000)]
update with new functions moved over

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

16 years ago#HISTORY: #GBT 80: ST_Multi seg faults when given MULTILINESTRING
Regina Obe [Fri, 5 Dec 2008 12:20:44 +0000 (12:20 +0000)]
#HISTORY: #GBT 80: ST_Multi seg faults when given MULTILINESTRING

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

16 years agoLightbulb moment: the fix for GBT#21: locate_along_measure: wrong values, invalid...
Mark Cave-Ayland [Wed, 3 Dec 2008 16:27:44 +0000 (16:27 +0000)]
Lightbulb moment: the fix for GBT#21: locate_along_measure: wrong values, invalid data required extra work as floating point errors could still be introduced by the removal of the memcpy(). In fact it was the clipping logic that was wrong, so this patch re-adds the memcpy() in the correct place(s) and corrects the clipping flags to remove this floating point error. With thanks to Stephen Davies.

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

16 years agoQuick fix for GBT#72: ST_Estimated_Extent sometimes returns null if table exists...
Mark Cave-Ayland [Tue, 25 Nov 2008 10:06:58 +0000 (10:06 +0000)]
Quick fix for GBT#72: ST_Estimated_Extent sometimes returns null if table exists but not in current schema.

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

16 years agoBump working version to 1.3.5SVN
Paul Ramsey [Tue, 25 Nov 2008 06:00:47 +0000 (06:00 +0000)]
Bump working version to 1.3.5SVN

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

16 years agoVersions pushed to 1.3.4 and ready to tag.
Paul Ramsey [Tue, 25 Nov 2008 05:59:05 +0000 (05:59 +0000)]
Versions pushed to 1.3.4 and ready to tag.

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

16 years agoUpdate to prepare for 1.3.4
Paul Ramsey [Tue, 25 Nov 2008 00:57:49 +0000 (00:57 +0000)]
Update to prepare for 1.3.4

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

16 years agoChange to not use SELECT FROM VALUES form to avoid failures on pre-8.2 pgsql
Paul Ramsey [Mon, 24 Nov 2008 18:09:33 +0000 (18:09 +0000)]
Change to not use SELECT FROM VALUES form to avoid failures on pre-8.2 pgsql

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

16 years agoFix for GBT#73: ST_Force_Collection crashes with CIRCULARSTRING. This is basically...
Mark Cave-Ayland [Mon, 24 Nov 2008 10:50:30 +0000 (10:50 +0000)]
Fix for GBT#73: ST_Force_Collection crashes with CIRCULARSTRING. This is basically the same fix for GBT#66: ST_Dump kills backend when fed CIRCULAR STRING except that it occurs in a different place.

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

16 years agoFix compilation errors if DEBUG_GEOMETRY_STATS is enabled on 1.3 branch.
Mark Cave-Ayland [Mon, 24 Nov 2008 10:48:32 +0000 (10:48 +0000)]
Fix compilation errors if DEBUG_GEOMETRY_STATS is enabled on 1.3 branch.

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

16 years agoRest of force family, estiamte_extent and soem other one
Regina Obe [Sun, 23 Nov 2008 19:39:40 +0000 (19:39 +0000)]
Rest of force family, estiamte_extent and soem other one

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

16 years agoadd ST_CoordDims
Regina Obe [Fri, 21 Nov 2008 08:36:39 +0000 (08:36 +0000)]
add ST_CoordDims

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

16 years agoUpdate ST_AsKML and ST_Transform - they require proj support. Also add missing versi...
Regina Obe [Thu, 20 Nov 2008 13:42:00 +0000 (13:42 +0000)]
Update ST_AsKML and ST_Transform - they require proj support.  Also add missing version arg in ST_AsKML

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

16 years agoMove remaining _ST_AsKML() definition into the #if...#endif section just like the...
Mark Cave-Ayland [Thu, 20 Nov 2008 10:10:11 +0000 (10:10 +0000)]
Move remaining _ST_AsKML() definition into the #if...#endif section just like the others. Per report from Dylan Beaudette.

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

16 years agoAdd compile instructions for proj and geos (forgot to do that a long time ago and...
Regina Obe [Wed, 19 Nov 2008 13:48:47 +0000 (13:48 +0000)]
Add compile instructions for proj and geos (forgot to do that a long time ago and I promised I would)

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

16 years agomissing st_asgml func proto
Regina Obe [Mon, 17 Nov 2008 00:09:42 +0000 (00:09 +0000)]
missing st_asgml func proto

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

16 years agorecent corrections and additions
Regina Obe [Mon, 17 Nov 2008 00:01:19 +0000 (00:01 +0000)]
recent corrections and additions

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

16 years agomakebbox constructors and ST_LineFromMultiPoint
Regina Obe [Fri, 14 Nov 2008 23:56:16 +0000 (23:56 +0000)]
makebbox constructors and ST_LineFromMultiPoint

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

16 years agoPostgreSQL 8.4 support (#62)
Paul Ramsey [Tue, 11 Nov 2008 20:38:10 +0000 (20:38 +0000)]
PostgreSQL 8.4 support (#62)

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

16 years agoUpdate new version of the sed command - please ignore my bad sed-fu...
Mark Cave-Ayland [Tue, 11 Nov 2008 17:45:16 +0000 (17:45 +0000)]
Update new version of the sed command - please ignore my bad sed-fu...

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

16 years agoChange Makefile.config.in to use sed instead of cut to allow us to filter non-numeric...
Mark Cave-Ayland [Tue, 11 Nov 2008 17:27:59 +0000 (17:27 +0000)]
Change Makefile.config.in to use sed instead of cut to allow us to filter non-numeric parts of `pg_config --version` when finding the currently installed PostgreSQL version.

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

16 years agoAfter a quick sanity grep, I noticed that ST_Transform() was also susceptible to...
Mark Cave-Ayland [Fri, 7 Nov 2008 13:54:21 +0000 (13:54 +0000)]
After a quick sanity grep, I noticed that ST_Transform() was also susceptible to crashing on curve types in the same way as the previous two fixes. Hence I'm committing a fix now before Regina finds it and logs another bug report :)

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

16 years agoFix GBT#69: ST_Translate crashes when fed circular string. lwgeom_affine_recursive...
Mark Cave-Ayland [Fri, 7 Nov 2008 13:45:42 +0000 (13:45 +0000)]
Fix GBT#69: ST_Translate crashes when fed circular string. lwgeom_affine_recursive() needs to know about the new lwgeom_getcurve_inspected() function.

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

16 years agoUndo commits 3270 & 3271. It has been discovered the lwgeom_inspected_* routines...
Mark Cave-Ayland [Fri, 7 Nov 2008 13:18:11 +0000 (13:18 +0000)]
Undo commits 3270 & 3271. It has been discovered the lwgeom_inspected_* routines correctly inspect CURVEPOLYGONs implicitly, and so it's just the curve types that need fixing.

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

16 years agoAdd missing LWCURVE cast functions required for some forthcoming GBT fixes.
Mark Cave-Ayland [Fri, 7 Nov 2008 12:57:04 +0000 (12:57 +0000)]
Add missing LWCURVE cast functions required for some forthcoming GBT fixes.

git-svn-id: http://svn.osgeo.org/postgis/branches/1.3@3271 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 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