]> granicus.if.org Git - postgis/log
postgis
12 years agobackout changes about 2.0.1 already accounted for in 2.0 branch
Regina Obe [Wed, 23 May 2012 03:24:36 +0000 (03:24 +0000)]
backout changes about 2.0.1 already accounted for in 2.0 branch

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

12 years agoadd section for 2.0.1 and more items in 2.1.0 -- sitll a lot of gaps to fill in.
Regina Obe [Wed, 23 May 2012 03:16:04 +0000 (03:16 +0000)]
add section for 2.0.1 and more items in 2.1.0 -- sitll a lot of gaps to fill in.

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

12 years agoAdded missing "See Also" sections for ST_NearestValue and
Bborie Park [Tue, 22 May 2012 17:47:11 +0000 (17:47 +0000)]
Added missing "See Also" sections for ST_NearestValue and
ST_Neighborhood

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

12 years agoFix unbalanced tags
Bborie Park [Tue, 22 May 2012 17:07:07 +0000 (17:07 +0000)]
Fix unbalanced tags

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

12 years agoAdded ST_World2RasterCoord, ST_Raster2WorldCoord, ST_NearestValue,
Bborie Park [Tue, 22 May 2012 17:07:00 +0000 (17:07 +0000)]
Added ST_World2RasterCoord, ST_Raster2WorldCoord, ST_NearestValue,
ST_Neighborhood to New Features section

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

12 years agoAdded docs for ST_NearestValue and ST_Neighborhood
Bborie Park [Tue, 22 May 2012 17:06:52 +0000 (17:06 +0000)]
Added docs for ST_NearestValue and ST_Neighborhood

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

12 years agoRefactored function parameter names of ST_NearestValue and
Bborie Park [Tue, 22 May 2012 17:06:45 +0000 (17:06 +0000)]
Refactored function parameter names of ST_NearestValue and
ST_Neighborhood

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

12 years agoAdded docs for ST_World2RasterCoord() and ST_Raster2WorldCoord()
Bborie Park [Tue, 22 May 2012 17:06:39 +0000 (17:06 +0000)]
Added docs for ST_World2RasterCoord() and ST_Raster2WorldCoord()

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

12 years agoExpansion of regression tests and fix error messages
Bborie Park [Tue, 22 May 2012 17:06:30 +0000 (17:06 +0000)]
Expansion of regression tests and fix error messages

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

12 years agoLowercase language due to case-sensitivity of PostgreSQL 9.2
Bborie Park [Tue, 22 May 2012 17:06:20 +0000 (17:06 +0000)]
Lowercase language due to case-sensitivity of PostgreSQL 9.2

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

12 years agoAdded regression tests for ST_World2RasterCoord and
Bborie Park [Tue, 22 May 2012 17:06:15 +0000 (17:06 +0000)]
Added regression tests for ST_World2RasterCoord and
ST_Raster2WorldCoord.  Updated existing tests use the same functions

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

12 years agoAdded ST_Raster2WorldCoord and ST_World2RasterCoord functions to consume
Bborie Park [Tue, 22 May 2012 17:06:06 +0000 (17:06 +0000)]
Added ST_Raster2WorldCoord and ST_World2RasterCoord functions to consume
RASTER_rasterToWorldCoord and RASTER_worldToRasterCoord functions.
Refactored existing ST_Raster2WorldCoord(X|Y) and
ST_World2RasterCoord(X|Y) functions to call new functions

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

12 years agoRemoved unnecessary/unused variable
Bborie Park [Tue, 22 May 2012 17:06:01 +0000 (17:06 +0000)]
Removed unnecessary/unused variable

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

12 years agoDrop ST_Neighborhood variants due to output datatype changes
Bborie Park [Tue, 22 May 2012 17:05:51 +0000 (17:05 +0000)]
Drop ST_Neighborhood variants due to output datatype changes

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

12 years agoModified ST_Neighborhood and underlying functions to return 2D double
Bborie Park [Tue, 22 May 2012 17:05:45 +0000 (17:05 +0000)]
Modified ST_Neighborhood and underlying functions to return 2D double
precision array.  This allows the output to be readily passed onto the
ST_xxx4ma functions.

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

12 years agoUpdated copyright
Bborie Park [Tue, 22 May 2012 17:05:36 +0000 (17:05 +0000)]
Updated copyright

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

