]>
granicus.if.org Git - postgis/log
Bborie Park [Tue, 17 May 2011 15:27:47 +0000 (15:27 +0000)]
changed the dimensions of the raster generated for the summary stats test from 10000 x 10000 to 100 x 100
git-svn-id: http://svn.osgeo.org/postgis/trunk@7172
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Tue, 17 May 2011 15:01:54 +0000 (15:01 +0000)]
Code cleanup of uncorrected statement from r7170
Associated ticket is #954
git-svn-id: http://svn.osgeo.org/postgis/trunk@7171
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Tue, 17 May 2011 14:46:37 +0000 (14:46 +0000)]
refactored code that attempted to modify a function parameter as PostgreSQL 8.4 sets all function parameters as CONSTANT, unlike PostgreSQL 9.0
git-svn-id: http://svn.osgeo.org/postgis/trunk@7170
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 17 May 2011 14:42:44 +0000 (14:42 +0000)]
Tag some functions as STABLE or even IMMUTABLE (from volatile) - see bug #955
git-svn-id: http://svn.osgeo.org/postgis/trunk@7169
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Tue, 17 May 2011 14:04:14 +0000 (14:04 +0000)]
refactored usage of snprintf to use explicit string sizes rather than what is a gcc specific implementation where the return value of snprintf is the ideal size of the string
git-svn-id: http://svn.osgeo.org/postgis/trunk@7168
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 17 May 2011 07:33:55 +0000 (07:33 +0000)]
Fixed bug in sample topology load (face id sequence value) [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7167
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 17 May 2011 06:34:52 +0000 (06:34 +0000)]
revise to correctly comment functions with OUT parameters
git-svn-id: http://svn.osgeo.org/postgis/trunk@7166
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 17 May 2011 05:37:49 +0000 (05:37 +0000)]
fix typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@7165
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 17 May 2011 03:02:25 +0000 (03:02 +0000)]
document ST_GDALDrivers and back reference to ST_AsGDALRaster
git-svn-id: http://svn.osgeo.org/postgis/trunk@7164
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 17 May 2011 02:06:59 +0000 (02:06 +0000)]
Document ST_AsGDALRaster
git-svn-id: http://svn.osgeo.org/postgis/trunk@7163
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 17 May 2011 00:55:35 +0000 (00:55 +0000)]
forgot availability and GDAL dependency note on ST_AsPNG
git-svn-id: http://svn.osgeo.org/postgis/trunk@7162
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 17 May 2011 00:40:44 +0000 (00:40 +0000)]
First draft of ST_ASPNG doco. Need some more examples and perhaps even pictures.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7161
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Mon, 16 May 2011 22:01:10 +0000 (22:01 +0000)]
- fixed usage of function parameter "hasnodata" to follow standardized interpretation
- added copyright notices for work done by Bborie Park funded through the Regents of the University of California
git-svn-id: http://svn.osgeo.org/postgis/trunk@7160
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Mon, 16 May 2011 19:56:32 +0000 (19:56 +0000)]
removed duplicative ST_Histogram function
git-svn-id: http://svn.osgeo.org/postgis/trunk@7159
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Mon, 16 May 2011 19:54:11 +0000 (19:54 +0000)]
Add ST_AsPNG
- added SQL functions for ST_AsPNG
- added regression tests
Associated ticket is #342
git-svn-id: http://svn.osgeo.org/postgis/trunk@7158
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Mon, 16 May 2011 19:52:12 +0000 (19:52 +0000)]
Add ST_AsJPEG function
- added SQL functions for ST_AsJPEG
- added regression tests
Associated ticket is #340
git-svn-id: http://svn.osgeo.org/postgis/trunk@7157
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Mon, 16 May 2011 19:50:38 +0000 (19:50 +0000)]
Add ST_AsTIFF function
- add SQL functions for ST_AsTIFF
- add regression tests
Associated ticket is #341
git-svn-id: http://svn.osgeo.org/postgis/trunk@7156
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Mon, 16 May 2011 19:48:20 +0000 (19:48 +0000)]
Add ST_AsGDALRaster function and helper functions ST_GDALDrivers and ST_srtext
- added rt_raster_to_gdal, rt_raster_gdal_drivers and rt_raster_to_gdal_mem functions to rt_core/rt_api.c and rt_api.h
- added test cases to test/core/testapi.c
- added RASTER_asGDALRaster and RASTER_getGDALDrivers to rt_pg/rt_pg.c
- added SQL functions
- added regression tests
Associated ticket is #901
git-svn-id: http://svn.osgeo.org/postgis/trunk@7155
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Mon, 16 May 2011 19:43:10 +0000 (19:43 +0000)]
Added ST_Reclass function
- added rt_band_reclass and rt_raster_replace_band to rt_core/rt_api.c and rt_api.h
- added test case to test/core/testapi.c
- added RASTER_reclass to rt_pg/rt_pg.c
- added SQL functions for ST_Reclass
- added regression tests
Associated ticket is #903
git-svn-id: http://svn.osgeo.org/postgis/trunk@7154
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Mon, 16 May 2011 19:39:41 +0000 (19:39 +0000)]
Added ST_Quantile functions
- added function rt_raster_get_quantiles to rt_core/rt_api.c and rt_api.h
- added test case to test/core/testapi.c
- added function RASTER_quantile to rt_pg/rt_pg.c
- added SQL functions for ST_Quantile
- added regression tests
Associated ticket is #935
git-svn-id: http://svn.osgeo.org/postgis/trunk@7153
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Mon, 16 May 2011 19:36:55 +0000 (19:36 +0000)]
Added ST_Histogram functions.
- added function rt_band_get_histogram to rt_core/rt_api.c and rt_api.h
- added test case to test/core/testapi.c
- added function RASTER_histogram to rt_pg/rt_pg.c
- added SQL functions for ST_Histogram
- added regression tests
Associated ticket is #934
git-svn-id: http://svn.osgeo.org/postgis/trunk@7152
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Mon, 16 May 2011 19:34:01 +0000 (19:34 +0000)]
Added ST_MinMax function
- added SQL functions for ST_MinMax
- added regression tests
Associated ticket is #902
git-svn-id: http://svn.osgeo.org/postgis/trunk@7151
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Mon, 16 May 2011 19:32:16 +0000 (19:32 +0000)]
Added ST_StdDev function
- added SQL functions for ST_StdDev
- added regression tests
Associated ticket is #932
git-svn-id: http://svn.osgeo.org/postgis/trunk@7150
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Mon, 16 May 2011 19:30:20 +0000 (19:30 +0000)]
Added ST_Mean function.
- added SQL functions for ST_Mean to rt_pg/rtpostgis.sql.in.c
- added regression tests
Associated ticket is #931
git-svn-id: http://svn.osgeo.org/postgis/trunk@7149
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Mon, 16 May 2011 19:17:15 +0000 (19:17 +0000)]
Addition of ST_SummaryStats function.
- added function rt_band_get_summary_stats to rt_core/rt_api.c and rt_api.h
- added test case to test/core/testapi.c
- added function RASTER_summaryStats to rt_pg/rt_pg.c
- added SQL functions for ST_SummaryStats to rt_pg/rtpostgis.sql.in.c
- added regression tests in test/regress
Associated ticket is #930.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7148
b70326c6 -7e19-0410-871a-
916f4a2858ee
Bborie Park [Mon, 16 May 2011 19:11:21 +0000 (19:11 +0000)]
Addition of ST_Band functionality.
- added function rt_raster_from_band to rt_core/rt_api.c and rt_api.h
- added test case to test/core/testapi.c
- added function RASTER_band to rt_pg/rt_pg.c
- added SQL functions for ST_Band to rt_pg/rtpostgis.sql.in.c
- added regression tests in test/regress
Associated ticket is #339 and attached patch st_band.3.patch
git-svn-id: http://svn.osgeo.org/postgis/trunk@7147
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 16 May 2011 11:01:22 +0000 (11:01 +0000)]
Fix a bug in the example topology data (related to next_left_edge) -- affected regress testing, also updated [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7146
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 13 May 2011 19:29:31 +0000 (19:29 +0000)]
forgot to add Bborie's organization
git-svn-id: http://svn.osgeo.org/postgis/trunk@7145
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 13 May 2011 19:27:04 +0000 (19:27 +0000)]
Add Bborie Park to development team lists. Assume Paul, you've given him SVN edit rights already.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7144
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 13 May 2011 08:46:38 +0000 (08:46 +0000)]
apply astyle
git-svn-id: http://svn.osgeo.org/postgis/trunk@7143
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 13 May 2011 08:46:04 +0000 (08:46 +0000)]
apply astyle
git-svn-id: http://svn.osgeo.org/postgis/trunk@7142
b70326c6 -7e19-0410-871a-
916f4a2858ee
Chris Hodgson [Fri, 13 May 2011 01:04:34 +0000 (01:04 +0000)]
additional bug fix for #844
git-svn-id: http://svn.osgeo.org/postgis/trunk@7141
b70326c6 -7e19-0410-871a-
916f4a2858ee
Chris Hodgson [Thu, 12 May 2011 22:05:03 +0000 (22:05 +0000)]
added regess test for #884
git-svn-id: http://svn.osgeo.org/postgis/trunk@7139
b70326c6 -7e19-0410-871a-
916f4a2858ee
Chris Hodgson [Thu, 12 May 2011 18:51:57 +0000 (18:51 +0000)]
merged fix from r7136 in 1.5 branch, fixes broken point_in_multipolygon_rtree, for #884
git-svn-id: http://svn.osgeo.org/postgis/trunk@7137
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 12 May 2011 17:39:39 +0000 (17:39 +0000)]
fix for #940 -- can't compile PostGIS 2.0 against PostgreSQL 9.1 beta 1
git-svn-id: http://svn.osgeo.org/postgis/trunk@7135
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 12 May 2011 16:14:53 +0000 (16:14 +0000)]
topology.ST_AddEdgeNewFaces : tabs to spaces, named arguments, code cleanups and improved checks, tests for invalid calls [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7134
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 12 May 2011 10:23:24 +0000 (10:23 +0000)]
Don't miss to clean load_topology-4326.sql
git-svn-id: http://svn.osgeo.org/postgis/trunk@7133
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 12 May 2011 07:28:42 +0000 (07:28 +0000)]
add about the tiger upgrade script
git-svn-id: http://svn.osgeo.org/postgis/trunk@7132
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 11 May 2011 14:59:55 +0000 (14:59 +0000)]
more optimizations
git-svn-id: http://svn.osgeo.org/postgis/trunk@7131
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 11 May 2011 13:50:05 +0000 (13:50 +0000)]
put in some missing indexes
git-svn-id: http://svn.osgeo.org/postgis/trunk@7130
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 11 May 2011 13:32:17 +0000 (13:32 +0000)]
more performance enhancements
git-svn-id: http://svn.osgeo.org/postgis/trunk@7129
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 11 May 2011 12:56:12 +0000 (12:56 +0000)]
turn off debug mode
git-svn-id: http://svn.osgeo.org/postgis/trunk@7128
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 11 May 2011 12:55:13 +0000 (12:55 +0000)]
more usability and performance enhancements. Change geocoder/reverse_geocode to use tiger.state_lookup instead of each schema state table (to achieve this had to add statefp to lookup table). Also put in upgrade scripts and notes on upgrading in README. (current script will only upgrade an alpha tiger 2010 (PostGIS 2.0.0 install) ).
git-svn-id: http://svn.osgeo.org/postgis/trunk@7127
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 11 May 2011 11:32:41 +0000 (11:32 +0000)]
bah Hudson still not happy. Make some preemptive changes
git-svn-id: http://svn.osgeo.org/postgis/trunk@7126
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 11 May 2011 11:08:43 +0000 (11:08 +0000)]
Frivolous edit to try to cure Hudson's hiccup
git-svn-id: http://svn.osgeo.org/postgis/trunk@7125
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 11 May 2011 02:34:32 +0000 (02:34 +0000)]
minor change to Kevin's bio
git-svn-id: http://svn.osgeo.org/postgis/trunk@7124
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 11 May 2011 02:11:21 +0000 (02:11 +0000)]
update PSC list and alphabetize it to get rid of any unintended implications of hierarchy. Add new PSC members / remove old and mark Paul as Chair.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7123
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 10 May 2011 04:54:28 +0000 (04:54 +0000)]
fix some comments
git-svn-id: http://svn.osgeo.org/postgis/trunk@7122
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 10 May 2011 03:57:09 +0000 (03:57 +0000)]
put in a todo why I'm punting properly handling holes for now
git-svn-id: http://svn.osgeo.org/postgis/trunk@7121
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 9 May 2011 19:59:39 +0000 (19:59 +0000)]
more cleanup of normalize_address function
git-svn-id: http://svn.osgeo.org/postgis/trunk@7120
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 9 May 2011 16:10:57 +0000 (16:10 +0000)]
put in missing constraints
git-svn-id: http://svn.osgeo.org/postgis/trunk@7119
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 9 May 2011 15:16:30 +0000 (15:16 +0000)]
Implement, document, and regress-test SQL/MM ST_NewEdgeHeal [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7118
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 9 May 2011 15:00:15 +0000 (15:00 +0000)]
major speed improvements to normalize_address
git-svn-id: http://svn.osgeo.org/postgis/trunk@7117
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 9 May 2011 14:17:05 +0000 (14:17 +0000)]
Check for "other connected edges" before TopoGeometry definitions
git-svn-id: http://svn.osgeo.org/postgis/trunk@7116
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 9 May 2011 14:07:12 +0000 (14:07 +0000)]
Fix path to raster (regress) enabler script. Fixes ticket #947.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7115
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 8 May 2011 19:34:28 +0000 (19:34 +0000)]
some explanation of theoretical vs. actual
git-svn-id: http://svn.osgeo.org/postgis/trunk@7114
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 8 May 2011 17:20:59 +0000 (17:20 +0000)]
mark as immutable
git-svn-id: http://svn.osgeo.org/postgis/trunk@7113
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 8 May 2011 17:18:38 +0000 (17:18 +0000)]
more cleanup. Get rid of more deprecated functions, put in more stable,imuutable markers. Change some functions from plpgsql to sql
git-svn-id: http://svn.osgeo.org/postgis/trunk@7112
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 8 May 2011 16:36:55 +0000 (16:36 +0000)]
Put in costing and make most of the functions either STABLE or IMMUTABLE. We were loosing a lot of cacheability of that. Also put in instructions in README how to upgrade the scripts. Will need to put this in the official docs too once cleaned that up a bit.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7111
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 7 May 2011 16:33:59 +0000 (16:33 +0000)]
put in clock timestamps in debugging logic. We seem to be loosing more time on this normalize than we should be.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7110
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 6 May 2011 21:39:46 +0000 (21:39 +0000)]
ST_ModEdgeHeal: move check for TopoGeometry after check for connected edges. Fixes bug #942 and regress-tests it [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7109
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 6 May 2011 21:21:55 +0000 (21:21 +0000)]
topology.ST_ModEdgeHeal: Check for edge existance before TopoGeometry definitions. Fixes bug #941 and regress-tests it.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7108
b70326c6 -7e19-0410-871a-
916f4a2858ee
Jorge Arévalo [Fri, 6 May 2011 14:29:04 +0000 (14:29 +0000)]
Trailing spaces removed from raster files.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7107
b70326c6 -7e19-0410-871a-
916f4a2858ee
Jorge Arévalo [Fri, 6 May 2011 12:06:29 +0000 (12:06 +0000)]
Changes in raster memory management:
- Only calling function memory context is used, except in SRF functions, where
multi_call_memory_ctx is used.
- rt_context internals hidden. The memory management and error reporting is
performed by rtalloc/rterror family functions. They simply call rt_context
struct fields as requested. Same philosophy here than in liblwgeom.
- Now rt_context memory is statically allocated. Before this, new memory for
rt_context was allocated in every function call. And the memory was allocated
outside the calling function (in fcinfo->flinfo->fn_mcxt postgres memory
context).
git-svn-id: http://svn.osgeo.org/postgis/trunk@7106
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 6 May 2011 06:46:58 +0000 (06:46 +0000)]
Closer-to-iso exceptions from ST_GetFaceEdges/ST_ModEdgeHeal [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7105
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 5 May 2011 21:12:54 +0000 (21:12 +0000)]
Drop commented out code
git-svn-id: http://svn.osgeo.org/postgis/trunk@7104
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 5 May 2011 21:12:49 +0000 (21:12 +0000)]
Do not attempt to read points from empty pointarrays (thanks valgrind for finding this)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7103
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 5 May 2011 21:12:43 +0000 (21:12 +0000)]
Allow dumping polygons with empty rings, fixing bug #937, add unit testing for that case.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7102
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 5 May 2011 12:13:45 +0000 (12:13 +0000)]
amend
git-svn-id: http://svn.osgeo.org/postgis/trunk@7101
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 5 May 2011 08:32:36 +0000 (08:32 +0000)]
another generated file git-ignored
git-svn-id: http://svn.osgeo.org/postgis/trunk@7100
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 5 May 2011 07:34:27 +0000 (07:34 +0000)]
Ignore new generated files
git-svn-id: http://svn.osgeo.org/postgis/trunk@7099
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 5 May 2011 07:30:27 +0000 (07:30 +0000)]
replace osgeo log with project one and one that is not transparent so looks okay in pdf. Add PostGIS logo. Move logos to cover page.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7098
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 5 May 2011 02:45:45 +0000 (02:45 +0000)]
get rid of literal wrapper
git-svn-id: http://svn.osgeo.org/postgis/trunk@7097
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 5 May 2011 02:44:25 +0000 (02:44 +0000)]
amend faq and fix some typos
git-svn-id: http://svn.osgeo.org/postgis/trunk@7096
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 5 May 2011 02:30:58 +0000 (02:30 +0000)]
Update Chris' bio now that he is taking on more of an active role
git-svn-id: http://svn.osgeo.org/postgis/trunk@7095
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 5 May 2011 02:26:15 +0000 (02:26 +0000)]
attempt at OSGeo branding our documentation
git-svn-id: http://svn.osgeo.org/postgis/trunk@7094
b70326c6 -7e19-0410-871a-
916f4a2858ee
Chris Hodgson [Wed, 4 May 2011 23:56:34 +0000 (23:56 +0000)]
merged changes r7092 to fix null handling in st_collect for #912, #630 in 1.5 branch into trunk
git-svn-id: http://svn.osgeo.org/postgis/trunk@7093
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 4 May 2011 18:34:20 +0000 (18:34 +0000)]
Add note about updating joined edges and relationships, touch ST_ModEdgeSplit, ST_NewEdgeSplit, ST_ModEdgeHeal [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7091
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 4 May 2011 18:20:26 +0000 (18:20 +0000)]
Document ST_ModEdgeHeal [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7090
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 4 May 2011 18:20:20 +0000 (18:20 +0000)]
ST_ModEdgeHeal: update TopoGeom definitions, and test it [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7089
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 4 May 2011 18:20:11 +0000 (18:20 +0000)]
Test that healing of two edges is forbidden if any topogeom is defined by only one of them [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7088
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 4 May 2011 18:20:01 +0000 (18:20 +0000)]
Forbid healing edges if any feature is defined by only one of the two [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7087
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 4 May 2011 18:19:51 +0000 (18:19 +0000)]
Complete primitive (SQL/MM) portion of ST_ModEdgeHeal, regress test [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7086
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 4 May 2011 18:19:39 +0000 (18:19 +0000)]
Stub topology.ST_ModEdgeHeal [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7085
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 3 May 2011 16:56:10 +0000 (16:56 +0000)]
Add examples of ST_GetFaceEdges
git-svn-id: http://svn.osgeo.org/postgis/trunk@7084
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 3 May 2011 13:35:55 +0000 (13:35 +0000)]
more work on handling 3d polygons with holes
git-svn-id: http://svn.osgeo.org/postgis/trunk@7083
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 3 May 2011 13:32:55 +0000 (13:32 +0000)]
extent() -> st_extent()
git-svn-id: http://svn.osgeo.org/postgis/trunk@7082
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 3 May 2011 13:32:41 +0000 (13:32 +0000)]
Implement ST_GetFaceEdges (sql/mm topology function) [RT-SIGTA]
git-svn-id: http://svn.osgeo.org/postgis/trunk@7081
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 3 May 2011 12:45:31 +0000 (12:45 +0000)]
Use strk's suggestion of quieting hudson reqress by adding a \set VERBOSITY terse
git-svn-id: http://svn.osgeo.org/postgis/trunk@7080
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 3 May 2011 08:20:00 +0000 (08:20 +0000)]
Move type definition close to the function using it (ST_GetFaceEdges)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7079
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 1 May 2011 02:46:40 +0000 (02:46 +0000)]
Fix handling of 3d polygons (still doesn't handle holes right), update doc to show example and also caveats so far, add polygon and polyhedralsurface example to c unit tests
git-svn-id: http://svn.osgeo.org/postgis/trunk@7078
b70326c6 -7e19-0410-871a-
916f4a2858ee
Olivier Courtin [Sat, 30 Apr 2011 22:26:18 +0000 (22:26 +0000)]
First implementation of #459. Still need unit tests and docs
git-svn-id: http://svn.osgeo.org/postgis/trunk@7077
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 30 Apr 2011 08:38:38 +0000 (08:38 +0000)]
put topology_comments generation back in the overall comments make
git-svn-id: http://svn.osgeo.org/postgis/trunk@7075
b70326c6 -7e19-0410-871a-
916f4a2858ee
Olivier Courtin [Sat, 30 Apr 2011 08:29:09 +0000 (08:29 +0000)]
Fix #933. Update related unit test. Add a convenient way to trace error in ST_GeomFromGML function
git-svn-id: http://svn.osgeo.org/postgis/trunk@7074
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 29 Apr 2011 19:10:24 +0000 (19:10 +0000)]
fix some typos in tiger geocoder documentation and hmm if Hudson is hiccuping (causing Olivier headaches), this might be the water he needs.
git-svn-id: http://svn.osgeo.org/postgis/trunk@7073
b70326c6 -7e19-0410-871a-
916f4a2858ee
Olivier Courtin [Fri, 29 Apr 2011 18:39:38 +0000 (18:39 +0000)]
Add LinearRing unit test for ST_GeomFromGML. Related to #905
git-svn-id: http://svn.osgeo.org/postgis/trunk@7072
b70326c6 -7e19-0410-871a-
916f4a2858ee
Olivier Courtin [Fri, 29 Apr 2011 17:44:00 +0000 (17:44 +0000)]
Add an srid default value as second optional parameter for ST_GeomFromGML. Related to #906. Remove a wrong srsName definition. Update doc and unit test
git-svn-id: http://svn.osgeo.org/postgis/trunk@7071
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 28 Apr 2011 21:05:41 +0000 (21:05 +0000)]
Fix for #927
git-svn-id: http://svn.osgeo.org/postgis/trunk@7070
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 28 Apr 2011 17:57:42 +0000 (17:57 +0000)]
fix typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@7069
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 26 Apr 2011 12:35:02 +0000 (12:35 +0000)]
#722 More deprecated functions: Get rid Extent deprecated aggregate, find_extent, Combine_BBox,StartPoint, EndPoint
git-svn-id: http://svn.osgeo.org/postgis/trunk@7065
b70326c6 -7e19-0410-871a-
916f4a2858ee