]> granicus.if.org Git - postgis/log
postgis
16 years agoDon't segmentize geometry if input doesn't pass hasarc
Paul Ramsey [Mon, 9 Mar 2009 22:01:04 +0000 (22:01 +0000)]
Don't segmentize geometry if input doesn't pass hasarc

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

16 years agoPut ST_CurveToLine back in script. Seems to not crash anymore with Paul's changes...
Regina Obe [Mon, 9 Mar 2009 21:15:42 +0000 (21:15 +0000)]
Put ST_CurveToLine back in script.  Seems to not crash anymore with Paul's changes to GBT: 112

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

16 years agoFix for GBT#96.
Paul Ramsey [Mon, 9 Mar 2009 18:40:23 +0000 (18:40 +0000)]
Fix for GBT#96.

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

16 years agoFix the OSGB 27700 SRID definition in spatial_ref_sys.sql since it is missing a datum...
Mark Cave-Ayland [Mon, 9 Mar 2009 17:19:54 +0000 (17:19 +0000)]
Fix the OSGB 27700 SRID definition in spatial_ref_sys.sql since it is missing a datum parameter. We can't backpatch this since it is only available in newer versions of PROJ, and we don't have any PROJ version detection capability in 1.3 branch.

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

16 years agoRemove compile warnings from lwgeom_dump.c related to the removal of TupleDescGetSlot...
Mark Cave-Ayland [Mon, 9 Mar 2009 16:20:03 +0000 (16:20 +0000)]
Remove compile warnings from lwgeom_dump.c related to the removal of TupleDescGetSlot (we don't need to set the deprecated fields in FuncCallContext if we are using BuildTupleFromCStrings).

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

16 years agoMore camel-case changes.
Paul Ramsey [Mon, 9 Mar 2009 15:34:00 +0000 (15:34 +0000)]
More camel-case changes.

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

16 years agoRefactored the whole assvg export function in the same way than asgeojson. Fix #119...
Olivier Courtin [Mon, 9 Mar 2009 14:51:42 +0000 (14:51 +0000)]
Refactored the whole assvg export function in the same way than asgeojson. Fix #119 issue on big geometrycollection geometry. Keep the same SVG output than before

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

16 years agoRemove some camelCase function signatures from liblwgeom
Paul Ramsey [Mon, 9 Mar 2009 14:36:15 +0000 (14:36 +0000)]
Remove some camelCase function signatures from liblwgeom

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

16 years agoFix for GBT#93: ST_Extent() and ST_Estimated_Extent() return BOX2DFLOAT4s. This is...
Mark Cave-Ayland [Sun, 8 Mar 2009 22:33:31 +0000 (22:33 +0000)]
Fix for GBT#93: ST_Extent() and ST_Estimated_Extent() return BOX2DFLOAT4s. This is currently done using a horrible hack for backwards compatibility which introduces a new type just for ST_Extent(). See GBT email to postgis-devel and code comments for more detail.

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

16 years agoFix goof in box2d computation.
Paul Ramsey [Sun, 8 Mar 2009 21:41:23 +0000 (21:41 +0000)]
Fix goof in box2d computation.

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

16 years agoFix for GBT#112
Paul Ramsey [Sun, 8 Mar 2009 21:15:00 +0000 (21:15 +0000)]
Fix for GBT#112

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

16 years agoAdd some explanation comments to lwgeom_accum.c explaining why we need to implement...
Mark Cave-Ayland [Sun, 8 Mar 2009 17:00:54 +0000 (17:00 +0000)]
Add some explanation comments to lwgeom_accum.c explaining why we need to implement our own set of geometry aggregate functions.

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

16 years agoAlter the in-built casts between the internal PostgreSQL BOX type and the PostGIS...
Mark Cave-Ayland [Sun, 8 Mar 2009 16:36:20 +0000 (16:36 +0000)]
Alter the in-built casts between the internal PostgreSQL BOX type and the PostGIS geometry/BOX3D types so that they do not go through an intermediate BOX2DFLOAT4 first. This prevents the float4 rounding errors appearing in the numbers when invoking the casts.

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

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

git-svn-id: http://svn.osgeo.org/postgis/trunk@3803 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:36:05 +0000 (14:36 +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/trunk@3802 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agomissing svn tags and copyright info
Regina Obe [Fri, 6 Mar 2009 14:15:43 +0000 (14:15 +0000)]
missing svn tags and copyright info

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

16 years agoFlag ST_GeoHash as curved support friendly, put in pretty anchors for special functio...
Regina Obe [Tue, 3 Mar 2009 18:01:11 +0000 (18:01 +0000)]
Flag ST_GeoHash as curved support friendly, put in pretty anchors for special function sections

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

16 years agoFix tests to match current geohash signatures (lon/lat) and precisions (odd and even)
Paul Ramsey [Tue, 3 Mar 2009 18:00:52 +0000 (18:00 +0000)]
Fix tests to match current geohash signatures (lon/lat) and precisions (odd and even)

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

16 years agoGet rid of additional calls to TupleDescGetSlot(tupdesc) in dump and dumprings and...
Regina Obe [Fri, 27 Feb 2009 18:09:09 +0000 (18:09 +0000)]
Get rid of additional calls to  TupleDescGetSlot(tupdesc) in dump and dumprings and replace deprecated use of TupleDescGetSlot with 8.1+ preferred BlessTupleDesc

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

16 years agoFix parse_hex to support lower-case A-F too (issue 120)
Sandro Santilli [Mon, 23 Feb 2009 15:19:37 +0000 (15:19 +0000)]
Fix parse_hex to support lower-case A-F too (issue 120)

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

16 years agochange to move postgis_comments.sql to root
Regina Obe [Mon, 23 Feb 2009 13:47:19 +0000 (13:47 +0000)]
change to move postgis_comments.sql to root

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

16 years agoAdd variable decls to trunk :)
Paul Ramsey [Thu, 19 Feb 2009 21:12:22 +0000 (21:12 +0000)]
Add variable decls to trunk :)

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