12 years agoAdded SRID check to ST_NearestValue
Bborie Park [Tue, 22 May 2012 17:05:27 +0000 (17:05 +0000)]
Added SRID check to ST_NearestValue

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

12 years agoaddition of ST_NearestValue and ST_Neighborhood
Bborie Park [Tue, 22 May 2012 17:05:14 +0000 (17:05 +0000)]
addition of ST_NearestValue and ST_Neighborhood

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

12 years agoFix wrong SQL prototype, wrong PostGIS version number, and use NULL as default value...
Olivier Courtin [Tue, 22 May 2012 16:02:05 +0000 (16:02 +0000)]
Fix wrong SQL prototype, wrong PostGIS version number, and use NULL as default value rather than empty string, related to #1823

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

12 years ago#1837 dupe refentry
Regina Obe [Tue, 22 May 2012 15:29:57 +0000 (15:29 +0000)]
#1837 dupe refentry

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

12 years agodetail how to upgrade from tiger_2010 to tiger_2011 data
Regina Obe [Tue, 22 May 2012 15:26:39 +0000 (15:26 +0000)]
detail how to upgrade from tiger_2010 to tiger_2011 data

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

12 years agoAdd upgrade mode and start to get raster working. Bah, going to need to handle pre...
Paul Ramsey [Tue, 22 May 2012 15:13:51 +0000 (15:13 +0000)]
Add upgrade mode and start to get raster working. Bah, going to need to handle pre/post actions after all.

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

12 years agoUpgrade from 2.0 only
Paul Ramsey [Tue, 22 May 2012 14:17:07 +0000 (14:17 +0000)]
Upgrade from 2.0 only

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

12 years agoAdd new functions and notes that 2.1 is tiger_2011 instead of tiger_2010. More on...
Regina Obe [Tue, 22 May 2012 13:34:11 +0000 (13:34 +0000)]
Add new functions and notes that 2.1 is tiger_2011 instead of tiger_2010.  More on upgrade instructions from tiger_2010 to tiger_2011

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

12 years agorename function drop_national_tables_generate_script() to drop_nation_tables_generate...
Regina Obe [Tue, 22 May 2012 13:25:48 +0000 (13:25 +0000)]
rename function drop_national_tables_generate_script() to drop_nation_tables_generate_script(), revise regex to prevent psql warning in 9.2 psql

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

12 years agoUse NULL value as default for id on ST_AsGML cunit tests. Related to #1823
Olivier Courtin [Tue, 22 May 2012 12:23:35 +0000 (12:23 +0000)]
Use NULL value as default for id on ST_AsGML cunit tests. Related to #1823

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

12 years agoMore entries in authors.*
Sandro Santilli [Tue, 22 May 2012 09:20:26 +0000 (09:20 +0000)]
More entries in authors.*

With this I could complete a git-svn-clone operation

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

12 years agoFix some unintialized vars. Fix becoming wrong prototype call in GML3 cunit tests...
Olivier Courtin [Tue, 22 May 2012 08:49:36 +0000 (08:49 +0000)]
Fix some unintialized vars. Fix becoming wrong prototype call in GML3 cunit tests. Related to #1823

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

12 years agoInitial commit of the run_test.pl perl port of the regression harness.
Paul Ramsey [Tue, 22 May 2012 08:49:12 +0000 (08:49 +0000)]
Initial commit of the run_test.pl perl port of the regression harness.
This version runs the postgis loader and sql tests. It does not yet run in --upgrade mode or handle the raster or topology tests.

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

12 years agoUpdate authors file for both SVN and GIT
Sandro Santilli [Tue, 22 May 2012 07:45:39 +0000 (07:45 +0000)]
Update authors file for both SVN and GIT

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

12 years agoFirst implementation of gml:id support for ST_AsGML. Related to #1823. Not yet really...
Olivier Courtin [Mon, 21 May 2012 21:17:59 +0000 (21:17 +0000)]
First implementation of gml:id support for ST_AsGML. Related to #1823. Not yet really tested. Cunit still missing

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

12 years agoget rid of old stuff can always be pulled from prior versions
Regina Obe [Mon, 21 May 2012 20:29:31 +0000 (20:29 +0000)]
get rid of old stuff can always be pulled from prior versions

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

