]> granicus.if.org Git - postgis/log
postgis
13 years agoCorrect fix for win32 crasher, it was proj returning a null error string.
Paul Ramsey [Sat, 25 Feb 2012 17:10:23 +0000 (17:10 +0000)]
Correct fix for win32 crasher, it was proj returning a null error string.

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

13 years agoSPI_finish before dropping out on NULL proj4text
Paul Ramsey [Sat, 25 Feb 2012 05:53:11 +0000 (05:53 +0000)]
SPI_finish before dropping out on NULL proj4text

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

13 years agoMatch to new behavior on null proj4text
Paul Ramsey [Sat, 25 Feb 2012 05:49:34 +0000 (05:49 +0000)]
Match to new behavior on null proj4text

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

13 years agoRemove Win32 crasher on NULL proj4 string
Paul Ramsey [Sat, 25 Feb 2012 03:12:30 +0000 (03:12 +0000)]
Remove Win32 crasher on NULL proj4 string

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

13 years agoQuote out the svn and git commands for windoze
Paul Ramsey [Fri, 24 Feb 2012 23:58:16 +0000 (23:58 +0000)]
Quote out the svn and git commands for windoze

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

13 years agoForgot to update regression tests for changes made in r9293
Bborie Park [Fri, 24 Feb 2012 23:42:58 +0000 (23:42 +0000)]
Forgot to update regression tests for changes made in r9293

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

13 years agoFixed conversion of pixel types between PostGIS raster and GDAL. Essentially PostGIS...
Bborie Park [Fri, 24 Feb 2012 22:54:10 +0000 (22:54 +0000)]
Fixed conversion of pixel types between PostGIS raster and GDAL.  Essentially PostGIS raster 8BSI is now a GDT_Int16.

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

13 years agoMinor corrections.
Pierre Racine [Fri, 24 Feb 2012 22:46:30 +0000 (22:46 +0000)]
Minor corrections.

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

13 years agoFix up the revision info in the usage lines
Paul Ramsey [Fri, 24 Feb 2012 22:41:09 +0000 (22:41 +0000)]
Fix up the revision info in the usage lines

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

13 years agoMake sure the created backend temp directory is world writeable
Sandro Santilli [Fri, 24 Feb 2012 20:17:38 +0000 (20:17 +0000)]
Make sure the created backend temp directory is world writeable

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

13 years agoAdditional fixups to not increase extent if an alignment is to take place in rt_raste...
Bborie Park [Fri, 24 Feb 2012 19:24:02 +0000 (19:24 +0000)]
Additional fixups to not increase extent if an alignment is to take place in rt_raster_gdal_rasterize().

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

13 years agoBe immune from topology sequence advancements
Sandro Santilli [Fri, 24 Feb 2012 19:11:55 +0000 (19:11 +0000)]
Be immune from topology sequence advancements

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

13 years agoMake sure the regress tmp directory exists before trying to write to it.
Paul Ramsey [Fri, 24 Feb 2012 18:49:09 +0000 (18:49 +0000)]
Make sure the regress tmp directory exists before trying to write to it.

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

13 years agoAdded additional conditions for rt_raster_gdal_rasterize() determining when to expand...
Bborie Park [Fri, 24 Feb 2012 17:33:48 +0000 (17:33 +0000)]
Added additional conditions for rt_raster_gdal_rasterize() determining when to expand the extent.

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

