]> granicus.if.org Git - postgis/log
postgis
13 years agoWork around a PostgreSQL 8.4+ bug with CREATE INTO (#1431)
Sandro Santilli [Wed, 4 Jan 2012 21:38:03 +0000 (21:38 +0000)]
Work around a PostgreSQL 8.4+ bug with CREATE INTO (#1431)

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

13 years agoDocument topology.toTopoGeometry (#1017)
Sandro Santilli [Wed, 4 Jan 2012 20:50:01 +0000 (20:50 +0000)]
Document topology.toTopoGeometry (#1017)

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

13 years agoComplete implementation and regress test for toTopoGeom (#1017)
Sandro Santilli [Wed, 4 Jan 2012 18:33:06 +0000 (18:33 +0000)]
Complete implementation and regress test for toTopoGeom (#1017)

You can start playing with this. Lacks documentation.
Expect troubles. Feel free to report them.

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

13 years agoImplement TopoGeometry->Geometry converter for COLLECTION types
Sandro Santilli [Wed, 4 Jan 2012 18:17:49 +0000 (18:17 +0000)]
Implement TopoGeometry->Geometry converter for COLLECTION types

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

13 years agoDon't allow --with-topology when GEOS version < 3.3
Paul Ramsey [Wed, 4 Jan 2012 17:58:11 +0000 (17:58 +0000)]
Don't allow --with-topology when GEOS version < 3.3

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

13 years agoTry to make json-c detection slightly more automatic.
Paul Ramsey [Wed, 4 Jan 2012 02:07:12 +0000 (02:07 +0000)]
Try to make json-c detection slightly more automatic.

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

13 years agoChange to GNU macro NAN. Still not feeling The Confidence.
Paul Ramsey [Tue, 3 Jan 2012 23:52:42 +0000 (23:52 +0000)]
Change to GNU macro NAN. Still not feeling The Confidence.

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

13 years agoMake numerical stability fix actually be present
Paul Ramsey [Tue, 3 Jan 2012 23:42:03 +0000 (23:42 +0000)]
Make numerical stability fix actually be present

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

13 years agoHm, nan() function?
Paul Ramsey [Tue, 3 Jan 2012 23:28:47 +0000 (23:28 +0000)]
Hm, nan() function?

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

13 years agoDocument TopoGeo_AddPolygon
Sandro Santilli [Tue, 3 Jan 2012 23:24:17 +0000 (23:24 +0000)]
Document TopoGeo_AddPolygon

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

13 years agoImplement and regress-test TopoGeo_addPolygon
Sandro Santilli [Tue, 3 Jan 2012 23:17:42 +0000 (23:17 +0000)]
Implement and regress-test TopoGeo_addPolygon

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

13 years agoMake ST_Azimuth(p1, p1) return NULL and make ST_Project(p1, 0, NULL) return p1.
Paul Ramsey [Tue, 3 Jan 2012 22:07:34 +0000 (22:07 +0000)]
Make ST_Azimuth(p1, p1) return NULL and make ST_Project(p1, 0, NULL) return p1.

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

13 years agoST_Split was implemented - a lot more to remove from TODO
Sandro Santilli [Tue, 3 Jan 2012 21:30:23 +0000 (21:30 +0000)]
ST_Split was implemented - a lot more to remove from TODO

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

13 years agoChange parameter names to use the "athing" convention. See #1427
Sandro Santilli [Tue, 3 Jan 2012 20:55:19 +0000 (20:55 +0000)]
Change parameter names to use the "athing" convention. See #1427

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

13 years agoFix typo in exception message, change signature of TopoGeo_addPolygon
Sandro Santilli [Tue, 3 Jan 2012 20:48:51 +0000 (20:48 +0000)]
Fix typo in exception message, change signature of TopoGeo_addPolygon

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

13 years agoReorganize SQL definitions a bit: type creation at the start, indexes and operators...
Paul Ramsey [Tue, 3 Jan 2012 20:31:15 +0000 (20:31 +0000)]
Reorganize SQL definitions a bit: type creation at the start, indexes and operators after, then other stuff. Probably further ordering would be C-stuff before PL/PgSQL stuff.

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

13 years agoTest invalid calls to topogeo_addpoint
Sandro Santilli [Tue, 3 Jan 2012 20:24:29 +0000 (20:24 +0000)]
Test invalid calls to topogeo_addpoint

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

13 years agoDocument TopoGeo_addLineString
Sandro Santilli [Tue, 3 Jan 2012 20:04:05 +0000 (20:04 +0000)]
Document TopoGeo_addLineString

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

13 years agoChange units to radians and add some tests (#657 and #1305)
Paul Ramsey [Tue, 3 Jan 2012 19:21:32 +0000 (19:21 +0000)]
Change units to radians and add some tests (#657 and #1305)

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

13 years agoImplement and regress-test TopoGeo_AddLineString
Sandro Santilli [Tue, 3 Jan 2012 18:41:55 +0000 (18:41 +0000)]
Implement and regress-test TopoGeo_AddLineString

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

13 years agoRemoved DROP VIEW statements as per suggestion by robe in ticket #1422.
Bborie Park [Tue, 3 Jan 2012 18:34:59 +0000 (18:34 +0000)]
Removed DROP VIEW statements as per suggestion by robe in ticket #1422.

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

13 years agoDocument TopoGeo_addPoint
Sandro Santilli [Tue, 3 Jan 2012 10:52:30 +0000 (10:52 +0000)]
Document TopoGeo_addPoint

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

13 years agoAdd regression test for TopoGeo_AddPoint
Sandro Santilli [Tue, 3 Jan 2012 10:39:38 +0000 (10:39 +0000)]
Add regression test for TopoGeo_AddPoint

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

13 years agoMove TopoGeom_addXXX functions to populate.sql and refine signatures
Sandro Santilli [Tue, 3 Jan 2012 10:10:15 +0000 (10:10 +0000)]
Move TopoGeom_addXXX functions to populate.sql and refine signatures

Implement TopoGeom_addPoint (misses regression testing yet)

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

13 years agoDon't consider the old self edge when checking integrity
Sandro Santilli [Tue, 3 Jan 2012 09:49:54 +0000 (09:49 +0000)]
Don't consider the old self edge when checking integrity

Fixes a bug introduced by previous commit.

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

13 years agoDon't consider shared nodes as edge intersections. Fixes #1428.
Sandro Santilli [Tue, 3 Jan 2012 09:44:10 +0000 (09:44 +0000)]
Don't consider shared nodes as edge intersections. Fixes #1428.

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

13 years agoRenamed legacy.sql.in.c to rtpostgis_legacy.sql.in.c to not conflict with postgis...
Bborie Park [Mon, 2 Jan 2012 06:59:04 +0000 (06:59 +0000)]
Renamed legacy.sql.in.c to rtpostgis_legacy.sql.in.c to not conflict with postgis' legacy.sql.  Associated ticket is #1422.

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

13 years ago#722 more regress fixes for GeomFromText
Regina Obe [Mon, 2 Jan 2012 00:31:55 +0000 (00:31 +0000)]
#722 more regress fixes for GeomFromText

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

13 years ago#722: regress replace GeomFromText with ST_GeomFromText
Regina Obe [Mon, 2 Jan 2012 00:25:46 +0000 (00:25 +0000)]
#722: regress replace GeomFromText with ST_GeomFromText

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

13 years ago#722: Good bye GeomFromWKB, GeomFromText
Regina Obe [Sun, 1 Jan 2012 23:42:54 +0000 (23:42 +0000)]
#722: Good bye GeomFromWKB, GeomFromText

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

13 years agoAdded legacy.sql which adds renamed and removed columns to raster_columns and raster_...
Bborie Park [Sun, 1 Jan 2012 21:04:21 +0000 (21:04 +0000)]
Added legacy.sql which adds renamed and removed columns to raster_columns and raster_overviews.  This will allow 3rd party software that hasn't been updated to the current structures of raster_columns and raster_overviews to still operate successfully.

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

13 years ago#961: Change ST_GeoHash to use default args
Regina Obe [Sun, 1 Jan 2012 15:58:34 +0000 (15:58 +0000)]
#961: Change ST_GeoHash to use default args

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

13 years agoupdate to include ST_Azimuth for geography -- still need example. Also provide examp...
Regina Obe [Sun, 1 Jan 2012 15:41:10 +0000 (15:41 +0000)]
update to include ST_Azimuth for geography -- still need example.  Also provide example for using degrees

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

13 years ago#961: ST_AsGeoJSON change to use default args
Regina Obe [Sun, 1 Jan 2012 15:22:50 +0000 (15:22 +0000)]
#961: ST_AsGeoJSON change to use default args

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

13 years agoover dropped ST_AsKML protos
Regina Obe [Sun, 1 Jan 2012 14:39:40 +0000 (14:39 +0000)]
over dropped ST_AsKML protos

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

13 years agochanged name of prec to maxdecimaldigits for ST_AsX3D to be consistent with other...
Regina Obe [Sun, 1 Jan 2012 14:10:18 +0000 (14:10 +0000)]
changed name of prec to maxdecimaldigits for ST_AsX3D to be consistent with other ST_As* functions, change ST_AsKML to use default args

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

13 years agofix incorrect arg name in ST_AsGML
Regina Obe [Sun, 1 Jan 2012 13:28:57 +0000 (13:28 +0000)]
fix incorrect arg name in ST_AsGML

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

13 years ago#722: Remove all functions with ST_ equivalents from core postgis.sql. Good bye SetSRID
Regina Obe [Sun, 1 Jan 2012 13:24:53 +0000 (13:24 +0000)]
#722: Remove all functions with ST_ equivalents from core postgis.sql. Good bye SetSRID

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

13 years ago#1423: ST_AsGML regress fixes -- bah revert last change evidentally '' and NULL prefi...
Regina Obe [Sun, 1 Jan 2012 04:38:18 +0000 (04:38 +0000)]
#1423: ST_AsGML regress fixes -- bah revert last change evidentally '' and NULL prefix do not mean the same thing.

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

13 years ago#1423 revision -- put back the strict but set default prefix to '' AND NULLIF it...
Regina Obe [Sun, 1 Jan 2012 03:41:15 +0000 (03:41 +0000)]
#1423 revision -- put back the strict but set default prefix to '' AND NULLIF it in the function

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

13 years ago#1423 -- fix for geography ST_AsGML - take off strictness if we allow null for prefix
Regina Obe [Sun, 1 Jan 2012 03:28:31 +0000 (03:28 +0000)]
#1423 -- fix for geography ST_AsGML - take off strictness if we allow null for prefix

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

13 years ago#1423: ST_AsGML fix - Can't have strict on funcs that take default args where a defau...
Regina Obe [Sun, 1 Jan 2012 03:27:21 +0000 (03:27 +0000)]
#1423: ST_AsGML fix - Can't have strict on funcs that take default args where a default arg defaults to NULL.  Really :)

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

13 years agoforgot a ST_AsGML drop version,geometry version
Regina Obe [Sun, 1 Jan 2012 02:57:23 +0000 (02:57 +0000)]
forgot a ST_AsGML drop version,geometry version

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

13 years agoAdded support for attempting to identify the EPSG from a raster's metadata if SRID...
Bborie Park [Sun, 1 Jan 2012 01:40:21 +0000 (01:40 +0000)]
Added support for attempting to identify the EPSG from a raster's metadata if SRID is not provided with -s.  If unable to get geotransform matrix from raster, use generic default of (0, 1, 0, 0, 0, -1).

Associated ticket is #1421

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

13 years ago#961: Change ST_AsGML to use default args
Regina Obe [Sun, 1 Jan 2012 01:26:38 +0000 (01:26 +0000)]
#961: Change ST_AsGML to use default args

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

13 years agoDocument new optional arguments to AddNode
Sandro Santilli [Sat, 31 Dec 2011 09:47:34 +0000 (09:47 +0000)]
Document new optional arguments to AddNode

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

13 years agotopology.AddNode: add 2 additional optional arguments to allow splitting edges and...
Sandro Santilli [Sat, 31 Dec 2011 09:47:26 +0000 (09:47 +0000)]
topology.AddNode: add 2 additional optional arguments to allow splitting edges and computing containing_face

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

13 years agoAdd parameter names
Sandro Santilli [Sat, 31 Dec 2011 09:47:14 +0000 (09:47 +0000)]
Add parameter names

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

13 years agoUse DEBUG level for printing SQL being executed...
Sandro Santilli [Sat, 31 Dec 2011 09:47:06 +0000 (09:47 +0000)]
Use DEBUG level for printing SQL being executed...

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

13 years agobump up release numbers
Regina Obe [Sat, 31 Dec 2011 04:45:16 +0000 (04:45 +0000)]
bump up release numbers

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

13 years agoforgot altitude arg for hillshade
Regina Obe [Sat, 31 Dec 2011 04:36:18 +0000 (04:36 +0000)]
forgot altitude arg for hillshade

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

13 years agoquickly change the options name arg to agree with ST_AsGML docs
Regina Obe [Fri, 30 Dec 2011 15:52:15 +0000 (15:52 +0000)]
quickly change the options name arg to agree with ST_AsGML docs

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

13 years ago#1415 -- beginning support for options -- expose the currently useless opts flag
Regina Obe [Fri, 30 Dec 2011 15:43:55 +0000 (15:43 +0000)]
#1415 -- beginning support for options -- expose the currently useless opts flag

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

13 years agoStub in ST_LocateAlong and ST_LocateBetween for implementation before 2.0
Paul Ramsey [Fri, 30 Dec 2011 13:23:23 +0000 (13:23 +0000)]
Stub in ST_LocateAlong and ST_LocateBetween for implementation before 2.0

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

13 years agoput in default values for ST_AsSVG geography
Regina Obe [Fri, 30 Dec 2011 09:24:12 +0000 (09:24 +0000)]
put in default values for ST_AsSVG geography

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

13 years agochange ST_AsSVG(text) to explicilty list all args otherwise upgrade script fails...
Regina Obe [Fri, 30 Dec 2011 09:06:07 +0000 (09:06 +0000)]
change ST_AsSVG(text) to explicilty list all args otherwise upgrade script fails -- since old signature exists causing ambiguous conflict during install.

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

13 years agochange ST_AsSVG to use default args and support named args. Also correct misstatemen...
Regina Obe [Fri, 30 Dec 2011 08:48:50 +0000 (08:48 +0000)]
change ST_AsSVG to use default args and support named args.  Also correct misstatement in geography code as to the ordering of args thought that ordering makes more logical sense to me (it ain't the way it is)

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

13 years agoConditionally drop loader test tables (requires PostgreSQL >= 8.2 to support IF EXIST...
Paul Ramsey [Thu, 29 Dec 2011 21:00:31 +0000 (21:00 +0000)]
Conditionally drop loader test tables (requires PostgreSQL >= 8.2 to support IF EXISTS syntax)

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

13 years agoFix postgis_valid_typmod to use gserialized* as an input instead of lwgeom* to get...
Paul Ramsey [Thu, 29 Dec 2011 20:32:54 +0000 (20:32 +0000)]
Fix postgis_valid_typmod to use gserialized* as an input instead of lwgeom* to get past in/out memory management issues (#1413)

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

13 years agoRetain type of TopoGeometry objects defined by NO element (#1017)
Sandro Santilli [Thu, 29 Dec 2011 18:13:07 +0000 (18:13 +0000)]
Retain type of TopoGeometry objects defined by NO element (#1017)

Includes regression tests for conversion of typed empty objects
from simple to topological model.

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

13 years agoConsider TopoElements of type 0 as empty, allow CreateTopoGeom calls w/out a TopoElem...
Sandro Santilli [Thu, 29 Dec 2011 18:01:08 +0000 (18:01 +0000)]
Consider TopoElements of type 0 as empty, allow CreateTopoGeom calls w/out a TopoElementArray to construct empties (#1017)

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

13 years agoTest more TopoGeometry creation
Sandro Santilli [Thu, 29 Dec 2011 11:18:08 +0000 (11:18 +0000)]
Test more TopoGeometry creation

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

13 years agoCreateTopoGeom: tweak error message on out-of-range TopoGeometry type
Sandro Santilli [Thu, 29 Dec 2011 10:52:17 +0000 (10:52 +0000)]
CreateTopoGeom: tweak error message on out-of-range TopoGeometry type

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

13 years agoComplete parameter names
Sandro Santilli [Thu, 29 Dec 2011 10:44:08 +0000 (10:44 +0000)]
Complete parameter names

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

13 years agoTypos and argument names
Sandro Santilli [Thu, 29 Dec 2011 07:40:05 +0000 (07:40 +0000)]
Typos and argument names

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

13 years agoHonour verbosity for database initialization errors
Sandro Santilli [Thu, 29 Dec 2011 07:39:56 +0000 (07:39 +0000)]
Honour verbosity for database initialization errors

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

13 years agoTabs to spaces, a few TODO items...
Sandro Santilli [Thu, 29 Dec 2011 07:04:39 +0000 (07:04 +0000)]
Tabs to spaces, a few TODO items...

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

13 years agoPut overridden (for topology) spatial predicates in their own file
Sandro Santilli [Thu, 29 Dec 2011 07:04:29 +0000 (07:04 +0000)]
Put overridden (for topology) spatial predicates in their own file

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

13 years agotopology.toTopoGeom: add type compatibility checks (#1017)
Sandro Santilli [Thu, 29 Dec 2011 06:48:18 +0000 (06:48 +0000)]
topology.toTopoGeom: add type compatibility checks (#1017)

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

13 years agoAdd geometry parameter names to functions
Sandro Santilli [Thu, 29 Dec 2011 06:05:17 +0000 (06:05 +0000)]
Add geometry parameter names to functions

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

13 years agoRemoved STRICT from various ST_Intersects functions and changed the costs of calling...
Bborie Park [Wed, 28 Dec 2011 16:51:39 +0000 (16:51 +0000)]
Removed STRICT from various ST_Intersects functions and changed the costs of calling ST_Intersects to 1000.  Related ticket is #1410.

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

13 years agoForce initialization of output GDAL raster from rt_raster_gdal_warp to band's NODATA...
Bborie Park [Wed, 28 Dec 2011 15:45:19 +0000 (15:45 +0000)]
Force initialization of output GDAL raster from rt_raster_gdal_warp to band's NODATA value.  Also, spelling correction.

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

13 years agoI have difficulty with simple math
Regina Obe [Wed, 28 Dec 2011 14:07:10 +0000 (14:07 +0000)]
I have difficulty with simple math

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

13 years agomore description of over view
Regina Obe [Wed, 28 Dec 2011 13:59:10 +0000 (13:59 +0000)]
more description of over view

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

13 years agoDrop spurious white spaces. Should fix #1409. Thanks Peter Clark.
Sandro Santilli [Wed, 28 Dec 2011 11:01:47 +0000 (11:01 +0000)]
Drop spurious white spaces. Should fix #1409. Thanks Peter Clark.

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

13 years agoCorrect output of INSERT statements for overviews in raster2pgsql.c. Associated...
Bborie Park [Wed, 28 Dec 2011 02:19:08 +0000 (02:19 +0000)]
Correct output of INSERT statements for overviews in raster2pgsql.c.  Associated ticket is #1404.  Aslo minor code formatting and additional code checks in rtpostgis.sql.in.c

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

13 years agooops missing tag -- removed other copy paste mistakes
Regina Obe [Tue, 27 Dec 2011 16:37:57 +0000 (16:37 +0000)]
oops missing tag -- removed other copy paste mistakes

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

13 years agodocument ST_HillShade (still need to put in examples)
Regina Obe [Tue, 27 Dec 2011 16:33:14 +0000 (16:33 +0000)]
document ST_HillShade (still need to put in examples)

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

13 years agonorm is right - powers of 2 are better especially since my file tiles are in powers...
Regina Obe [Tue, 27 Dec 2011 15:31:24 +0000 (15:31 +0000)]
norm is right - powers of 2 are better especially since my file tiles are in powers of 2 so don't get scrap tiles

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

13 years agolink to npgsql download site.
Regina Obe [Tue, 27 Dec 2011 06:32:01 +0000 (06:32 +0000)]
link to npgsql download site.

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

13 years agofix typo and provide link to java jdbc download site
Regina Obe [Tue, 27 Dec 2011 06:27:33 +0000 (06:27 +0000)]
fix typo and provide link to java jdbc download site

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

13 years agolink to raster applications section that demonstrates how to use these functions...
Regina Obe [Tue, 27 Dec 2011 06:04:26 +0000 (06:04 +0000)]
link to raster applications section that demonstrates how to use these functions in an application

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

13 years agoreplace java example with a simpler more useful one
Regina Obe [Tue, 27 Dec 2011 06:01:58 +0000 (06:01 +0000)]
replace java example with a simpler more useful one

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

13 years agoprovide a java console app example
Regina Obe [Tue, 27 Dec 2011 05:29:10 +0000 (05:29 +0000)]
provide a java console app example

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

13 years agomore description
Regina Obe [Mon, 26 Dec 2011 22:22:43 +0000 (22:22 +0000)]
more description

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

13 years agoc# example using ST_AsPNG
Regina Obe [Mon, 26 Dec 2011 22:10:45 +0000 (22:10 +0000)]
c# example using ST_AsPNG

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

13 years agomore cleanup
Regina Obe [Mon, 26 Dec 2011 20:31:32 +0000 (20:31 +0000)]
more cleanup

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

13 years agouse docbook paragraph tags
Regina Obe [Mon, 26 Dec 2011 20:24:26 +0000 (20:24 +0000)]
use docbook paragraph tags

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

13 years agosome other minor cleanup
Regina Obe [Mon, 26 Dec 2011 20:21:44 +0000 (20:21 +0000)]
some other minor cleanup

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

13 years agowrap php code in cdata tags
Regina Obe [Mon, 26 Dec 2011 20:20:32 +0000 (20:20 +0000)]
wrap php code in cdata tags

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

13 years agoAdd php example using postgis raster
Regina Obe [Mon, 26 Dec 2011 20:10:35 +0000 (20:10 +0000)]
Add php example using postgis raster

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

13 years agocorrect comment
Regina Obe [Mon, 26 Dec 2011 17:43:48 +0000 (17:43 +0000)]
correct comment

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

13 years agominor formatting cleanup
Regina Obe [Mon, 26 Dec 2011 17:38:53 +0000 (17:38 +0000)]
minor formatting cleanup

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

13 years agofix typo in image names
Regina Obe [Mon, 26 Dec 2011 17:37:53 +0000 (17:37 +0000)]
fix typo in image names

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

13 years agoexample of resample
Regina Obe [Mon, 26 Dec 2011 11:04:30 +0000 (11:04 +0000)]
example of resample

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

13 years agofix typo in cast check expression. Should be checking for box3d existence not box2d
Regina Obe [Mon, 26 Dec 2011 10:31:37 +0000 (10:31 +0000)]
fix typo in cast check expression.  Should be checking for box3d existence not box2d

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

13 years agobump up version numbers
Regina Obe [Mon, 26 Dec 2011 09:32:48 +0000 (09:32 +0000)]
bump up version numbers

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

13 years agoStub toTopoGeom function and testcase (#1017)
Sandro Santilli [Sun, 25 Dec 2011 10:56:12 +0000 (10:56 +0000)]
Stub toTopoGeom function and testcase (#1017)

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

13 years agoAdd missing dependencies of topology.sql (includes)
Sandro Santilli [Sun, 25 Dec 2011 10:56:02 +0000 (10:56 +0000)]
Add missing dependencies of topology.sql (includes)

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

13 years agoanother minor typo
Regina Obe [Sat, 24 Dec 2011 22:27:48 +0000 (22:27 +0000)]
another minor typo

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