]> granicus.if.org Git - postgis/log
postgis
11 years agoAvoid uselessly detoasting full geometries on ANALYZE (#2269)
Sandro Santilli [Tue, 9 Apr 2013 18:35:34 +0000 (18:35 +0000)]
Avoid uselessly detoasting full geometries on ANALYZE (#2269)

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

11 years agoRemoved debug statements
Bborie Park [Sat, 6 Apr 2013 18:14:00 +0000 (18:14 +0000)]
Removed debug statements

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

11 years agoGBOX variables not initialized for empty geometries. Ticket #2257
Bborie Park [Sat, 6 Apr 2013 18:11:13 +0000 (18:11 +0000)]
GBOX variables not initialized for empty geometries. Ticket #2257

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

11 years agochange to use some elements from parse_address
Regina Obe [Fri, 5 Apr 2013 14:37:43 +0000 (14:37 +0000)]
change to use some elements from parse_address

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

11 years agoadd pagc regression testing. Will upload the regress output once I look into the...
Regina Obe [Fri, 5 Apr 2013 14:28:33 +0000 (14:28 +0000)]
add pagc regression testing.  Will upload the regress output once I look into the regression failures

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

11 years ago#2192: doco patch
Regina Obe [Thu, 4 Apr 2013 06:46:47 +0000 (06:46 +0000)]
#2192: doco patch

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

11 years ago#2258 get rid of explicit public (so people can install postgis in any schema they...
Regina Obe [Wed, 3 Apr 2013 22:53:01 +0000 (22:53 +0000)]
#2258 get rid of explicit public (so people can install postgis in any schema they want), but insure we use security invoker to call new st_esimatedExtent to prevent malicious code injection.

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

11 years agomark pagc lookup tables is_custom = true as editable
Regina Obe [Wed, 3 Apr 2013 13:39:41 +0000 (13:39 +0000)]
mark pagc lookup tables is_custom = true as editable

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

11 years ago#2261: fix creation of next next upgrade script, add null protection for pagc_normali...
Regina Obe [Wed, 3 Apr 2013 12:54:46 +0000 (12:54 +0000)]
#2261: fix creation of next next upgrade script, add null protection for pagc_normalize_address

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

11 years ago#2193: implement upgrade next next functionality hack, implement swap -- SELECT set_g...
Regina Obe [Tue, 2 Apr 2013 22:22:59 +0000 (22:22 +0000)]
#2193: implement upgrade next next functionality hack, implement swap -- SELECT set_geocode_setting('use_pagc_address_parser','true');  will cause geocoder to use pagc address parser instead of build in normalizer

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

11 years ago#2193: get rid of redundant call.
Regina Obe [Tue, 2 Apr 2013 20:51:36 +0000 (20:51 +0000)]
#2193: get rid of redundant call.

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

11 years ago#2193 integrate pagc in extension (loads helper tables) and also upgrade and create...
Regina Obe [Tue, 2 Apr 2013 20:46:12 +0000 (20:46 +0000)]
#2193 integrate pagc in extension (loads helper tables) and also upgrade and create scripts, modify tables some more.  Still need to put in another folder with c files for compile and in manual on how to enable.

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

11 years ago#2193: pretype (not ideal because norm_addy doesn't have slot for it so just stuff...
Regina Obe [Tue, 2 Apr 2013 15:07:12 +0000 (15:07 +0000)]
#2193: pretype (not ideal because norm_addy doesn't have slot for it so just stuff in streettypeabbrev ) .norm_addy should ideally be changed.

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

11 years agoforgot the pre direction
Regina Obe [Tue, 2 Apr 2013 14:57:52 +0000 (14:57 +0000)]
forgot the pre direction

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

11 years agoFirst step of integrating the pagc normalizer, add the tables and wrapper function...
Regina Obe [Tue, 2 Apr 2013 14:43:52 +0000 (14:43 +0000)]
First step of integrating the pagc normalizer, add the tables and wrapper function that return a norm_addy object and also a geocode_setting option to swap out old address parser with pagc

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

11 years ago#2018 mark ST_Dwithin as also supporting curves. Just taking rpamsey's word for...
Regina Obe [Sun, 31 Mar 2013 01:55:16 +0000 (01:55 +0000)]
#2018 mark ST_Dwithin as also supporting curves.  Just taking rpamsey's word for this -- will test later.

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

11 years ago#2018: highlight that curves are now supported - examples forthcoming. Also broke...
Regina Obe [Sat, 30 Mar 2013 01:19:11 +0000 (01:19 +0000)]
#2018: highlight that curves are now supported - examples forthcoming.  Also broke geography into separate example section

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

11 years ago#2018, Remove old bruteforce function and replace with new one.
Paul Ramsey [Fri, 29 Mar 2013 20:38:14 +0000 (20:38 +0000)]
#2018, Remove old bruteforce function and replace with new one.

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

11 years agoSet CFLAGS in loader cunit tests so that mingw can run tests
Bborie Park [Fri, 29 Mar 2013 20:37:55 +0000 (20:37 +0000)]
Set CFLAGS in loader cunit tests so that mingw can run tests

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

11 years agoRemoved commented out variants of ST_MapAlgebra removed in r11222.
Bborie Park [Fri, 29 Mar 2013 16:47:46 +0000 (16:47 +0000)]
Removed commented out variants of ST_MapAlgebra removed in r11222.

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

11 years agoAdded news about Ticket #2133
Bborie Park [Fri, 29 Mar 2013 16:36:38 +0000 (16:36 +0000)]
Added news about Ticket #2133

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

11 years agoCode cleanup to shut gcc up
Bborie Park [Fri, 29 Mar 2013 16:34:05 +0000 (16:34 +0000)]
Code cleanup to shut gcc up

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

11 years agoRefactored expression variant of ST_MapAlgebra() to be faster.
Bborie Park [Fri, 29 Mar 2013 16:33:57 +0000 (16:33 +0000)]
Refactored expression variant of ST_MapAlgebra() to be faster.
Performance is almost as good as ST_MapAlgebraExpr(). Ticket #2133

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

11 years agofix link
Regina Obe [Fri, 29 Mar 2013 15:55:25 +0000 (15:55 +0000)]
fix link

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

11 years ago#2018, Distance calculation support for arc features (circstring, compoundcurve,...
Paul Ramsey [Thu, 28 Mar 2013 22:11:09 +0000 (22:11 +0000)]
#2018, Distance calculation support for arc features (circstring, compoundcurve, curvepolygon)

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

11 years agochange variable used to __MINGW64_VERSION_MAJOR (the mingw64_w32 doesn't have __MING...
Regina Obe [Thu, 28 Mar 2013 13:32:44 +0000 (13:32 +0000)]
change variable used to __MINGW64_VERSION_MAJOR  (the mingw64_w32 doesn't have __MINGW64_ (only the mingw64-w64 has that)

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

11 years ago#1668: if mingw64 and it returns <0 switch to _vscprintf native windows implementatio...
Regina Obe [Thu, 28 Mar 2013 09:30:19 +0000 (09:30 +0000)]
#1668: if mingw64 and it returns <0 switch to _vscprintf native windows implementation. Thanks to swoodbridge for pointing out the define to use.

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

11 years agoFix bad dimensions when rescaling rasters with default geotransform
Bborie Park [Wed, 27 Mar 2013 13:30:42 +0000 (13:30 +0000)]
Fix bad dimensions when rescaling rasters with default geotransform
matrix. Ticket #2251

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

11 years agoflag #945 as complete
Paul Ramsey [Tue, 26 Mar 2013 15:47:49 +0000 (15:47 +0000)]
flag #945 as complete

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

11 years ago#2201, ST_GeoHash wrong on boundaries
Paul Ramsey [Tue, 26 Mar 2013 15:24:19 +0000 (15:24 +0000)]
#2201, ST_GeoHash wrong on boundaries

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

11 years ago#2186, gui progress bar update is slowing loads
Paul Ramsey [Tue, 26 Mar 2013 13:12:54 +0000 (13:12 +0000)]
#2186, gui progress bar update is slowing loads

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

11 years agoEnhanced ST_Union(raster, uniontype) to union all bands of all rasters.
Bborie Park [Tue, 26 Mar 2013 04:14:48 +0000 (04:14 +0000)]
Enhanced ST_Union(raster, uniontype) to union all bands of all rasters.
Ticket #2200.

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

11 years agorevert wrong regress encoding stuff from r11205
Olivier Courtin [Mon, 25 Mar 2013 18:45:46 +0000 (18:45 +0000)]
revert wrong regress encoding stuff from r11205

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

11 years agoRelated to #1553. Add missing free in cu_surface cunit to be valgrind clean. As TGEOM...
Olivier Courtin [Mon, 25 Mar 2013 18:41:48 +0000 (18:41 +0000)]
Related to #1553. Add missing free in cu_surface cunit to be valgrind clean. As TGEOM was not used as storage serialization, i purely remove TGEOM for now, and kept only the TIN/POLYHEDRALSURFACE lwgeom expression (will see in future if we really need to have a 3D topological storage PostGIS side)

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

11 years agoRemoved old raster core tests from configure
Bborie Park [Mon, 25 Mar 2013 17:17:58 +0000 (17:17 +0000)]
Removed old raster core tests from configure

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

11 years agoDelete old core raster tests. Ticket #2115
Bborie Park [Mon, 25 Mar 2013 17:11:42 +0000 (17:11 +0000)]
Delete old core raster tests. Ticket #2115

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

11 years agoAddition of ST_FromGDALRaster(). This is what happens on a long airplane
Bborie Park [Mon, 25 Mar 2013 03:14:49 +0000 (03:14 +0000)]
Addition of ST_FromGDALRaster(). This is what happens on a long airplane
flight! Ticket #2123.

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

11 years agoAdded item regarding -n of raster2pgsql. Ticket #2231
Bborie Park [Mon, 25 Mar 2013 03:08:52 +0000 (03:08 +0000)]
Added item regarding -n of raster2pgsql. Ticket #2231

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

11 years agoAdded ability to specify name of filename column in raster2pgsql. More
Bborie Park [Mon, 25 Mar 2013 03:05:13 +0000 (03:05 +0000)]
Added ability to specify name of filename column in raster2pgsql. More
stuff being done stuck in a tube at 30k feet.

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

11 years agoRevert "Add '-x c' switch to CPP / CC when used as SQL preprocessor"
Sandro Santilli [Fri, 22 Mar 2013 16:12:20 +0000 (16:12 +0000)]
Revert "Add '-x c' switch to CPP / CC when used as SQL preprocessor"

It seems it wasn't needed, see #2239

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

11 years agoFix lineal TopoJSON output to keep multi components separated
Sandro Santilli [Fri, 22 Mar 2013 12:34:34 +0000 (12:34 +0000)]
Fix lineal TopoJSON output to keep multi components separated

REF: #2228

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

11 years agoAdd '-x c' switch to CPP / CC when used as SQL preprocessor
Sandro Santilli [Fri, 22 Mar 2013 11:20:07 +0000 (11:20 +0000)]
Add '-x c' switch to CPP / CC when used as SQL preprocessor

Hopefully it'll set us free to name our input files with any
extension we decide.

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

11 years agoFix ST_InvDistWeigh4MA() to handle a situation when neighborhood is
Bborie Park [Thu, 21 Mar 2013 21:28:05 +0000 (21:28 +0000)]
Fix ST_InvDistWeigh4MA() to handle a situation when neighborhood is
empty except the center pixel.

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

11 years agoFix areal TopoJSON output to group and order polygon rings (#2228)
Sandro Santilli [Thu, 21 Mar 2013 16:15:51 +0000 (16:15 +0000)]
Fix areal TopoJSON output to group and order polygon rings (#2228)

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

11 years agoReview comments above Makefile rule to generate .sql from .sql.in
Sandro Santilli [Thu, 21 Mar 2013 09:01:28 +0000 (09:01 +0000)]
Review comments above Makefile rule to generate .sql from .sql.in

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

11 years agoHave functions deprecated in 2.1.0 raise a WARNING message (#1994)
Sandro Santilli [Wed, 20 Mar 2013 17:38:58 +0000 (17:38 +0000)]
Have functions deprecated in 2.1.0 raise a WARNING message (#1994)

Drop use of some deprecated functions by other functions
(as exposed by testsuite).

Add a _postgis_deprecate service function for the message, so we
can change from WARNING to NOTICE or we can tweak the message,
in a central place.

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

11 years agoDeprecate non-CamelCase linear referencing function (#1994)
Sandro Santilli [Wed, 20 Mar 2013 16:47:24 +0000 (16:47 +0000)]
Deprecate non-CamelCase linear referencing function (#1994)

- ST_Line_Interpolate_Point renamed to ST_LineInterpolatePoint
- ST_Line_Substring renamed to ST_LineSubstring
- ST_Line_Locate_Point renamed to ST_LineLocatePoint

Tests updated to use the new signature, docs updated to show the
new signature and report deprecations

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

11 years agoAdd perturbating edges in TopoJSON test
Sandro Santilli [Wed, 20 Mar 2013 16:10:40 +0000 (16:10 +0000)]
Add perturbating edges in TopoJSON test

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

11 years agoUpdate TopoJSON example with correct output, add note about arc indices
Sandro Santilli [Wed, 20 Mar 2013 12:18:06 +0000 (12:18 +0000)]
Update TopoJSON example with correct output, add note about arc indices

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

11 years agoSpeedup areal TopoJSON output routine to use edge walking
Sandro Santilli [Wed, 20 Mar 2013 11:44:37 +0000 (11:44 +0000)]
Speedup areal TopoJSON output routine to use edge walking

Now it takes 6% of the time to do the same thing !

Tweak tests to expect new arcs numbering and order.
Also fixes missing comma separating polygon ring arcs.

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

11 years agoFix AsTopoJSON call in testcase
Sandro Santilli [Wed, 20 Mar 2013 10:27:07 +0000 (10:27 +0000)]
Fix AsTopoJSON call in testcase

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

11 years agoProperly encode TopoJSON.sql.in dependency into topology.sql
Sandro Santilli [Wed, 20 Mar 2013 10:26:51 +0000 (10:26 +0000)]
Properly encode TopoJSON.sql.in dependency into topology.sql

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

11 years agoOops, forgot to add topojson test expectancy (#2240)
Sandro Santilli [Wed, 20 Mar 2013 07:48:15 +0000 (07:48 +0000)]
Oops, forgot to add topojson test expectancy (#2240)

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

11 years agoAdd AsTopoJSON(TopoGeometry) function (#2228)
Sandro Santilli [Tue, 19 Mar 2013 18:29:38 +0000 (18:29 +0000)]
Add AsTopoJSON(TopoGeometry) function (#2228)

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

11 years agoCleanup and integrate documentation of ST_GetFaceEdges
Sandro Santilli [Tue, 19 Mar 2013 11:52:47 +0000 (11:52 +0000)]
Cleanup and integrate documentation of ST_GetFaceEdges

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

11 years agoMove GML function under a new export/ subdir
Sandro Santilli [Tue, 19 Mar 2013 09:59:41 +0000 (09:59 +0000)]
Move GML function under a new export/ subdir

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

11 years agoDrop the .c suffix of sql files to preprocess under topology/ dir
Sandro Santilli [Tue, 19 Mar 2013 09:53:17 +0000 (09:53 +0000)]
Drop the .c suffix of sql files to preprocess under topology/ dir

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

11 years agoDrop the .c suffix of sql files to preprocess under raster/ dir
Sandro Santilli [Tue, 19 Mar 2013 09:16:45 +0000 (09:16 +0000)]
Drop the .c suffix of sql files to preprocess under raster/ dir

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

11 years ago#2238: clarify neighborhood distance terminology
Regina Obe [Mon, 18 Mar 2013 19:50:47 +0000 (19:50 +0000)]
#2238: clarify neighborhood distance terminology

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

11 years agoDrop unused variables
Sandro Santilli [Mon, 18 Mar 2013 18:14:52 +0000 (18:14 +0000)]
Drop unused variables

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

11 years agoDrop the .c suffix of sql files to preprocess
Sandro Santilli [Mon, 18 Mar 2013 17:20:18 +0000 (17:20 +0000)]
Drop the .c suffix of sql files to preprocess

The suffix was added to make compilers happy about preprocessing,
but invoking cpp directly should be just fine (SQLPP macro)

This is an experimental change under postgis/, if everyone is happy
the same thing will be done for raster/ and topology/

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

11 years agoFixed unescaped % in RAISE message. Ticket #2237
Bborie Park [Mon, 18 Mar 2013 00:49:14 +0000 (00:49 +0000)]
Fixed unescaped % in RAISE message. Ticket #2237

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

11 years agofix typo in ST_AsGDALRaster example
Regina Obe [Sat, 16 Mar 2013 15:30:10 +0000 (15:30 +0000)]
fix typo in ST_AsGDALRaster example

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

11 years agoMake test for ST_PointOnSurface accept any contained point as valid
Sandro Santilli [Fri, 8 Mar 2013 13:58:02 +0000 (13:58 +0000)]
Make test for ST_PointOnSurface accept any contained point as valid

This is to support a change in GEOS 3.3.9 / 3.4.0 that started
giving different (but still valid) results.
See http://trac.osgeo.org/geos/ticket/623

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

11 years agoReword ST_Simplify(TopoGeometry) description (#1687)
Sandro Santilli [Fri, 8 Mar 2013 09:19:23 +0000 (09:19 +0000)]
Reword ST_Simplify(TopoGeometry) description (#1687)

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

11 years agoDocument ST_Simplify(TopoGeometry) -- closes #1687
Sandro Santilli [Thu, 7 Mar 2013 17:08:53 +0000 (17:08 +0000)]
Document ST_Simplify(TopoGeometry) -- closes #1687

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

11 years agoAdd ST_Simplify override for TopoGeometry objects (#1687)
Sandro Santilli [Thu, 7 Mar 2013 16:14:45 +0000 (16:14 +0000)]
Add ST_Simplify override for TopoGeometry objects (#1687)

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

11 years agoSplit test for #1968 in two parts, to avoid false negative
Sandro Santilli [Thu, 7 Mar 2013 07:31:50 +0000 (07:31 +0000)]
Split test for #1968 in two parts, to avoid false negative

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

11 years agoImprove the test for #1968 to also check duplicated components
Sandro Santilli [Wed, 6 Mar 2013 18:37:50 +0000 (18:37 +0000)]
Improve the test for #1968 to also check duplicated components

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

11 years agoFix missing edge from toTopoGeom return (#1968)
Sandro Santilli [Wed, 6 Mar 2013 18:11:27 +0000 (18:11 +0000)]
Fix missing edge from toTopoGeom return (#1968)

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

11 years agoBad switch for debug output
Bborie Park [Wed, 6 Mar 2013 15:33:28 +0000 (15:33 +0000)]
Bad switch for debug output

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

11 years agoAllow adding points at precision distance with TopoGeo_addPoint
Sandro Santilli [Wed, 6 Mar 2013 15:20:48 +0000 (15:20 +0000)]
Allow adding points at precision distance with TopoGeo_addPoint

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

11 years agoMinor code cleanup in raster2pgsql and additional debug output for
Bborie Park [Tue, 5 Mar 2013 16:57:49 +0000 (16:57 +0000)]
Minor code cleanup in raster2pgsql and additional debug output for
rt_api

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

11 years agoMake libjson-c optional adding --without-json configure switch (#2202)
Sandro Santilli [Tue, 5 Mar 2013 09:10:26 +0000 (09:10 +0000)]
Make libjson-c optional adding --without-json configure switch (#2202)

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

11 years agoFix equality operator between EMPTY and point on origin (#2110)
Sandro Santilli [Mon, 4 Mar 2013 17:57:55 +0000 (17:57 +0000)]
Fix equality operator between EMPTY and point on origin (#2110)

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

11 years agoDrop PDF version of EJB3 spatial tutorial
Sandro Santilli [Mon, 4 Mar 2013 17:02:54 +0000 (17:02 +0000)]
Drop PDF version of EJB3 spatial tutorial

There's an ODT version of the manual, pdf can be generated

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

12 years agoAdd regression test for #2216
Sandro Santilli [Thu, 28 Feb 2013 17:56:27 +0000 (17:56 +0000)]
Add regression test for #2216

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

12 years agoFix parsing GeoJSON of multipolygon with holes (#2216)
Sandro Santilli [Thu, 28 Feb 2013 17:42:49 +0000 (17:42 +0000)]
Fix parsing GeoJSON of multipolygon with holes (#2216)

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

12 years agoAdd lwgeom_from_geojson to liblwgeom, add cunit test, fix memory leak
Sandro Santilli [Thu, 28 Feb 2013 17:04:44 +0000 (17:04 +0000)]
Add lwgeom_from_geojson to liblwgeom, add cunit test, fix memory leak

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

12 years agoAdded ST_MinConvexHull(raster). Ticket #2210
Bborie Park [Tue, 26 Feb 2013 23:23:38 +0000 (23:23 +0000)]
Added ST_MinConvexHull(raster). Ticket #2210

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

12 years agoChanged name of exclusion constraint to by dynamic due to conflict of
Bborie Park [Tue, 26 Feb 2013 17:42:12 +0000 (17:42 +0000)]
Changed name of exclusion constraint to by dynamic due to conflict of
implicit index names. Ticket #2215

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

12 years agoAddition debug output for rt_raster_from_gdal_dataset()
Bborie Park [Tue, 26 Feb 2013 17:42:03 +0000 (17:42 +0000)]
Addition debug output for rt_raster_from_gdal_dataset()

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

12 years agomordernize faq on creating spatial table.
Regina Obe [Sat, 23 Feb 2013 05:08:19 +0000 (05:08 +0000)]
mordernize faq on creating spatial table.

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

12 years ago#2209: reword to encoding raster issue to not specify explicit byte count
Regina Obe [Sat, 23 Feb 2013 02:04:54 +0000 (02:04 +0000)]
#2209: reword to encoding raster issue to not specify explicit byte count

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

12 years ago#1292, go back to nudging geodetic coordinates (realityexists)
Paul Ramsey [Fri, 22 Feb 2013 18:26:55 +0000 (18:26 +0000)]
#1292, go back to nudging geodetic coordinates (realityexists)

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

12 years agoremove duped qandset tags
Regina Obe [Thu, 21 Feb 2013 15:53:08 +0000 (15:53 +0000)]
remove duped qandset tags

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

12 years agomissing para tag
Regina Obe [Thu, 21 Feb 2013 14:09:21 +0000 (14:09 +0000)]
missing para tag

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

12 years agooops forgot pretty anchor
Regina Obe [Thu, 21 Feb 2013 13:31:31 +0000 (13:31 +0000)]
oops forgot pretty anchor

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

12 years agodocument issue in ticket #2209 in FAQ. Probably only affects me, but who knows.
Regina Obe [Thu, 21 Feb 2013 13:29:35 +0000 (13:29 +0000)]
document issue in ticket #2209 in FAQ.  Probably only affects me, but who knows.

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

12 years ago#2208 : document that ST_PointN no longer works with first linestring of multilinestring
Regina Obe [Tue, 19 Feb 2013 23:03:31 +0000 (23:03 +0000)]
#2208 : document that ST_PointN no longer works with first linestring of multilinestring

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

12 years agoWrong debug output function
Bborie Park [Mon, 18 Feb 2013 04:17:19 +0000 (04:17 +0000)]
Wrong debug output function

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

12 years agohad type and name swapped
Regina Obe [Sun, 17 Feb 2013 19:27:33 +0000 (19:27 +0000)]
had type and name swapped

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

12 years agoST_MapAlgebra: create variablelist and move much of commentary to that so page is...
Regina Obe [Sun, 17 Feb 2013 18:37:42 +0000 (18:37 +0000)]
ST_MapAlgebra: create variablelist and move much of commentary to that so page is more easily digestable

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

12 years agoFixed handling of out-db rasters with no geotransform matrix
Bborie Park [Sun, 17 Feb 2013 16:24:32 +0000 (16:24 +0000)]
Fixed handling of out-db rasters with no geotransform matrix

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

12 years agoAdditional debug output for rt_raster_gdal_warp()
Bborie Park [Sat, 16 Feb 2013 21:47:24 +0000 (21:47 +0000)]
Additional debug output for rt_raster_gdal_warp()

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

12 years agoUpdate raster TODO as it was sorely out of date
Bborie Park [Sat, 16 Feb 2013 21:47:18 +0000 (21:47 +0000)]
Update raster TODO as it was sorely out of date

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

12 years agoFaster ST_Union() done using memcpy when possible
Bborie Park [Sat, 16 Feb 2013 01:00:33 +0000 (01:00 +0000)]
Faster ST_Union() done using memcpy when possible

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

12 years agoChanged how rasters with unknown SRID and default geotransform are
Bborie Park [Fri, 15 Feb 2013 23:53:32 +0000 (23:53 +0000)]
Changed how rasters with unknown SRID and default geotransform are
handled when calling GDAL Warp API. Ticket #2203

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

12 years agochange check geos to be 3.4 (3.4 is the new standard of excellence)
Regina Obe [Sat, 9 Feb 2013 06:08:30 +0000 (06:08 +0000)]
change check geos to be 3.4 (3.4 is the new standard of excellence)

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

12 years agoget rid of use of xml tags in arg - messing up formatting of cheat sheet gen
Regina Obe [Sat, 9 Feb 2013 05:24:05 +0000 (05:24 +0000)]
get rid of use of xml tags in arg - messing up formatting of cheat sheet gen

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