12 years agomove tiger_2011 work to 2.1
Regina Obe [Mon, 21 May 2012 20:28:33 +0000 (20:28 +0000)]
move tiger_2011 work to 2.1

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

12 years agoUTF8 author names
Sandro Santilli [Mon, 21 May 2012 14:48:03 +0000 (14:48 +0000)]
UTF8 author names

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

12 years agoBack out ST_CollectionExtract changes, too many regression failures
Paul Ramsey [Mon, 21 May 2012 10:57:13 +0000 (10:57 +0000)]
Back out ST_CollectionExtract changes, too many regression failures

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

12 years agoHarmonize regression to new ST_CollectionExtract behavior
Paul Ramsey [Mon, 21 May 2012 10:13:43 +0000 (10:13 +0000)]
Harmonize regression to new ST_CollectionExtract behavior

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

12 years agoST_CollectionExtract: inconsistent EMPTY results (#1778)
Paul Ramsey [Mon, 21 May 2012 09:41:04 +0000 (09:41 +0000)]
ST_CollectionExtract: inconsistent EMPTY results (#1778)

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

12 years agoBump numbers for 2.1 on trunk
Paul Ramsey [Mon, 21 May 2012 09:39:20 +0000 (09:39 +0000)]
Bump numbers for 2.1 on trunk

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

12 years agoAccept PostGIS 1.5 WKB type numbers in WKB parser (#1807)
Paul Ramsey [Mon, 21 May 2012 09:36:02 +0000 (09:36 +0000)]
Accept PostGIS 1.5 WKB type numbers in WKB parser (#1807)

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

12 years agoRevert #1830
Paul Ramsey [Mon, 21 May 2012 08:05:57 +0000 (08:05 +0000)]
Revert #1830

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

12 years agoloader dumper / gui About have version correct credits (#1743)
Paul Ramsey [Sun, 20 May 2012 09:27:37 +0000 (09:27 +0000)]
loader dumper / gui About have version correct credits (#1743)

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

12 years agothe pgsql2shp tool should qualify its query against pg_class to ensure it gets the...
Paul Ramsey [Sun, 20 May 2012 09:17:08 +0000 (09:17 +0000)]
the pgsql2shp tool should qualify its query against pg_class to ensure it gets the correct table to dump (#1814) <chander>

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

12 years agoNews update
Paul Ramsey [Sun, 20 May 2012 08:21:19 +0000 (08:21 +0000)]
News update

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

12 years agopgsql2shp fix for "XInvalid endian flag value encountered" on PostgreSQL 9.2 (#1830)
Paul Ramsey [Sun, 20 May 2012 08:20:41 +0000 (08:20 +0000)]
pgsql2shp fix for "XInvalid endian flag value encountered" on PostgreSQL 9.2 (#1830)

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

12 years agoUpdate NEWS with some bug fixes
Paul Ramsey [Sun, 20 May 2012 07:31:06 +0000 (07:31 +0000)]
Update NEWS with some bug fixes

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

12 years agoFix uninitialized read in GeoJSON parser (#1829)
Sandro Santilli [Fri, 18 May 2012 09:59:13 +0000 (09:59 +0000)]
Fix uninitialized read in GeoJSON parser (#1829)

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

12 years agoLast bugfix item...
Sandro Santilli [Thu, 17 May 2012 13:37:56 +0000 (13:37 +0000)]
Last bugfix item...

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

12 years agoDo not compare uninitialized memory (#1825)
Sandro Santilli [Thu, 17 May 2012 13:36:44 +0000 (13:36 +0000)]
Do not compare uninitialized memory (#1825)

May fix prepared geometry cache sub-uses (misses)

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

12 years agoFix topology loader against PostgreSQL 9.2 (#1822)
Sandro Santilli [Thu, 17 May 2012 12:27:51 +0000 (12:27 +0000)]
Fix topology loader against PostgreSQL 9.2 (#1822)

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

12 years agoconfigure enabling extension reads 9.1 even on 9.2 (#1821)
Paul Ramsey [Thu, 17 May 2012 12:10:04 +0000 (12:10 +0000)]
configure enabling extension reads 9.1 even on 9.2 (#1821)

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

12 years agoPut back 900913 srid (#1805)
Paul Ramsey [Thu, 17 May 2012 11:59:46 +0000 (11:59 +0000)]
Put back 900913 srid (#1805)

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

12 years agoError in empty short circuit (#1828)
Paul Ramsey [Thu, 17 May 2012 11:54:43 +0000 (11:54 +0000)]
Error in empty short circuit (#1828)

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

12 years agoLink lwgeom_normalize change to its ticket #1812
Sandro Santilli [Thu, 17 May 2012 11:47:18 +0000 (11:47 +0000)]
Link lwgeom_normalize change to its ticket #1812

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

12 years agoAdd lwgeom_normalize in LIBLWGEOM, use in cu_buildarea tester
Sandro Santilli [Thu, 17 May 2012 11:45:26 +0000 (11:45 +0000)]
Add lwgeom_normalize in LIBLWGEOM, use in cu_buildarea tester

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

12 years agoUse the proper function to release returns from GEOS.
Sandro Santilli [Wed, 16 May 2012 19:39:43 +0000 (19:39 +0000)]
Use the proper function to release returns from GEOS.

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

12 years agoCleanly handle database creation error
Sandro Santilli [Wed, 16 May 2012 19:39:26 +0000 (19:39 +0000)]
Cleanly handle database creation error

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

12 years agoUpdated to note bug #1819
Bborie Park [Wed, 16 May 2012 18:50:09 +0000 (18:50 +0000)]
Updated to note bug #1819

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

12 years agoAdded ST_Raster2WorldCoord and ST_World2RasterCoord functions to consume
Bborie Park [Wed, 16 May 2012 18:47:46 +0000 (18:47 +0000)]
Added ST_Raster2WorldCoord and ST_World2RasterCoord functions to consume
RASTER_rasterToWorldCoord and RASTER_worldToRasterCoord functions.
Refactored existing ST_Raster2WorldCoord(X|Y) and
ST_World2RasterCoord(X|Y) functions to call new functions

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

12 years agoAddition of RASTER_rasterToWorldCoord and RASTER_worldToRasterCoord
Bborie Park [Wed, 16 May 2012 18:47:36 +0000 (18:47 +0000)]
Addition of RASTER_rasterToWorldCoord and RASTER_worldToRasterCoord
functions

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

12 years agoAdditional lower-casing of language for PostgreSQL 9.2 as per r9735
Bborie Park [Wed, 16 May 2012 15:16:45 +0000 (15:16 +0000)]
Additional lower-casing of language for PostgreSQL 9.2 as per r9735

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

12 years ago#1820 part fix 9.2 language is case sensitive if quoted -- change 'C' and 'SQL' to...
Regina Obe [Wed, 16 May 2012 08:29:14 +0000 (08:29 +0000)]
#1820 part fix 9.2 language is case sensitive if quoted -- change 'C' and 'SQL' to 'c' and 'sql'

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

12 years agoAddition of some commented code. Might be useful if an option is added
Bborie Park [Mon, 14 May 2012 23:28:56 +0000 (23:28 +0000)]
Addition of some commented code.  Might be useful if an option is added
to output the VRTs used in the process of loading rasters

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

12 years agoChanged function parameter datatypes from uint16_t to int to better
Bborie Park [Mon, 14 May 2012 23:28:50 +0000 (23:28 +0000)]
Changed function parameter datatypes from uint16_t to int to better
handle out-of-range values

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

12 years agoCleanup new BuildArea code, add profiling prints (#1806)
Sandro Santilli [Thu, 10 May 2012 07:24:08 +0000 (07:24 +0000)]
Cleanup new BuildArea code, add profiling prints (#1806)

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

12 years agoSignificatively speedup BuildArea with complex input (#1806)
Sandro Santilli [Wed, 9 May 2012 12:08:16 +0000 (12:08 +0000)]
Significatively speedup BuildArea with complex input (#1806)

Affects ST_BuildArea, ST_MakeValid and ST_GetFaceGeometry.

Replaces the iterated SymDifference used since 2005 with a more
scalable algorithm. The new algorithm removes from the polygonized
result all polygons whose rings are known to be already represented
by holes or shells of other polygons and finally runs a single
overlay operation (unary union).

With the case attached to ticket #1806, ST_BuildArea completes
within 12 seconds using the new code while it takes 27 _minutes_
with the old. Both versions return the same result (according to
ST_Equals).

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

12 years agoAdd unit test for lwgeom_buildarea (useful for #1806)
Sandro Santilli [Wed, 9 May 2012 12:08:06 +0000 (12:08 +0000)]
Add unit test for lwgeom_buildarea (useful for #1806)

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

12 years agoST_BuildArea: arrange polygonized output reducing overlay cost (#1806)
Sandro Santilli [Tue, 8 May 2012 16:47:40 +0000 (16:47 +0000)]
ST_BuildArea: arrange polygonized output reducing overlay cost (#1806)

By running SymDifference against items with less points first we
reduce the overall cost (output vertices tend to always grow).

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

12 years agoMake ST_MakeValid tests immune by coordinates order (using ST_Equals)
Sandro Santilli [Tue, 8 May 2012 16:47:33 +0000 (16:47 +0000)]
Make ST_MakeValid tests immune by coordinates order (using ST_Equals)

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

12 years agoCross reference ST_BuildArea with ST_MakePolygon
Sandro Santilli [Tue, 8 May 2012 16:47:25 +0000 (16:47 +0000)]
Cross reference ST_BuildArea with ST_MakePolygon

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

12 years agowho is in charge of QA here? 1.5.4 completely missing from trunk
Regina Obe [Mon, 7 May 2012 11:50:41 +0000 (11:50 +0000)]
who is in charge of QA here? 1.5.4 completely missing from trunk

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

12 years agopostgis_raster_lib_version is also in rtpostgis.sql, not topology.sql
Sandro Santilli [Mon, 7 May 2012 07:08:13 +0000 (07:08 +0000)]
postgis_raster_lib_version is also in rtpostgis.sql, not topology.sql

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

12 years agopostgis_raster_scripts_installed is in rtpostgis.sql, not topology.sql
Sandro Santilli [Mon, 7 May 2012 06:58:36 +0000 (06:58 +0000)]
postgis_raster_scripts_installed is in rtpostgis.sql, not topology.sql

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

12 years agoREADME Installation error (#1804)
Paul Ramsey [Sat, 5 May 2012 13:06:13 +0000 (13:06 +0000)]
README Installation error (#1804)

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

12 years agoSort bugfixes by ticket number, add an item for #1802
Sandro Santilli [Fri, 4 May 2012 15:12:29 +0000 (15:12 +0000)]
Sort bugfixes by ticket number, add an item for #1802

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

12 years agoTurn custom allocators into an occasion for interruption (#1802)
Sandro Santilli [Fri, 4 May 2012 11:21:18 +0000 (11:21 +0000)]
Turn custom allocators into an occasion for interruption (#1802)

This change allows interrupting any function at allocation time.
Doesn't allow interrupting loops not invoking custom allocators
(includes GEOS, so far).

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

12 years agoProtect ST_Segmentize from max_length=0 (#1799)
Sandro Santilli [Fri, 4 May 2012 08:06:16 +0000 (08:06 +0000)]
Protect ST_Segmentize from max_length=0  (#1799)

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

12 years agoAdditional refactoring of rtpg_getSR().
Bborie Park [Fri, 4 May 2012 02:54:21 +0000 (02:54 +0000)]
Additional refactoring of rtpg_getSR().

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

12 years agoAdditional fixups in rtpg_getSR() for better handling of spatial_ref_sys.
Bborie Park [Fri, 4 May 2012 02:54:14 +0000 (02:54 +0000)]
Additional fixups in rtpg_getSR() for better handling of spatial_ref_sys.
Also inclusion of several regression tests to stress rtpg_getSR().

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

12 years agoRestrict the coverage of the geography polar interesction slightly.
Paul Ramsey [Mon, 30 Apr 2012 17:27:09 +0000 (17:27 +0000)]
Restrict the coverage of the geography polar interesction slightly.

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

12 years agoupdate stats
Regina Obe [Mon, 30 Apr 2012 00:35:56 +0000 (00:35 +0000)]
update stats

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

12 years agodrop_state_tables_generate_script state arg misnamed as address instead of param_state
Regina Obe [Mon, 30 Apr 2012 00:22:50 +0000 (00:22 +0000)]
drop_state_tables_generate_script state arg misnamed as address instead of param_state

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

12 years agoAdd note about clang build fix (#1694)
Sandro Santilli [Thu, 26 Apr 2012 20:32:27 +0000 (20:32 +0000)]
Add note about clang build fix (#1694)

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

12 years agoFix wrong ticket reference
Sandro Santilli [Thu, 26 Apr 2012 20:26:25 +0000 (20:26 +0000)]
Fix wrong ticket reference

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

12 years agoFix false edge-node crossing report in ValidateTopology (#1625)
Sandro Santilli [Thu, 26 Apr 2012 20:10:22 +0000 (20:10 +0000)]
Fix false edge-node crossing report in ValidateTopology (#1625)

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

12 years agoGive ST_Azimuth a chance with close but distinct points (#1791)
Sandro Santilli [Thu, 26 Apr 2012 16:30:18 +0000 (16:30 +0000)]
Give ST_Azimuth a chance with close but distinct points (#1791)

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

12 years agomeida /print wasn't working on all cheatsheets because too specific.
Regina Obe [Wed, 25 Apr 2012 22:36:38 +0000 (22:36 +0000)]
meida /print wasn't working on all cheatsheets because too specific.

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

12 years agoAddGeometryColumns allow dims = 0 (#1573)
Paul Ramsey [Wed, 25 Apr 2012 20:04:41 +0000 (20:04 +0000)]
AddGeometryColumns allow dims = 0 (#1573)

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

12 years agoFix toTopoGeom handling of duplicated primitives (#1790)
Sandro Santilli [Wed, 25 Apr 2012 19:41:33 +0000 (19:41 +0000)]
Fix toTopoGeom handling of duplicated primitives (#1790)

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

12 years agost_dwithin(geog, geog, 0) doesn't work (#1264)
Paul Ramsey [Wed, 25 Apr 2012 18:49:42 +0000 (18:49 +0000)]
st_dwithin(geog, geog, 0) doesn't work (#1264)

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

12 years agoForward port test from #1170
Paul Ramsey [Wed, 25 Apr 2012 17:54:57 +0000 (17:54 +0000)]
Forward port test from #1170

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

12 years agodon't underline and color hyperlinks in print mode
Regina Obe [Tue, 24 Apr 2012 22:05:04 +0000 (22:05 +0000)]
don't underline and color hyperlinks in print mode

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

12 years agorun_test hangs on MSYS (#1788)
Paul Ramsey [Tue, 24 Apr 2012 20:02:54 +0000 (20:02 +0000)]
run_test hangs on MSYS (#1788)

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

12 years agorun_test hangs on MSYS (#1788)
Paul Ramsey [Tue, 24 Apr 2012 19:56:35 +0000 (19:56 +0000)]
run_test hangs on MSYS (#1788)

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

12 years agoAzimuth on the 9th hour of the clock is 3PI/2, not 3PI/4 (thanks ij)
Sandro Santilli [Tue, 24 Apr 2012 19:12:12 +0000 (19:12 +0000)]
Azimuth on the 9th hour of the clock is 3PI/2, not 3PI/4 (thanks ij)

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

12 years agolibjson configure test doesn't include support for DLL (#1787)
Paul Ramsey [Tue, 24 Apr 2012 17:58:15 +0000 (17:58 +0000)]
libjson configure test doesn't include support for DLL (#1787)

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

12 years agoHush debugging in ST_DumpPoints
Sandro Santilli [Tue, 24 Apr 2012 15:37:55 +0000 (15:37 +0000)]
Hush debugging in ST_DumpPoints

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

12 years agoliblwgeom depends on postgis_config.h and postgis_svn_revision.h (#1786)
Sandro Santilli [Tue, 24 Apr 2012 09:16:17 +0000 (09:16 +0000)]
liblwgeom depends on postgis_config.h and postgis_svn_revision.h (#1786)

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

12 years agoFix deps of postgis on postgis_svn_revision.h, pgcommon and lwgeom
Sandro Santilli [Tue, 24 Apr 2012 09:16:09 +0000 (09:16 +0000)]
Fix deps of postgis on postgis_svn_revision.h, pgcommon and lwgeom

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

12 years agomake igst index link tag friendly and provide example of nd index.
Regina Obe [Mon, 23 Apr 2012 05:48:25 +0000 (05:48 +0000)]
make igst index link tag friendly and provide example of nd index.

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

12 years agoAdded note related to overviews not being aligned though the source
Bborie Park [Fri, 20 Apr 2012 16:13:01 +0000 (16:13 +0000)]
Added note related to overviews not being aligned though the source
rasters are aligned for specific overview factors.

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