16 years agoAdd EOF marker, per GBT#105
Paul Ramsey [Thu, 19 Feb 2009 20:59:31 +0000 (20:59 +0000)]
Add EOF marker, per GBT#105

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

16 years agoUpdate trunk so that it will compile against PostgreSQL 8.4. Based upon Talha Rizwan...
Mark Cave-Ayland [Thu, 19 Feb 2009 09:42:59 +0000 (09:42 +0000)]
Update trunk 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/trunk@3741 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agochange to use tab separator instead
Regina Obe [Tue, 17 Feb 2009 18:26:04 +0000 (18:26 +0000)]
change to use tab separator instead

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

16 years agofix typo
Regina Obe [Tue, 17 Feb 2009 03:56:53 +0000 (03:56 +0000)]
fix typo

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

16 years agogit-svn-id: http://svn.osgeo.org/postgis/trunk@3729 b70326c6-7e19-0410-871a-916f4a2858ee
Regina Obe [Tue, 17 Feb 2009 03:02:17 +0000 (03:02 +0000)]
git-svn-id: http://svn.osgeo.org/postgis/trunk@3729 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoMake new - 1 section with 2 subsections. Change ST_AsGeoJSON availability tag to...
Regina Obe [Tue, 17 Feb 2009 02:59:23 +0000 (02:59 +0000)]
Make new - 1 section with 2 subsections.  Change ST_AsGeoJSON availability tag to be consistent with others

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

16 years agoSection new functions in 1.3
Regina Obe [Tue, 17 Feb 2009 02:55:49 +0000 (02:55 +0000)]
Section new functions in 1.3

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

16 years agoTry again to get postgis_comments.sql to generate
Regina Obe [Mon, 16 Feb 2009 22:18:53 +0000 (22:18 +0000)]
Try again to get postgis_comments.sql to generate

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

16 years agoamend st_union description to include new proto and performance enhancements. Add...
Regina Obe [Fri, 13 Feb 2009 19:56:52 +0000 (19:56 +0000)]
amend st_union description to include new proto and performance enhancements.  Add space before availability in xsl parser what is new section

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

