]>
granicus.if.org Git - postgis/log
Mark Cave-Ayland [Tue, 10 Mar 2009 17:24:25 +0000 (17:24 +0000)]
Some documentation updates; change the instructions for decompressing the tarballs for PROJ and GEOS so that they work for our Solaris friends (as per the instructions for the main PostGIS tarball). Also move version entities for GEOS and PROJ into postgis.xml, so that as newer versions of PROJ/GEOS are released, we only need to update the version number in one location for the change to be reflected throughout the installation documentation.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3833
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Tue, 10 Mar 2009 16:26:09 +0000 (16:26 +0000)]
Augment comment related to Paul's fix for GBT#130 as I'm bound to forget why we decided to do this at a later date...
git-svn-id: http://svn.osgeo.org/postgis/trunk@3831
b70326c6 -7e19-0410-871a-
916f4a2858ee
Olivier Courtin [Tue, 10 Mar 2009 16:24:50 +0000 (16:24 +0000)]
Add circstring release and LWGEOM conversion entry
git-svn-id: http://svn.osgeo.org/postgis/trunk@3830
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Tue, 10 Mar 2009 16:18:52 +0000 (16:18 +0000)]
Remove some GCC-isms from the unparser related to setting array sizes at run-time rather than compile time. Per report from Mateusz Loskot.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3828
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Tue, 10 Mar 2009 15:54:19 +0000 (15:54 +0000)]
Fix GBT#126: Don't include private PROJ.4 header projects.h. It appears that from its inception, PostGIS has inadvertently used the PROJ.4 internal projects.h header file rather than the correct proj_api.h header file. This patch flips over to the new header file and changes everything over to use the new external structures/APIS.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3827
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 10 Mar 2009 15:12:11 +0000 (15:12 +0000)]
Fix for GBT #130, remove bdpoly regression failure.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3826
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Tue, 10 Mar 2009 15:06:42 +0000 (15:06 +0000)]
Fix for GBT#89: transform() grid-shift 2nd chance logic defective. Remove the 2nd chance logic completely and allow the user to configure the behaviour using the standard PROJ.4 +nadgrids parameter. I've added a section to the ST_Transform() section of the manual which gives an example of how you can do this.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3825
b70326c6 -7e19-0410-871a-
916f4a2858ee
Olivier Courtin [Tue, 10 Mar 2009 14:59:39 +0000 (14:59 +0000)]
Add SVG L Command in absolute path according to BNF SVG Path. Add some forgotten geometry release.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3824
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Leslie [Tue, 10 Mar 2009 00:29:32 +0000 (00:29 +0000)]
Moving parser changes from spike/mleslie/parser to allow the proper nesting of compound curves within curve polygons and the validation of compound curve continuity. This also resolves GBT#124.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3821
b70326c6 -7e19-0410-871a-
916f4a2858ee
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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