13 years agoDo not report "face without edges" error for universal face (#1612)
Sandro Santilli [Fri, 24 Feb 2012 15:23:35 +0000 (15:23 +0000)]
Do not report "face without edges" error for universal face (#1612)

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

13 years agoRename the backend temp dir and drop with brute force
Sandro Santilli [Fri, 24 Feb 2012 15:23:13 +0000 (15:23 +0000)]
Rename the backend temp dir and drop with brute force

Avoids errors when no test writes anything in there (so no dir)

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

13 years agoProperly drop the temporary directory setup for backend output
Sandro Santilli [Fri, 24 Feb 2012 10:21:17 +0000 (10:21 +0000)]
Properly drop the temporary directory setup for backend output

This prevents errors when running "make check" against backends
owned by different users.

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

13 years agoSet all raster CASTs to be ASSIGNMENT not IMPLICIT. Related ticket is #490. Knowing...
Bborie Park [Fri, 24 Feb 2012 05:05:25 +0000 (05:05 +0000)]
Set all raster CASTs to be ASSIGNMENT not IMPLICIT.  Related ticket is #490.  Knowing my luck, I'll be reverting this due to some showstopper.

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

13 years agoAdded correct handling of negative scale-x and positive scale-y in rt_raster_gdal_warp().
Bborie Park [Thu, 23 Feb 2012 22:25:54 +0000 (22:25 +0000)]
Added correct handling of negative scale-x and positive scale-y in rt_raster_gdal_warp().

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

13 years agoRenamed rt_raster_dump_as_wktpolygons() to rt_raster_gdal_polygonize(). Refactored...
Bborie Park [Thu, 23 Feb 2012 21:49:51 +0000 (21:49 +0000)]
Renamed rt_raster_dump_as_wktpolygons() to rt_raster_gdal_polygonize().  Refactored rt_raster_gdal_polygonize() to use LWPOLY objects instead of WKT strings.  Also added cleanup code to make invalid dumped geometries valid.  Associated tickets are #1586 and #637.

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

13 years agoDon't deep clone POINTARRAY in GML input routine.
Sandro Santilli [Thu, 23 Feb 2012 16:07:05 +0000 (16:07 +0000)]
Don't deep clone POINTARRAY in GML input routine.

Let's see if doing so exposes more memory errors (#1591).
Does run valgrind clean here.

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

13 years agoRewrote most of ST_AsRaster. Grouped similar variants to make everything a bit more...
Pierre Racine [Thu, 23 Feb 2012 15:42:16 +0000 (15:42 +0000)]
Rewrote most of ST_AsRaster. Grouped similar variants to make everything a bit more readable.

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

13 years agoSet the default regression temp dir to /tmp/pgis_reg (#1607)
Sandro Santilli [Thu, 23 Feb 2012 13:28:16 +0000 (13:28 +0000)]
Set the default regression temp dir to /tmp/pgis_reg (#1607)

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

13 years agoHave ST_GetFaceGeometry check face existance, regress-test
Sandro Santilli [Thu, 23 Feb 2012 12:54:48 +0000 (12:54 +0000)]
Have ST_GetFaceGeometry check face existance, regress-test

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

13 years agoDrop the UpdateGeometrySRID version with old param name (#1606)
Sandro Santilli [Thu, 23 Feb 2012 11:24:28 +0000 (11:24 +0000)]
Drop the UpdateGeometrySRID version with old param name (#1606)

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

13 years agoCorrectly handle the new lexer/parser output files
Paul Ramsey [Wed, 22 Feb 2012 23:13:20 +0000 (23:13 +0000)]
Correctly handle the new lexer/parser output files

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

13 years agoRewrote chunks of rt_raster_gdal_warp() and rt_raster_gdal_rasterize() to correctly...
Bborie Park [Wed, 22 Feb 2012 23:06:26 +0000 (23:06 +0000)]
Rewrote chunks of rt_raster_gdal_warp() and rt_raster_gdal_rasterize() to correctly generate skewed rasters.  Related ticket is #1395.  This should also resolve #1586.

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

13 years agoSet svn:eol-style native (#1598)
Paul Ramsey [Wed, 22 Feb 2012 20:38:25 +0000 (20:38 +0000)]
Set svn:eol-style native (#1598)

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

13 years agoUpdate numbers for alpha6
Paul Ramsey [Wed, 22 Feb 2012 19:40:43 +0000 (19:40 +0000)]
Update numbers for alpha6

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

13 years agoput in LF instruction to prevent my windows from putting in windows offensive line...
Regina Obe [Wed, 22 Feb 2012 19:31:17 +0000 (19:31 +0000)]
put in LF instruction to prevent my windows from putting in windows offensive line breaks

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

13 years agoChange dos to unix lineends. (#1598)
Paul Ramsey [Wed, 22 Feb 2012 19:29:59 +0000 (19:29 +0000)]
Change dos to unix lineends. (#1598)

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

13 years agoIgnore makefile
Paul Ramsey [Wed, 22 Feb 2012 19:20:37 +0000 (19:20 +0000)]
Ignore makefile

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

13 years agoReally remove the dos linefeeds this time (#1598)
Paul Ramsey [Wed, 22 Feb 2012 19:18:21 +0000 (19:18 +0000)]
Really remove the dos linefeeds this time (#1598)

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

13 years agoRevert dos lineending commit that blew away those files...
Paul Ramsey [Wed, 22 Feb 2012 19:08:00 +0000 (19:08 +0000)]
Revert dos lineending commit that blew away those files...

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

13 years agoUse consistent UNIX line endings (#1598) fix up those files that pass through the...
Paul Ramsey [Wed, 22 Feb 2012 19:01:46 +0000 (19:01 +0000)]
Use consistent UNIX line endings (#1598) fix up those files that pass through the C preprocessor at least.

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

13 years agoSwitch to evaluating tests using psql with verbosity=terse
Paul Ramsey [Wed, 22 Feb 2012 18:59:09 +0000 (18:59 +0000)]
Switch to evaluating tests using psql with verbosity=terse

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

13 years agoFix ST_Polygonize aggregate to retain Z (#1602)
Sandro Santilli [Wed, 22 Feb 2012 17:19:42 +0000 (17:19 +0000)]
Fix ST_Polygonize aggregate to retain Z (#1602)

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

13 years agoStay within 80 cols
Sandro Santilli [Wed, 22 Feb 2012 15:52:57 +0000 (15:52 +0000)]
Stay within 80 cols

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

13 years agoParametrize max user SRID in the SQL file too
Sandro Santilli [Wed, 22 Feb 2012 15:33:24 +0000 (15:33 +0000)]
Parametrize max user SRID in the SQL file too

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

13 years agoCheck SRID passed to UpdateGeometrySRID, patch by Mike Toews (#1596)
Sandro Santilli [Wed, 22 Feb 2012 12:49:08 +0000 (12:49 +0000)]
Check SRID passed to UpdateGeometrySRID, patch by Mike Toews (#1596)

Adds regression testing

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

13 years agoForward port fix to #1595, although there's no way to expose in 2.0
Sandro Santilli [Wed, 22 Feb 2012 12:48:58 +0000 (12:48 +0000)]
Forward port fix to #1595, although there's no way to expose in 2.0

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

13 years agocorrect st_clip raster so eimage matches the code. the behavior changed butthe code...
Regina Obe [Wed, 22 Feb 2012 03:09:12 +0000 (03:09 +0000)]
correct st_clip raster so eimage matches the code.  the behavior changed butthe code was wrong (showing old behavior).  Also put back the multiband case using new syntax which is probably more common usaage.

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

13 years agoAdded single quote around 8BUI since the XSL now escape them. See #1588.
Pierre Racine [Tue, 21 Feb 2012 15:51:16 +0000 (15:51 +0000)]
Added single quote around 8BUI since the XSL now escape them. See #1588.

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

13 years agoAdded one missign default value for the value parameter of ST_AsRaster and added...
Pierre Racine [Tue, 21 Feb 2012 15:47:38 +0000 (15:47 +0000)]
Added one missign default value for the value parameter of ST_AsRaster and added one missing variant.

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

13 years agoAdd a ptarray_transform function in liblwgeom API
Sandro Santilli [Tue, 21 Feb 2012 14:32:59 +0000 (14:32 +0000)]
Add a ptarray_transform function in liblwgeom API

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

13 years agoDraft an lwgeom_from_gml function (#1591)
Sandro Santilli [Tue, 21 Feb 2012 13:54:55 +0000 (13:54 +0000)]
Draft an lwgeom_from_gml function (#1591)

Can't be moved all to liblwgeom due to use of spatial_ref_sys

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

13 years agoPrint SRID in decimal form, not hex (#1593)
Sandro Santilli [Tue, 21 Feb 2012 11:07:44 +0000 (11:07 +0000)]
Print SRID in decimal form, not hex (#1593)

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

13 years agoUpdate documentation about shp2pgsql -s/-g flag (#1524)
Sandro Santilli [Tue, 21 Feb 2012 10:57:24 +0000 (10:57 +0000)]
Update documentation about shp2pgsql -s/-g flag (#1524)

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

13 years agoAdd an --extensions switch to run_test (#964)
Sandro Santilli [Tue, 21 Feb 2012 09:43:22 +0000 (09:43 +0000)]
Add an --extensions switch to run_test (#964)

When passing that switch the install and uninstall of spatial db
happens using the EXTENSION model. It's currently not run as part
of "make check" because some tests fail due to use of ambiguos
calls when both core and raster modules are installed (there's no
way to separate them in the EXTENSION model).

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

13 years agoPut prepare/upgrade/uninstall operations in their own functions
Sandro Santilli [Tue, 21 Feb 2012 09:07:59 +0000 (09:07 +0000)]
Put prepare/upgrade/uninstall operations in their own functions

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

13 years agoMore work on ST_Resample and ST_Intersection
Pierre Racine [Mon, 20 Feb 2012 20:09:52 +0000 (20:09 +0000)]
More work on ST_Resample and ST_Intersection

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

13 years agoIgnore generated extensions and java files
Sandro Santilli [Mon, 20 Feb 2012 14:32:38 +0000 (14:32 +0000)]
Ignore generated extensions and java files

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

13 years agoDo not printf from potgis library. Possibly fixes #1570
Sandro Santilli [Mon, 20 Feb 2012 13:28:17 +0000 (13:28 +0000)]
Do not printf from potgis library. Possibly fixes #1570

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

13 years agoIgnore generated java/jdbc/Makefile
Sandro Santilli [Mon, 20 Feb 2012 13:18:09 +0000 (13:18 +0000)]
Ignore generated java/jdbc/Makefile

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

13 years agoEscape single quotes in param list when generating raster comments
Sandro Santilli [Mon, 20 Feb 2012 13:16:05 +0000 (13:16 +0000)]
Escape single quotes in param list when generating raster comments

Closes ticket #1588

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

13 years agoAnt rules to excecute maven by Maria Arias de Reyna (#1437)
Sandro Santilli [Mon, 20 Feb 2012 12:52:58 +0000 (12:52 +0000)]
Ant rules to excecute maven by Maria Arias de Reyna  (#1437)

Also simplify java Makefile to be simple proxies of ant

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

13 years agoUpdate face MBR on edge change (#1587)
Sandro Santilli [Mon, 20 Feb 2012 10:52:31 +0000 (10:52 +0000)]
Update face MBR on edge change (#1587)

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

13 years agoEnhance documentation for ST_ChangeEdgeGeom
Sandro Santilli [Mon, 20 Feb 2012 10:19:10 +0000 (10:19 +0000)]
Enhance documentation for ST_ChangeEdgeGeom

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

13 years agoLink to my office base article on how to display postgis rasters in base reports.
Regina Obe [Fri, 17 Feb 2012 23:41:58 +0000 (23:41 +0000)]
Link to my office base article on how to display postgis rasters in base reports.

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

13 years agoRewrote the ST_Rescale documentation.
Pierre Racine [Fri, 17 Feb 2012 22:23:19 +0000 (22:23 +0000)]
Rewrote the ST_Rescale documentation.

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

13 years agoThis works but it makes estimated extent case sensitive both ways (no weaseling out...
Paul Ramsey [Fri, 17 Feb 2012 22:00:39 +0000 (22:00 +0000)]
This works but it makes estimated extent case sensitive both ways (no weaseling out and giving upper case versions of lower case tables) (#1585)

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

13 years agoTicket #1536. First revision of st_intersection(). Removal of the extent parameter...
Pierre Racine [Fri, 17 Feb 2012 20:52:41 +0000 (20:52 +0000)]
Ticket #1536. First revision of st_intersection(). Removal of the extent parameter and first documentation.

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

13 years agoCheck edge disposition around endnodes (#1571)
Sandro Santilli [Fri, 17 Feb 2012 18:29:50 +0000 (18:29 +0000)]
Check edge disposition around endnodes (#1571)

Includes a couple new testcases, for closed and non-closed edges
changing disposition around their end nodes.

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

13 years agoMany more small typo fixes...
Pierre Racine [Fri, 17 Feb 2012 18:28:03 +0000 (18:28 +0000)]
Many more small typo fixes...

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

13 years agoRework edge motion range construction (#1571)
Sandro Santilli [Fri, 17 Feb 2012 15:11:36 +0000 (15:11 +0000)]
Rework edge motion range construction (#1571)

Includes a new testcase which was failing before this change

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

13 years agoAdd another test for ST_ChangeEdgeGeom
Sandro Santilli [Fri, 17 Feb 2012 14:03:28 +0000 (14:03 +0000)]
Add another test for ST_ChangeEdgeGeom

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

13 years agoHandle some (not all) cases of non-isomorphic edge changes (#1571)
Sandro Santilli [Fri, 17 Feb 2012 13:46:33 +0000 (13:46 +0000)]
Handle some (not all) cases of non-isomorphic edge changes (#1571)

The problem is much harder than it looks ...

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

13 years agoAdd test numbers to ST_ChangeEdgeGeom regression cases
Sandro Santilli [Fri, 17 Feb 2012 08:39:55 +0000 (08:39 +0000)]
Add test numbers to ST_ChangeEdgeGeom regression cases

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

13 years agoIgnore utils/postgis_restore.pl (now generated)
Sandro Santilli [Fri, 17 Feb 2012 08:39:45 +0000 (08:39 +0000)]
Ignore utils/postgis_restore.pl (now generated)

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

13 years agoUpdate comment, hopefully clearer now
Sandro Santilli [Thu, 16 Feb 2012 17:45:53 +0000 (17:45 +0000)]
Update comment, hopefully clearer now

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

13 years agoFixed a number of small problem. Capitalized x and y.
Pierre Racine [Thu, 16 Feb 2012 15:49:15 +0000 (15:49 +0000)]
Fixed a number of small problem. Capitalized x and y.

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

13 years agoAdd a topology.GetNodeEdges function
Sandro Santilli [Thu, 16 Feb 2012 10:25:50 +0000 (10:25 +0000)]
Add a topology.GetNodeEdges function

This function is a fundamental topological primitive to do things
like SQL-based poligonization.

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

13 years agoIgnore postgis_svn_revision.h
Sandro Santilli [Thu, 16 Feb 2012 08:49:38 +0000 (08:49 +0000)]
Ignore postgis_svn_revision.h

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

13 years agoSet availability of ST_ChangeEdgeGeom
Sandro Santilli [Thu, 16 Feb 2012 08:08:17 +0000 (08:08 +0000)]
Set availability of ST_ChangeEdgeGeom

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

13 years agoFix cross reference
Sandro Santilli [Thu, 16 Feb 2012 08:08:02 +0000 (08:08 +0000)]
Fix cross reference

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

13 years agoRemove now-obsolete TODO comment
Paul Ramsey [Thu, 16 Feb 2012 00:28:04 +0000 (00:28 +0000)]
Remove now-obsolete TODO comment

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

13 years agoPrepare for Proj4.8 with spheroid info handling
Paul Ramsey [Thu, 16 Feb 2012 00:25:48 +0000 (00:25 +0000)]
Prepare for Proj4.8 with spheroid info handling

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

13 years agoAdd generated files to svn:ignore
Paul Ramsey [Wed, 15 Feb 2012 23:25:51 +0000 (23:25 +0000)]
Add generated files to svn:ignore

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

13 years agojdbc: org.postgis.Point.equals() is not reflexive (#1313)
Paul Ramsey [Wed, 15 Feb 2012 22:45:29 +0000 (22:45 +0000)]
jdbc: org.postgis.Point.equals() is not reflexive (#1313)

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

13 years agoFix XML typo
Paul Ramsey [Wed, 15 Feb 2012 22:34:39 +0000 (22:34 +0000)]
Fix XML typo

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

13 years agoNegative distance argument to ST_Buffer not documented (#1535)
Paul Ramsey [Wed, 15 Feb 2012 22:27:36 +0000 (22:27 +0000)]
Negative distance argument to ST_Buffer not documented (#1535)

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

13 years agoshp2pgsql: a switch to drop M from 4d imports (#900)
Paul Ramsey [Wed, 15 Feb 2012 21:56:50 +0000 (21:56 +0000)]
shp2pgsql: a switch to drop M from 4d imports (#900)

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

13 years agoshp2pgsql: a switch to drop M from 4d imports (#900)
Paul Ramsey [Wed, 15 Feb 2012 21:37:41 +0000 (21:37 +0000)]
shp2pgsql: a switch to drop M from 4d imports (#900)

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

13 years agoUpdated the version returned by the PostGIS_Raster_Lib_Version() example.
Pierre Racine [Wed, 15 Feb 2012 21:23:35 +0000 (21:23 +0000)]
Updated the version returned by the PostGIS_Raster_Lib_Version() example.

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

13 years agoRemoved some garbage.
Pierre Racine [Wed, 15 Feb 2012 21:18:38 +0000 (21:18 +0000)]
Removed some garbage.

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

13 years agoRemove fugitive EOL white space
Paul Ramsey [Wed, 15 Feb 2012 21:12:35 +0000 (21:12 +0000)]
Remove fugitive EOL white space

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

13 years agoAdd minor version upgradeable
Paul Ramsey [Wed, 15 Feb 2012 20:58:56 +0000 (20:58 +0000)]
Add minor version upgradeable

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

13 years agoPush trunk version forward
Paul Ramsey [Wed, 15 Feb 2012 20:57:47 +0000 (20:57 +0000)]
Push trunk version forward

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

13 years agoUpdate meta for alpha5
Paul Ramsey [Wed, 15 Feb 2012 20:55:53 +0000 (20:55 +0000)]
Update meta for alpha5

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

13 years agoFix for #1576 & #1569. ST_Clip now works on multiband rasters and accept an array...
Pierre Racine [Wed, 15 Feb 2012 19:28:31 +0000 (19:28 +0000)]
Fix for #1576 & #1569. ST_Clip now works on multiband rasters and accept an array of nodata values.

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

13 years agoDo not take PROJ4 errno value as a sign of error (#1580)
Sandro Santilli [Wed, 15 Feb 2012 15:59:52 +0000 (15:59 +0000)]
Do not take PROJ4 errno value as a sign of error (#1580)

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

13 years agodd support for fetching SVN revision from pure-git clones (#1579)
Sandro Santilli [Wed, 15 Feb 2012 11:00:11 +0000 (11:00 +0000)]
dd support for fetching SVN revision from pure-git clones (#1579)

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

13 years agoExample of how to use only psql to output a raster image.
Regina Obe [Tue, 14 Feb 2012 22:21:48 +0000 (22:21 +0000)]
Example of how to use only psql to output a raster image.

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

13 years agoFix crash with empty polygons in P-I-P tests (#1578)
Sandro Santilli [Tue, 14 Feb 2012 17:57:45 +0000 (17:57 +0000)]
Fix crash with empty polygons in P-I-P tests (#1578)

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

13 years ago#1494: documentation of new census tract loader and get_tract functions.
Regina Obe [Tue, 14 Feb 2012 17:54:13 +0000 (17:54 +0000)]
#1494: documentation of new census tract loader and get_tract functions.

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

13 years ago#1494: done with programming need to finish documenting and regress test.
Regina Obe [Tue, 14 Feb 2012 17:53:40 +0000 (17:53 +0000)]
#1494: done with programming need to finish documenting and regress test.

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

13 years agoReadded rt_clip regression test.
Bborie Park [Tue, 14 Feb 2012 17:47:12 +0000 (17:47 +0000)]
Readded rt_clip regression test.

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

13 years agoFixed handling of negative X-scale or positive Y-scale in rt_raster_gdal_rasterize...
Bborie Park [Tue, 14 Feb 2012 17:29:45 +0000 (17:29 +0000)]
Fixed handling of negative X-scale or positive Y-scale in rt_raster_gdal_rasterize().  Ticket is #1574.

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

13 years agoWe don't use a profiler anymore
Sandro Santilli [Tue, 14 Feb 2012 17:15:42 +0000 (17:15 +0000)]
We don't use a profiler anymore

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

13 years agoReverting changes that optimize ST_MapAlgebraExpr. Re-advertise x and y parameters...
David Zwarg [Tue, 14 Feb 2012 17:00:00 +0000 (17:00 +0000)]
Reverting changes that optimize ST_MapAlgebraExpr. Re-advertise x and y parameters as int32. Reverts changes from r9137, closes #1557.

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