16 years agoAdd special section listing new functions in this release. Get rid of note tag aroun...
Regina Obe [Fri, 13 Feb 2009 19:23:22 +0000 (19:23 +0000)]
Add special section listing new functions in this release.  Get rid of note tag around ST_GeoHash availability so consistent with other availability text

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

16 years agogit-svn-id: http://svn.osgeo.org/postgis/trunk@3702 b70326c6-7e19-0410-871a-916f4a2858ee
Regina Obe [Fri, 13 Feb 2009 06:58:56 +0000 (06:58 +0000)]
git-svn-id: http://svn.osgeo.org/postgis/trunk@3702 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agomore work on comments generation
Regina Obe [Thu, 12 Feb 2009 18:32:46 +0000 (18:32 +0000)]
more work on comments generation

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

16 years agoPut in logic to output postgis_comments.sql
Regina Obe [Thu, 12 Feb 2009 17:39:59 +0000 (17:39 +0000)]
Put in logic to output postgis_comments.sql

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

16 years agoBind ST_GeoHash into SQL.
Paul Ramsey [Wed, 11 Feb 2009 21:48:13 +0000 (21:48 +0000)]
Bind ST_GeoHash into SQL.

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

16 years agoChange references from ./lwgeom to ./postgis
Paul Ramsey [Wed, 11 Feb 2009 18:28:53 +0000 (18:28 +0000)]
Change references from ./lwgeom to ./postgis

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

16 years agoChange the name of the main source directory. This is going to break the build for...
Paul Ramsey [Wed, 11 Feb 2009 18:22:32 +0000 (18:22 +0000)]
Change the name of the main source directory. This is going to break the build for a little while until I fix all the references, but I want to do it atomically to ensure version history is preserved.

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

16 years agoGeoHash implementation first cut.
Paul Ramsey [Wed, 11 Feb 2009 02:11:24 +0000 (02:11 +0000)]
GeoHash implementation first cut.

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

