]> granicus.if.org Git - postgis/log
postgis
13 years agoAdd support for KNN-GiST ops. First cut only, much testing required. (#701)
Paul Ramsey [Mon, 26 Sep 2011 20:39:00 +0000 (20:39 +0000)]
Add support for KNN-GiST ops. First cut only, much testing required. (#701)

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

13 years agoDon't use the same name for input parameter and returned table description.
Sandro Santilli [Mon, 26 Sep 2011 14:25:11 +0000 (14:25 +0000)]
Don't use the same name for input parameter and returned table description.

Hopefully fixes ticket #1210 [RT-SIGTA]

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

13 years agodocument ST_Intersects(rasta,rastb,nbanda,nbandb) -- left out ST_Intersects(rasta...
Regina Obe [Mon, 26 Sep 2011 06:29:35 +0000 (06:29 +0000)]
document ST_Intersects(rasta,rastb,nbanda,nbandb) -- left out ST_Intersects(rasta,nbanda,rastb,nbandb) - that one offends my senses.

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

13 years agoadd missing geos flag to let it make check under mingw
Regina Obe [Sun, 25 Sep 2011 20:37:39 +0000 (20:37 +0000)]
add missing geos flag to let it make check under mingw

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

13 years agoRemoved unnecessary typedef for fmin and fmax on windows. Possible fix to #1207.
Bborie Park [Sun, 25 Sep 2011 14:48:57 +0000 (14:48 +0000)]
Removed unnecessary typedef for fmin and fmax on windows.  Possible fix to #1207.

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

13 years agoTweaks to makefiles due to linker symbol errors in OSX. Hopefully this can also...
Bborie Park [Sat, 24 Sep 2011 19:05:10 +0000 (19:05 +0000)]
Tweaks to makefiles due to linker symbol errors in OSX.  Hopefully this can also resolve the issue with #1207.

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

13 years agoAdd killer sed command to create a topology upgrade minor script from topology.sql...
Regina Obe [Fri, 23 Sep 2011 22:00:16 +0000 (22:00 +0000)]
Add killer sed command to create a topology upgrade minor script from topology.sql.  Also change release version to 2.0.0a1 since we haven't released yet. This will build a script to upgrade our mislabeled 2.0.0 to 2.0.0a1

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

13 years ago#1209: redundant constraint chk_statefp on loading edges.
Regina Obe [Fri, 23 Sep 2011 19:58:20 +0000 (19:58 +0000)]
#1209: redundant constraint chk_statefp on loading edges.

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

13 years agoUpdate topology functions status. We've completed the SQL/MM set !
Sandro Santilli [Fri, 23 Sep 2011 19:21:14 +0000 (19:21 +0000)]
Update topology functions status. We've completed the SQL/MM set !

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

13 years agoImplement topology.ST_CreateTopoGeo (#1190) [RT-SIGTA]
Sandro Santilli [Fri, 23 Sep 2011 19:21:08 +0000 (19:21 +0000)]
Implement topology.ST_CreateTopoGeo (#1190) [RT-SIGTA]

Includes regress testing and documentation update

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

13 years agoFurther tweaks to rt_raster_gdal_rasterize to correctly handle auto-computed extents...
Bborie Park [Thu, 22 Sep 2011 15:07:25 +0000 (15:07 +0000)]
Further tweaks to rt_raster_gdal_rasterize to correctly handle auto-computed extents of multipoints.  Addition of ST_Intersects for two rasters.  Refactored the one raster and one geometry version of ST_Intersects.

Associated ticket is #1176

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

13 years agoMake face creation order predictable in ST_AddEdgeNewFaces (#1205)
Sandro Santilli [Thu, 22 Sep 2011 14:06:12 +0000 (14:06 +0000)]
Make face creation order predictable in ST_AddEdgeNewFaces (#1205)

Always create the face on the right first [RT-SIGTA]

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

13 years agoAdd notes and TODO items about the edge-adding functions [RT-SIGTA]
Sandro Santilli [Thu, 22 Sep 2011 09:14:43 +0000 (09:14 +0000)]
Add notes and TODO items about the edge-adding functions [RT-SIGTA]

See ticket #1205

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

13 years agoReduce noice produced by ST_AddEdgeModFace at NOTICE level [RT-SIGTA]
Sandro Santilli [Thu, 22 Sep 2011 07:22:17 +0000 (07:22 +0000)]
Reduce noice produced by ST_AddEdgeModFace at NOTICE level [RT-SIGTA]

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

13 years agoDon't wrap prepared geom implementation in a conditional macro
Sandro Santilli [Wed, 21 Sep 2011 10:34:55 +0000 (10:34 +0000)]
Don't wrap prepared geom implementation in a conditional macro

These kind of full-disabling should be done at Makefile level...

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

13 years agoAdd header guards to geos headers, move GEOS_PREPARED define to the implementation...
Sandro Santilli [Wed, 21 Sep 2011 09:50:15 +0000 (09:50 +0000)]
Add header guards to geos headers, move GEOS_PREPARED define to the implementation file, add missing copyright header.

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

13 years agoMake RemEdgeModFace symmetric to AddEdgeModFace about face retention
Sandro Santilli [Wed, 21 Sep 2011 07:32:32 +0000 (07:32 +0000)]
Make RemEdgeModFace symmetric to AddEdgeModFace about face retention

Save the face on the right, so that running:
ST_RemEdgeModFace(name, ST_AddEdgeModFace(name, ...))
... will not modify the topology.
[RT-SIGTA]

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

13 years agomove args to same line as func so extensions unpackaged adds them correctly will...
Regina Obe [Wed, 21 Sep 2011 03:29:39 +0000 (03:29 +0000)]
move args to same line as func so extensions unpackaged adds them correctly will ahve to come up with a better way of doing this.

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

13 years agomakr postgis_core as required. Admittedly this will go away once we merge postgis_co...
Regina Obe [Wed, 21 Sep 2011 03:28:48 +0000 (03:28 +0000)]
makr postgis_core as required.  Admittedly this will go away once we merge postgis_core and raster.  Doing this gets rid of issues with raster not being able to find geometry etc if installed in separate schema from postgis_core

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

13 years agomore changes to properly utilize extenions model, 1 remove create schema since extesn...
Regina Obe [Wed, 21 Sep 2011 03:23:45 +0000 (03:23 +0000)]
more changes to properly utilize extenions model, 1 remove create schema since extesnion creates it if not present, in control file designate postgis_core is required so create adds it to search path, more cleanup for unpackaged

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

13 years agopick up table, type, trigger, and schemas in unlogged add
Regina Obe [Wed, 21 Sep 2011 02:14:13 +0000 (02:14 +0000)]
pick up table, type, trigger, and schemas in unlogged add

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

13 years agoget rid of linebreaks in function arg list so unpackaged builder works, fix logical...
Regina Obe [Tue, 20 Sep 2011 16:47:08 +0000 (16:47 +0000)]
get rid of linebreaks in function arg list so unpackaged builder works, fix logical error in sed expression

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

13 years agopreliminary logic to build install from unpackaged file
Regina Obe [Tue, 20 Sep 2011 15:49:25 +0000 (15:49 +0000)]
preliminary logic to build install from unpackaged file

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

13 years agoImplement ST_RemEdgeModFace (#1189) [RT-SIGTA]
Sandro Santilli [Tue, 20 Sep 2011 15:21:14 +0000 (15:21 +0000)]
Implement ST_RemEdgeModFace (#1189)  [RT-SIGTA]

Include regress testing and documentation.

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

13 years agoadditional code cleanup of rt_raster_gdal_rasterize
Bborie Park [Mon, 19 Sep 2011 21:28:40 +0000 (21:28 +0000)]
additional code cleanup of rt_raster_gdal_rasterize

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

13 years agoHave ST_RemEdgeNewFace return NULL when no face is created [RT-SIGTA]
Sandro Santilli [Mon, 19 Sep 2011 16:53:32 +0000 (16:53 +0000)]
Have ST_RemEdgeNewFace return NULL when no face is created [RT-SIGTA]

This is to match the ISO spec more closely. Docs and regress test updated.

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

13 years agoFix ST_Estimated_Extent by correctly interpret histogram box (#1200)
Sandro Santilli [Mon, 19 Sep 2011 14:17:35 +0000 (14:17 +0000)]
Fix ST_Estimated_Extent by correctly interpret histogram box (#1200)

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

13 years agoTopologySummary: do not count the universe face in the face count
Sandro Santilli [Mon, 19 Sep 2011 06:40:38 +0000 (06:40 +0000)]
TopologySummary: do not count the universe face in the face count

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

13 years agoST_InitTopoGeo: use named argument, drop trailing space from return text
Sandro Santilli [Mon, 19 Sep 2011 06:40:31 +0000 (06:40 +0000)]
ST_InitTopoGeo: use named argument, drop trailing space from return text

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

13 years ago#1202 -- also fixed issue with when typ mod application fails (because of mixed geome...
Regina Obe [Sun, 18 Sep 2011 15:51:17 +0000 (15:51 +0000)]
#1202 -- also fixed issue with when typ mod application fails (because of mixed geometries) to properly catch error and raise warning instead of throw error.

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

13 years agofix typo in warning
Regina Obe [Sun, 18 Sep 2011 15:04:53 +0000 (15:04 +0000)]
fix typo in warning

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

13 years ago#1201 don't error out when populate_geometry_columns is called on an empty table...
Regina Obe [Sun, 18 Sep 2011 14:56:23 +0000 (14:56 +0000)]
#1201 don't error out when populate_geometry_columns is called on an empty table, just provide warning and don't do anything.  Exclude raster_columns from populate_geometry_columns inspection.

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

13 years agoshp2pgsql gui wrong use of create spatial index (#1091)
Paul Ramsey [Sat, 17 Sep 2011 19:59:41 +0000 (19:59 +0000)]
shp2pgsql gui wrong use of create spatial index (#1091)

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

13 years agoTypo in testcase label
Sandro Santilli [Sat, 17 Sep 2011 07:58:30 +0000 (07:58 +0000)]
Typo in testcase label

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

13 years agoTypo
Sandro Santilli [Sat, 17 Sep 2011 07:10:09 +0000 (07:10 +0000)]
Typo

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

13 years agoMinor inline documentation updates
Sandro Santilli [Sat, 17 Sep 2011 06:58:16 +0000 (06:58 +0000)]
Minor inline documentation updates

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

13 years agoImplement ST_RemEdgeNewFace (#1188) [RT-SIGTA]
Sandro Santilli [Sat, 17 Sep 2011 06:46:04 +0000 (06:46 +0000)]
Implement ST_RemEdgeNewFace (#1188)  [RT-SIGTA]

Includes regress testing and documentation.

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

13 years agofixups and code cleanups for the rt_raster_gdal_rasterize to better handle point...
Bborie Park [Fri, 16 Sep 2011 13:32:22 +0000 (13:32 +0000)]
fixups and code cleanups for the rt_raster_gdal_rasterize to better handle point and linestring geometries

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

13 years agomore cleanup and put in logic to also install in database help descriptors
Regina Obe [Thu, 15 Sep 2011 20:43:57 +0000 (20:43 +0000)]
more cleanup and put in logic to also install in database help descriptors

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

13 years agofix invalid st_summarystats proto
Regina Obe [Thu, 15 Sep 2011 20:05:21 +0000 (20:05 +0000)]
fix invalid st_summarystats proto

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

13 years agonow topology installs can get rid of error note.
Regina Obe [Thu, 15 Sep 2011 18:35:32 +0000 (18:35 +0000)]
now topology installs can get rid of error note.

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

13 years agopostgis_topology extension now installing right. Had to get rid of ALTER TABLE ...
Regina Obe [Thu, 15 Sep 2011 18:33:55 +0000 (18:33 +0000)]
postgis_topology extension now installing right.  Had to get rid of ALTER TABLE .. hasz and merge it into the CREATE TABLE since that was the culprit causing extension install error

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

13 years agomore cleanup -- this time no more errors when installing
Regina Obe [Thu, 15 Sep 2011 13:57:12 +0000 (13:57 +0000)]
more cleanup -- this time no more errors when installing

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

13 years agoSupport for PostgreSQL 9.1 CREATE EXTENSION syntax
Regina Obe [Thu, 15 Sep 2011 08:40:49 +0000 (08:40 +0000)]
Support for PostgreSQL 9.1 CREATE EXTENSION syntax

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

13 years agochange & to html equivalent entity
Regina Obe [Wed, 14 Sep 2011 15:37:09 +0000 (15:37 +0000)]
change & to html equivalent entity

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

13 years agoprovide real world examples of how to use CreateTopoGeom
Regina Obe [Wed, 14 Sep 2011 15:24:35 +0000 (15:24 +0000)]
provide real world examples of how to use CreateTopoGeom

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

13 years agomore fixes
Regina Obe [Wed, 14 Sep 2011 14:55:03 +0000 (14:55 +0000)]
more fixes

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

13 years agoput in new timings. After speed fix loading is 3 times faster
Regina Obe [Wed, 14 Sep 2011 14:51:27 +0000 (14:51 +0000)]
put in new timings.  After speed fix loading is 3 times faster

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

13 years agofix typo and create another link reference
Regina Obe [Wed, 14 Sep 2011 14:02:00 +0000 (14:02 +0000)]
fix typo and create another link reference

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

13 years agoCommented some queries so that the file can be executed to load the functions.
Pierre Racine [Wed, 14 Sep 2011 12:14:17 +0000 (12:14 +0000)]
Commented some queries so that the file can be executed to load the functions.

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

13 years agodrop populate_geometry_columns version that just takes oid. Has bene replaced with...
Regina Obe [Wed, 14 Sep 2011 07:02:59 +0000 (07:02 +0000)]
drop populate_geometry_columns version that just takes oid.  Has bene replaced with versoin that takes default arg use_typmod

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

13 years agoRe-enable accidentally disabled prepared geoms. Fixes bug #1165.
Sandro Santilli [Tue, 13 Sep 2011 18:52:30 +0000 (18:52 +0000)]
Re-enable accidentally disabled prepared geoms. Fixes bug #1165.

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

13 years agoAdded some diagrams to the st_overlaps docmentation
Chris Hodgson [Tue, 13 Sep 2011 18:47:37 +0000 (18:47 +0000)]
Added some diagrams to the st_overlaps docmentation

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

13 years agofix for #1158 can't compile 8.4 under mingw windows
Regina Obe [Tue, 13 Sep 2011 03:51:39 +0000 (03:51 +0000)]
fix for #1158 can't compile 8.4 under mingw windows

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

13 years agoHandle db initialization errors earlier
Sandro Santilli [Mon, 12 Sep 2011 16:02:32 +0000 (16:02 +0000)]
Handle db initialization errors earlier

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

13 years agomake topoelementarray examples make more sense
Regina Obe [Mon, 12 Sep 2011 04:56:05 +0000 (04:56 +0000)]
make topoelementarray examples make more sense

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

13 years agoput in more description about what type id means
Regina Obe [Mon, 12 Sep 2011 04:44:18 +0000 (04:44 +0000)]
put in more description about what type id means

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

13 years agoLink several functions back to new Topology_Load_Tiger since that demonstrates use...
Regina Obe [Sun, 11 Sep 2011 02:42:32 +0000 (02:42 +0000)]
Link several functions back to new Topology_Load_Tiger since that demonstrates use of these functions

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

13 years agominor wording changes and reference to configuration part of documentation
Regina Obe [Sat, 10 Sep 2011 14:09:02 +0000 (14:09 +0000)]
minor wording changes and reference to configuration part of documentation

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

13 years agofix typo link to tiger topology loader
Regina Obe [Sat, 10 Sep 2011 13:52:07 +0000 (13:52 +0000)]
fix typo link to tiger topology loader

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

13 years agoFix "no ID for constraint linkedn: Create_Topology" error
Sandro Santilli [Sat, 10 Sep 2011 12:43:51 +0000 (12:43 +0000)]
Fix "no ID for constraint linkedn: Create_Topology" error

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

13 years agoHonour DESTDIR in documentation Makefile. Patch by Bryce L Nordgren.
Sandro Santilli [Sat, 10 Sep 2011 11:49:43 +0000 (11:49 +0000)]
Honour DESTDIR in documentation Makefile. Patch by Bryce L Nordgren.

See ticket #1184

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

13 years agoDocument tiger to postgis topology loader and revise scripts to install the new funct...
Regina Obe [Sat, 10 Sep 2011 06:43:27 +0000 (06:43 +0000)]
Document tiger to postgis topology loader and revise scripts to install the new function.  also some additional minor fixes

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

13 years agosave as UTF-8
Regina Obe [Sat, 10 Sep 2011 05:35:18 +0000 (05:35 +0000)]
save as UTF-8

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

13 years agoAlas a load with no topology validation errors. Fix remaining issues with missing...
Regina Obe [Sat, 10 Sep 2011 05:11:44 +0000 (05:11 +0000)]
Alas a load with no topology validation errors.  Fix remaining issues with missing loading of some edges of faces

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

13 years agoget rid of superfluous junk
Regina Obe [Sat, 10 Sep 2011 02:49:28 +0000 (02:49 +0000)]
get rid of superfluous junk

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

13 years agoexample of how to get actual edge geometries
Regina Obe [Fri, 9 Sep 2011 14:47:17 +0000 (14:47 +0000)]
example of how to get actual edge geometries

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

13 years agorevise to snap points to topology precision, also set edge left/right face to 0 if...
Regina Obe [Fri, 9 Sep 2011 14:06:57 +0000 (14:06 +0000)]
revise to snap points to topology precision, also set edge left/right face to 0 if null (world face). ValidateTopology now reports 25 errors instead of 484 errors (what it did before)

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

13 years agorevise to transform to spatial reference system of target topology
Regina Obe [Thu, 8 Sep 2011 19:18:26 +0000 (19:18 +0000)]
revise to transform to spatial reference system of target topology

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

13 years agomore changes to add missing edges
Regina Obe [Thu, 8 Sep 2011 16:47:15 +0000 (16:47 +0000)]
more changes to add missing edges

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

13 years agomore minor corrections
Regina Obe [Thu, 8 Sep 2011 14:36:08 +0000 (14:36 +0000)]
more minor corrections

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

13 years ago#1181 TopologySummary is broken causing ambiquous reference. Changed to have local...
Regina Obe [Thu, 8 Sep 2011 14:23:11 +0000 (14:23 +0000)]
#1181 TopologySummary is broken causing ambiquous reference.  Changed to have local variable be called var_topology_id so doesn't conflict with table column topology_id

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

13 years agologic to load in edges marking those with orphaned next_left, next_right to -neg...
Regina Obe [Thu, 8 Sep 2011 08:06:28 +0000 (08:06 +0000)]
logic to load in edges marking those with orphaned next_left, next_right to -neg of itself

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

13 years agomore typo corrections
Regina Obe [Wed, 7 Sep 2011 17:13:34 +0000 (17:13 +0000)]
more typo corrections

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

13 years agomore typos
Regina Obe [Wed, 7 Sep 2011 14:57:12 +0000 (14:57 +0000)]
more typos

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

13 years agofix typo
Regina Obe [Wed, 7 Sep 2011 14:55:50 +0000 (14:55 +0000)]
fix typo

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

13 years agomore work on tiger topology loader -- revised to use temp table.
Regina Obe [Wed, 7 Sep 2011 14:54:39 +0000 (14:54 +0000)]
more work on tiger topology loader -- revised to use temp table.

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

13 years agoUpdated expected output due to change in message
Bborie Park [Wed, 7 Sep 2011 13:58:19 +0000 (13:58 +0000)]
Updated expected output due to change in message

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

13 years agocorrect some mistatements about export functions
Regina Obe [Tue, 6 Sep 2011 21:01:35 +0000 (21:01 +0000)]
correct some mistatements about export functions

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

13 years agoFixed ST_AsPNG to allow rasters with four bands as that becomes a RGBA PNG image.
Bborie Park [Tue, 6 Sep 2011 20:10:18 +0000 (20:10 +0000)]
Fixed ST_AsPNG to allow rasters with four bands as that becomes a RGBA PNG image.

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

13 years agofix typos
Regina Obe [Tue, 6 Sep 2011 16:40:17 +0000 (16:40 +0000)]
fix typos

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

13 years agomore examples
Regina Obe [Tue, 6 Sep 2011 16:24:07 +0000 (16:24 +0000)]
more examples

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

13 years agominor indentation fix
Regina Obe [Tue, 6 Sep 2011 08:07:57 +0000 (08:07 +0000)]
minor indentation fix

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

13 years agodocument st_resample - still need to put in examples
Regina Obe [Tue, 6 Sep 2011 08:07:05 +0000 (08:07 +0000)]
document st_resample - still need to put in examples

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

13 years agoget rid of transparency -- transparency turning to black in pdf format
Regina Obe [Tue, 6 Sep 2011 07:25:13 +0000 (07:25 +0000)]
get rid of transparency -- transparency turning to black in pdf format

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

13 years agoAdd another example with pictures
Regina Obe [Tue, 6 Sep 2011 06:56:41 +0000 (06:56 +0000)]
Add another example with pictures

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

13 years agoMove ST_AsRaster and ST_Band to raster contructor section
Regina Obe [Tue, 6 Sep 2011 02:11:07 +0000 (02:11 +0000)]
Move ST_AsRaster and ST_Band to raster contructor section

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

13 years agorevmoe history table out of docs for now
Regina Obe [Mon, 5 Sep 2011 15:44:49 +0000 (15:44 +0000)]
revmoe history table out of docs for now

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

13 years agofix typo
Regina Obe [Sun, 4 Sep 2011 02:50:40 +0000 (02:50 +0000)]
fix typo

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

13 years agoPut in creative commons license stamp
Regina Obe [Fri, 2 Sep 2011 19:46:40 +0000 (19:46 +0000)]
Put in creative commons license stamp

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

13 years agoAdded optimizations and shortcuts for rt_band_get_quantiles_stream
Bborie Park [Fri, 2 Sep 2011 01:54:43 +0000 (01:54 +0000)]
Added optimizations and shortcuts for rt_band_get_quantiles_stream

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

13 years agorevise to return first part of street number e.g. 112-345 -> 112
Regina Obe [Thu, 1 Sep 2011 14:58:04 +0000 (14:58 +0000)]
revise to return first part of street number e.g. 112-345 -> 112

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

13 years agorevise so works under 8.4 evidentially in 8.4 INTO USING clauses are not interchangea...
Regina Obe [Thu, 1 Sep 2011 12:35:45 +0000 (12:35 +0000)]
revise so works under 8.4 evidentially in 8.4 INTO USING clauses are not interchangeable but they are in later versions

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

13 years agofill in missing tag
Regina Obe [Thu, 1 Sep 2011 11:41:55 +0000 (11:41 +0000)]
fill in missing tag

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

13 years agomore finetuninng of street offset to consider non-straight tlids
Regina Obe [Thu, 1 Sep 2011 09:00:04 +0000 (09:00 +0000)]
more finetuninng of street offset to consider non-straight tlids

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

13 years ago#1052 update doco to reflect change in behavior.
Regina Obe [Wed, 31 Aug 2011 14:54:23 +0000 (14:54 +0000)]
#1052 update doco to reflect change in behavior.

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

13 years ago#1052 -- instead of placing geocoded point at center line, offset it 10 meters to...
Regina Obe [Wed, 31 Aug 2011 14:53:48 +0000 (14:53 +0000)]
#1052 -- instead of placing geocoded point at center line, offset it 10 meters to the correct odd/even (L / R utilizing addr.side field).  May later change this to allow the user to specify the offset amount.

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

13 years agoWith libtool for loader/dumper there's no need to stage-install them
Sandro Santilli [Wed, 31 Aug 2011 07:06:57 +0000 (07:06 +0000)]
With libtool for loader/dumper there's no need to stage-install them

Fixes ticket #1177 [RT-SIGTA]

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

13 years agofill in missing protos for ST_AsRaster
Regina Obe [Mon, 29 Aug 2011 16:02:19 +0000 (16:02 +0000)]
fill in missing protos for ST_AsRaster

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

13 years agoDynamically link loader and dumper to liblwgeom [RT-SIGTA]
Sandro Santilli [Mon, 29 Aug 2011 15:23:35 +0000 (15:23 +0000)]
Dynamically link loader and dumper to liblwgeom [RT-SIGTA]

This reduces each of the 3 installed executable sizes by 547 Kb.

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