16 years agoSolve iconv-on-Solaris (and hopefully many other platforms with system iconv in...
Paul Ramsey [Tue, 10 Feb 2009 21:20:17 +0000 (21:20 +0000)]
Solve iconv-on-Solaris (and hopefully  many other platforms with system iconv in libc) problem in autoconf.

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

16 years agoDemote new loader code from default build for now.
Paul Ramsey [Tue, 10 Feb 2009 20:10:53 +0000 (20:10 +0000)]
Demote new loader code from default build for now.

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

16 years agoNew restore script, much simpler, takes -Fc dump and writes back ASCII on stdout
Paul Ramsey [Tue, 10 Feb 2009 20:06:00 +0000 (20:06 +0000)]
New restore script, much simpler, takes -Fc dump and writes back ASCII on stdout

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

16 years agoKML output: use decimal places rather than significant digit, trim trailing zeros...
Olivier Courtin [Tue, 10 Feb 2009 08:00:39 +0000 (08:00 +0000)]
KML output: use decimal places rather than significant digit, trim trailing zeros, update documentation, update unit test

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

16 years agoGeoJson output: trim trailing zero, add forgotten free on subgemotry inspect. GML...
Olivier Courtin [Tue, 10 Feb 2009 07:54:19 +0000 (07:54 +0000)]
GeoJson output: trim trailing zero, add forgotten free on subgemotry inspect. GML output: precision no more as a global one, decimal places rather than significant digits, trim trailing zero, add unit test, doc update with output example

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

16 years agoFix case sensitive in AGGREGATE reading.
Paul Ramsey [Mon, 9 Feb 2009 23:51:30 +0000 (23:51 +0000)]
Fix case sensitive in AGGREGATE reading.

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

16 years agoUpdated ST_DumpRings description and example.
Kevin Neufeld [Thu, 5 Feb 2009 20:01:37 +0000 (20:01 +0000)]
Updated ST_DumpRings description and example.

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

16 years agoAdded example to ST_PointN
Kevin Neufeld [Wed, 4 Feb 2009 18:13:44 +0000 (18:13 +0000)]
Added example to ST_PointN

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

16 years agominor changes. Take ST_CurveToLine out so tests can complete until we fix.
Regina Obe [Wed, 4 Feb 2009 13:54:55 +0000 (13:54 +0000)]
minor changes.  Take ST_CurveToLine out so tests can complete until we fix.

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

16 years agoPropset Author Id Keyword Revision on all files.
Paul Ramsey [Wed, 4 Feb 2009 00:28:37 +0000 (00:28 +0000)]
Propset Author Id Keyword Revision on all files.

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

16 years agoFormating
Paul Ramsey [Wed, 4 Feb 2009 00:23:38 +0000 (00:23 +0000)]
Formating

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

16 years agoFix boundary conditions with from==to hitting first/list vertex.
Paul Ramsey [Tue, 3 Feb 2009 20:51:04 +0000 (20:51 +0000)]
Fix boundary conditions with from==to hitting first/list vertex.

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

16 years agoFix GBT#109: Some operators not supported for Circular. In this case I haven't added...
Mark Cave-Ayland [Tue, 3 Feb 2009 19:09:48 +0000 (19:09 +0000)]
Fix GBT#109: Some operators not supported for Circular. In this case I haven't added the comparison code as I am not 100% sure on the semantics, but the error message should be much clearer to users now.

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

16 years agoAdd corrections from Bruce Rindahl
Regina Obe [Tue, 3 Feb 2009 17:49:54 +0000 (17:49 +0000)]
Add corrections from Bruce Rindahl

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

16 years agoforgot some spaces
Regina Obe [Tue, 3 Feb 2009 17:30:14 +0000 (17:30 +0000)]
forgot some spaces

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

16 years agoforgot availability info
Regina Obe [Tue, 3 Feb 2009 16:10:15 +0000 (16:10 +0000)]
forgot availability info

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

16 years agoupdate st_convexhull definition -- wasn't very clear
Regina Obe [Tue, 3 Feb 2009 15:23:57 +0000 (15:23 +0000)]
update st_convexhull definition -- wasn't very clear

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

16 years agoDocument ST_MinimumBoundingCircle
Regina Obe [Tue, 3 Feb 2009 15:20:28 +0000 (15:20 +0000)]
Document ST_MinimumBoundingCircle

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

16 years ago#HISTORY: ST_MinimumBoundingCircle -- also change to support geometries with LINESTRI...
Regina Obe [Tue, 3 Feb 2009 14:52:11 +0000 (14:52 +0000)]
#HISTORY: ST_MinimumBoundingCircle -- also change to support geometries with LINESTRING,POINT convex hulls

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

16 years agoFirst draft of ST_MinimumBoundingCircle contributed by Bruce Rindahl. Changed to...
Regina Obe [Tue, 3 Feb 2009 14:21:25 +0000 (14:21 +0000)]
First draft of ST_MinimumBoundingCircle contributed by Bruce Rindahl.  Changed to use named params and renamed function from mbc to ST_MinimumBoundingCircle.

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

16 years agoput back linetocurve curvetoline tests now that issue 86 and 108 should have fixed
Regina Obe [Tue, 3 Feb 2009 13:23:54 +0000 (13:23 +0000)]
put back linetocurve curvetoline tests now that issue 86 and 108 should have fixed

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

16 years agoUse "extended string" format for escaping \ and ' in insert statements.
Paul Ramsey [Tue, 3 Feb 2009 07:20:16 +0000 (07:20 +0000)]
Use "extended string" format for escaping \ and ' in insert statements.

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

16 years agoAdding an rfc for changing the validation approach when parsing WKT.
Mark Leslie [Tue, 3 Feb 2009 04:36:09 +0000 (04:36 +0000)]
Adding an rfc for changing the validation approach when parsing WKT.

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

16 years agoastyle this file
Paul Ramsey [Tue, 3 Feb 2009 01:59:05 +0000 (01:59 +0000)]
astyle this file

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

16 years agoComment datum slice pull.
Paul Ramsey [Tue, 3 Feb 2009 01:04:11 +0000 (01:04 +0000)]
Comment datum slice pull.

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

16 years agoformatting
Paul Ramsey [Mon, 2 Feb 2009 22:21:27 +0000 (22:21 +0000)]
formatting

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

16 years agoTypo in docs confusing gardentester. Also change ST_Collect use to ST_Union so we...
Regina Obe [Mon, 2 Feb 2009 18:26:53 +0000 (18:26 +0000)]
Typo in docs confusing gardentester. Also change ST_Collect use to ST_Union so we are testing with valid polygons (reduces union intersection error messages)

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

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

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

16 years agoDocument ST_LocateBetweenElevations
Regina Obe [Mon, 2 Feb 2009 04:19:01 +0000 (04:19 +0000)]
Document ST_LocateBetweenElevations

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

16 years agoGet rid of warnings -- no longer relevant for ST_LineCrossingDirection
Regina Obe [Sun, 1 Feb 2009 06:48:34 +0000 (06:48 +0000)]
Get rid of warnings -- no longer relevant for ST_LineCrossingDirection

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

16 years agorevise to correctly fill in timestamp/date args
Regina Obe [Fri, 30 Jan 2009 17:16:03 +0000 (17:16 +0000)]
revise to correctly fill in timestamp/date args

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

16 years agoput in logic to test operators
Regina Obe [Fri, 30 Jan 2009 14:03:58 +0000 (14:03 +0000)]
put in logic to test operators

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

16 years agoOperator check in wrong segment of xpath
Regina Obe [Fri, 30 Jan 2009 13:44:52 +0000 (13:44 +0000)]
Operator check in wrong segment of xpath

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

16 years agoChange error message.
Paul Ramsey [Wed, 28 Jan 2009 23:42:22 +0000 (23:42 +0000)]
Change error message.

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

16 years agoHandle null return from cascadedunion.
Paul Ramsey [Wed, 28 Jan 2009 23:34:51 +0000 (23:34 +0000)]
Handle null return from cascadedunion.

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

16 years agowrapping
Paul Ramsey [Wed, 28 Jan 2009 01:02:05 +0000 (01:02 +0000)]
wrapping

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

16 years agomissing meta properties
Regina Obe [Tue, 27 Jan 2009 05:30:40 +0000 (05:30 +0000)]
missing meta properties

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

16 years agoDocument ST_Extent3D now that Paul has proclaimed it a public function
Regina Obe [Sun, 25 Jan 2009 15:52:33 +0000 (15:52 +0000)]
Document ST_Extent3D now that Paul has proclaimed it a public function

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

16 years agoSmall changes in createrelplace syntax, comments, function rename recommendation.
Paul Ramsey [Sat, 24 Jan 2009 20:49:40 +0000 (20:49 +0000)]
Small changes in createrelplace syntax, comments, function rename recommendation.

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

16 years agosmall wording fix for DropGeometryColumn
Kevin Neufeld [Fri, 23 Jan 2009 22:05:23 +0000 (22:05 +0000)]
small wording fix for DropGeometryColumn

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

16 years agoAdd function naming rfc
Paul Ramsey [Fri, 23 Jan 2009 20:06:26 +0000 (20:06 +0000)]
Add function naming rfc

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

16 years agoFlip all aggregate functions over to the new aggregation system. Remove catalog hacks...
Paul Ramsey [Thu, 22 Jan 2009 23:58:42 +0000 (23:58 +0000)]
Flip all aggregate functions over to the new aggregation system. Remove catalog hacks in favour of wrapper type. Make the fast implementations the default and _old implementations the legacy.

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

16 years agoFilter out Operators section from xsl transforms
Regina Obe [Thu, 22 Jan 2009 19:25:27 +0000 (19:25 +0000)]
Filter out Operators section from xsl transforms

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

16 years agomoved over the remaining operands from reference.xml to reference_new.xml in the...
Kevin Neufeld [Thu, 22 Jan 2009 19:25:23 +0000 (19:25 +0000)]
moved over the remaining operands from reference.xml to reference_new.xml in the documentation

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

16 years agoGive operators section a pretty anchor and id so easy to bookmark and I can exclude...
Regina Obe [Thu, 22 Jan 2009 19:15:44 +0000 (19:15 +0000)]
Give operators section a pretty anchor and id so easy to bookmark and I can exclude from xsl scripts

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

16 years agoFix DBFReadDeleted logic -- should return 1 if record is deleted and 0 if it is not...
Regina Obe [Thu, 22 Jan 2009 18:19:08 +0000 (18:19 +0000)]
Fix DBFReadDeleted logic -- should return 1 if record is deleted and 0 if it is not deleted

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

16 years agomoved over |>> from reference.xml to reference_new.xml in the documentation
Kevin Neufeld [Thu, 22 Jan 2009 18:02:34 +0000 (18:02 +0000)]
moved over |>> from reference.xml to reference_new.xml in the documentation

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

16 years agomoved over <<, <<|, and >> from reference.xml to reference_new.xml in the documentation
Kevin Neufeld [Thu, 22 Jan 2009 17:46:20 +0000 (17:46 +0000)]
moved over <<, <<|, and >> from reference.xml to reference_new.xml in the documentation

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

16 years agoRemove protection from ST_GeometryArray() aggregate.
Paul Ramsey [Thu, 22 Jan 2009 05:56:23 +0000 (05:56 +0000)]
Remove protection from ST_GeometryArray() aggregate.

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

16 years agoMore ignore fixes
Paul Ramsey [Thu, 22 Jan 2009 05:37:07 +0000 (05:37 +0000)]
More ignore fixes

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

16 years agoIgnore postgis.sql.*
Paul Ramsey [Thu, 22 Jan 2009 05:35:36 +0000 (05:35 +0000)]
Ignore postgis.sql.*

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

16 years agoAlter pg_proc update to work with older PgSQLs too.
Paul Ramsey [Thu, 22 Jan 2009 05:32:59 +0000 (05:32 +0000)]
Alter pg_proc update to work with older PgSQLs too.

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

16 years agoFirst stab at a back-port of the array_agg from 8.4. Our's isn't generic, and it...
Paul Ramsey [Thu, 22 Jan 2009 01:39:13 +0000 (01:39 +0000)]
First stab at a back-port of the array_agg from 8.4. Our's isn't generic, and it's got it's own name, so it won't collide, ... needs testing on PgSQL < 8.3 still.

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

16 years agomoved over |&> from reference.xml to reference_new.xml in the documentation
Kevin Neufeld [Thu, 22 Jan 2009 01:16:10 +0000 (01:16 +0000)]
moved over |&> from reference.xml to reference_new.xml in the documentation

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

16 years agomoved over &>| from reference.xml to reference_new.xml in the documentation
Kevin Neufeld [Thu, 22 Jan 2009 00:44:07 +0000 (00:44 +0000)]
moved over &>| from reference.xml to reference_new.xml in the documentation

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

16 years agomoved over &> from reference.xml to reference_new.xml in the documentation
Kevin Neufeld [Thu, 22 Jan 2009 00:16:21 +0000 (00:16 +0000)]
moved over &> from reference.xml to reference_new.xml in the documentation

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

16 years agomoved over &&, &<, and = from reference.xml to reference_new.xml in the documentation
Kevin Neufeld [Wed, 21 Jan 2009 23:26:29 +0000 (23:26 +0000)]
moved over &&, &<, and = from reference.xml to reference_new.xml in the documentation

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

16 years agoAdd support for fast unions, with cascaded union. Currently for testing, in the ST_Un...
Paul Ramsey [Wed, 21 Jan 2009 23:19:50 +0000 (23:19 +0000)]
Add support for fast unions, with cascaded union. Currently for testing, in the ST_Union_Fast() agggregate. Requires GEOS SVN r2252 or higher.

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

16 years agoAdd rfc document. First one: alignment ideas.
Paul Ramsey [Wed, 21 Jan 2009 21:55:13 +0000 (21:55 +0000)]
Add rfc document. First one: alignment ideas.

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

16 years agoHeaders split in 8.4?
Paul Ramsey [Wed, 21 Jan 2009 21:50:38 +0000 (21:50 +0000)]
Headers split in 8.4?

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

16 years agoPut translation_stage into descriptive MACRO names
Paul Ramsey [Tue, 20 Jan 2009 18:43:50 +0000 (18:43 +0000)]
Put translation_stage into descriptive MACRO names

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