]> granicus.if.org Git - postgis/log
postgis
12 years agoAccept array properties in GML input multi-geom input (#1928)
Sandro Santilli [Mon, 1 Oct 2012 09:28:46 +0000 (09:28 +0000)]
Accept array properties in GML input multi-geom input (#1928)

Patch by Kashif Rasul and Shoaib Burq / SpacialDB

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

12 years agoCreate target dir if non-existing
Sandro Santilli [Mon, 1 Oct 2012 08:47:19 +0000 (08:47 +0000)]
Create target dir if non-existing

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

12 years agoupdate postgis unpackaged script. postgis_topology was already up to date.
Regina Obe [Sat, 29 Sep 2012 17:57:59 +0000 (17:57 +0000)]
update postgis unpackaged script. postgis_topology was already up to date.

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

12 years agoProvide a script to opt out of extensions
Sandro Santilli [Sat, 29 Sep 2012 16:14:05 +0000 (16:14 +0000)]
Provide a script to opt out of extensions

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

12 years agoAddition of C-based ST_Union(raster) aggregate function (ticket #1364). Renamed...
Bborie Park [Fri, 28 Sep 2012 23:09:31 +0000 (23:09 +0000)]
Addition of C-based ST_Union(raster) aggregate function (ticket #1364).  Renamed low level function rt_raster_has_no_band() to raster_has_band().  Updated docs and NEWS for ST_Union.

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

12 years agoRemove unused point in poly function
Paul Ramsey [Fri, 28 Sep 2012 22:51:06 +0000 (22:51 +0000)]
Remove unused point in poly function

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

12 years agoAdd ptarray_contains_point to ptarray file, so that all other liblwgeom functions...
Paul Ramsey [Fri, 28 Sep 2012 22:48:20 +0000 (22:48 +0000)]
Add ptarray_contains_point to ptarray file, so that all other liblwgeom functions can use the one routine.

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

12 years agoRemove no longer used function, lwgeom_pt_inside_circle.
Paul Ramsey [Fri, 28 Sep 2012 21:52:51 +0000 (21:52 +0000)]
Remove no longer used function, lwgeom_pt_inside_circle.

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

12 years agoAdd new pointer-based coordinate access method, now that aligned storage is the new...
Paul Ramsey [Fri, 28 Sep 2012 21:48:53 +0000 (21:48 +0000)]
Add new pointer-based coordinate access method, now that aligned storage is the new normal.

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

12 years agoAnal retentive function renaming: ptarray_isclosed -> ptarray_is_closed
Paul Ramsey [Fri, 28 Sep 2012 21:08:29 +0000 (21:08 +0000)]
Anal retentive function renaming: ptarray_isclosed -> ptarray_is_closed

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

12 years agoMove some ptarray functions out of postgis and back into liblwgeom from silly old...
Paul Ramsey [Fri, 28 Sep 2012 20:30:26 +0000 (20:30 +0000)]
Move some ptarray functions out of postgis and back into liblwgeom from silly old function that shouldn't even exist anymore (LWGEOM_inside_circle_point)

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

12 years agoMeasurement support for arcs (#2018)
Paul Ramsey [Fri, 28 Sep 2012 18:23:52 +0000 (18:23 +0000)]
Measurement support for arcs (#2018)

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

12 years agoAdd casts from geometry::path, geometry::point, geometry::polygon, polygon::geometry...
Paul Ramsey [Fri, 28 Sep 2012 17:03:46 +0000 (17:03 +0000)]
Add casts from geometry::path, geometry::point, geometry::polygon, polygon::geometry, path::geometry, point::geometry to allow easier migration to PostGIS for folks who start with the Pg types.

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

12 years agoDistance calculation support for arc features (#2018). Commit adds lowest level primi...
Paul Ramsey [Thu, 27 Sep 2012 20:23:03 +0000 (20:23 +0000)]
Distance calculation support for arc features (#2018). Commit adds lowest level primitive support for distance calculations on single arcs.

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

12 years agoAdditional regression tests for ST_Neighborhood and tweaked to support a
Bborie Park [Wed, 26 Sep 2012 15:56:17 +0000 (15:56 +0000)]
Additional regression tests for ST_Neighborhood and tweaked to support a
distance values of zero for one axis.

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

12 years agoAdded docs regarding the callback function for rt_raster_iterator()
Bborie Park [Tue, 25 Sep 2012 22:22:40 +0000 (22:22 +0000)]
Added docs regarding the callback function for rt_raster_iterator()

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

12 years agoAdded regression tests, bug fixes and code cleanup for
Bborie Park [Tue, 25 Sep 2012 22:22:33 +0000 (22:22 +0000)]
Added regression tests, bug fixes and code cleanup for
rt_raster_iterator().

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

12 years agoAdded rt_raster_iterator(), which is feature complete. Now need to add
Bborie Park [Tue, 25 Sep 2012 22:22:27 +0000 (22:22 +0000)]
Added rt_raster_iterator(), which is feature complete.  Now need to add
lots of regression tests before moving on to the PostgreSQL side to hook
into it.

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

12 years agoChanged behavior when there is no pixels in the neighborhood for
Bborie Park [Tue, 25 Sep 2012 19:23:43 +0000 (19:23 +0000)]
Changed behavior when there is no pixels in the neighborhood for
ST_Neighborhood.  It should still return an array as the pixel of
interest could have a value... just surrounded by NODATA.

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

12 years agoAdditional documentation regarding memory ownership
Bborie Park [Tue, 25 Sep 2012 17:20:17 +0000 (17:20 +0000)]
Additional documentation regarding memory ownership

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

12 years agoAdded correct handling of rt_band's ownsdata flag indicating if the
Bborie Park [Tue, 25 Sep 2012 14:07:22 +0000 (14:07 +0000)]
Added correct handling of rt_band's ownsdata flag indicating if the
memory used for the band's data (only for inline, not offline) is
managed internally.

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

12 years ago#2012: Change client_min_messages to warning instead of relying on default notice...
Regina Obe [Tue, 25 Sep 2012 02:45:28 +0000 (02:45 +0000)]
#2012: Change client_min_messages to warning instead of relying on default notice.  9.3's idea of notice doesn't seem to include notice about create of new tables.

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

12 years agoChanged output array of ST_Neighborhood to have dimensions of Y,X
Bborie Park [Mon, 24 Sep 2012 15:07:58 +0000 (15:07 +0000)]
Changed output array of ST_Neighborhood to have dimensions of Y,X
instead of X,Y. This matches that found for GDAL blocks.

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

12 years agoAdditional tests for ST_Neighborhood()
Bborie Park [Mon, 24 Sep 2012 15:07:50 +0000 (15:07 +0000)]
Additional tests for ST_Neighborhood()

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

12 years ago#2010: Include for 9.3 move to below postgis_config.h so version number of postgresql...
Regina Obe [Sat, 22 Sep 2012 14:44:50 +0000 (14:44 +0000)]
#2010: Include for 9.3 move to below postgis_config.h so version number of postgresql is picked up before the conditional include is attempted

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

12 years ago#2010: compile support for 9.3
Regina Obe [Sat, 22 Sep 2012 09:00:13 +0000 (09:00 +0000)]
#2010: compile support for 9.3

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

12 years agoAdd link to OpenGeo workshop on KNN to KNN operator.
Regina Obe [Sat, 22 Sep 2012 03:55:57 +0000 (03:55 +0000)]
Add link to OpenGeo workshop on KNN to KNN operator.

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

12 years agoRemove now obsolete note.
Paul Ramsey [Thu, 20 Sep 2012 23:44:47 +0000 (23:44 +0000)]
Remove now obsolete note.

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

12 years agoDocument ISO WKT/WKB (#1451)
Paul Ramsey [Thu, 20 Sep 2012 22:24:16 +0000 (22:24 +0000)]
Document ISO WKT/WKB (#1451)

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

12 years ago#1991: speed issue with 9.2 on geocode and geocoder_intersection, seems to be 10...
Regina Obe [Thu, 20 Sep 2012 13:32:14 +0000 (13:32 +0000)]
#1991: speed issue with 9.2 on geocode and geocoder_intersection, seems to be 10-50 times faster by forcing join_collapse limit = 2

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

12 years agoremark out regress and also put in name in database
Regina Obe [Thu, 20 Sep 2012 11:54:44 +0000 (11:54 +0000)]
remark out regress and also put in name in database
#2009 turn off loading of addrfeat
#1614 add U.S. and COUNTY RD as street_type highways

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

12 years agoAdditional regression tests for rt_raster_get_nearest_pixel()
Bborie Park [Wed, 19 Sep 2012 18:48:37 +0000 (18:48 +0000)]
Additional regression tests for rt_raster_get_nearest_pixel()

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

12 years agoAdded docs for ST_InvDistWeight4ma() and ST_MinDist4ma(). Changed
Bborie Park [Wed, 19 Sep 2012 18:48:31 +0000 (18:48 +0000)]
Added docs for ST_InvDistWeight4ma() and ST_MinDist4ma().  Changed
function signature for ST_Neighborhood() to support specifying distances
on both X and Y axis.

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

12 years agoTweaked ST_Neighborhood() to use two separate distance parameters for X
Bborie Park [Wed, 19 Sep 2012 18:48:24 +0000 (18:48 +0000)]
Tweaked ST_Neighborhood() to use two separate distance parameters for X
and Y axes.

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

12 years agoAdded ST_MinDist4ma() for getting minimum distance from the center pixel
Bborie Park [Wed, 19 Sep 2012 18:48:14 +0000 (18:48 +0000)]
Added ST_MinDist4ma() for getting minimum distance from the center pixel
to the nearest neighbor in neighborhood with value

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

12 years agoAdded regression tests for ST_InvDistWeight4ma()
Bborie Park [Wed, 19 Sep 2012 18:48:08 +0000 (18:48 +0000)]
Added regression tests for ST_InvDistWeight4ma()

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

12 years agoAdded Inverse Distance Weighting function for use with
Bborie Park [Wed, 19 Sep 2012 18:47:59 +0000 (18:47 +0000)]
Added Inverse Distance Weighting function for use with
ST_MapAlgebraFctNgb

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

12 years ago#2055: (L burned in all subsequent images after Delaunay) increase remove to remove...
Regina Obe [Tue, 18 Sep 2012 12:21:21 +0000 (12:21 +0000)]
#2055: (L burned in all subsequent images after Delaunay)  increase remove to remove images 0-9 before building next.  The remove went from 0-5 and I guess Kevin wasn't counting on anyone crazy enough to have 6 image layers.  This code definitely needs some work, but this will do for now.

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

12 years agoInitial support for documentatin translation
Sandro Santilli [Mon, 17 Sep 2012 12:31:54 +0000 (12:31 +0000)]
Initial support for documentatin translation

Adds "update-po" Makefile target under doc/
Adds "local-html" Makefile target under doc/po/<lang>

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

12 years agoUpdate URL of Maven jar (thanks Sandeep Thakkar)
Sandro Santilli [Mon, 17 Sep 2012 11:43:33 +0000 (11:43 +0000)]
Update URL of Maven jar (thanks Sandeep Thakkar)

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

12 years agoreference_type.xml has been missing from XML sources for years !
Sandro Santilli [Fri, 14 Sep 2012 21:03:48 +0000 (21:03 +0000)]
reference_type.xml has been missing from XML sources for years !

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

12 years agoOther double quotes needed by poxml
Sandro Santilli [Fri, 14 Sep 2012 20:59:42 +0000 (20:59 +0000)]
Other double quotes needed by poxml

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

12 years agoMore Double quote tag attribute values for poxml support
Sandro Santilli [Fri, 14 Sep 2012 20:52:10 +0000 (20:52 +0000)]
More Double quote tag attribute values for poxml support

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

12 years agoDouble quote tag attribute values and use open&close for <paramdef>
Sandro Santilli [Fri, 14 Sep 2012 20:33:35 +0000 (20:33 +0000)]
Double quote tag attribute values and use open&close for <paramdef>

This format plays nicely with xml2pot and po2xml...

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

12 years agoPostGIS 2.1 changes section was incorrectly listing 2.0 instead of 2.1 changes. ...
Regina Obe [Fri, 14 Sep 2012 11:29:38 +0000 (11:29 +0000)]
PostGIS 2.1 changes section was incorrectly listing 2.0 instead of 2.1 changes.  Also just folder 2.1 changes into many What is new in 2.1 section.

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

12 years agoDistinguish between generated and source XML inputs
Sandro Santilli [Fri, 14 Sep 2012 07:49:13 +0000 (07:49 +0000)]
Distinguish between generated and source XML inputs

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

12 years agoRewrite header file to have full credits
Sandro Santilli [Fri, 14 Sep 2012 07:40:17 +0000 (07:40 +0000)]
Rewrite header file to have full credits

Used git history to figure out authors and commit years

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

12 years agoAdd changed section for 2.1 and mark ST_Segmentize as having a breaking change
Regina Obe [Fri, 14 Sep 2012 03:10:41 +0000 (03:10 +0000)]
Add changed section for 2.1 and mark ST_Segmentize as having a breaking change

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

12 years agoFix ST_Estimated_Extent name change documentation encoding
Sandro Santilli [Thu, 13 Sep 2012 20:41:59 +0000 (20:41 +0000)]
Fix ST_Estimated_Extent name change documentation encoding

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

12 years agoRemove code in #ifdefs for PgSQL 8.4 and under, per #1880
Paul Ramsey [Thu, 13 Sep 2012 20:11:16 +0000 (20:11 +0000)]
Remove code in #ifdefs for PgSQL 8.4 and under, per #1880

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

12 years agoTest for #1780
Paul Ramsey [Thu, 13 Sep 2012 19:23:42 +0000 (19:23 +0000)]
Test for #1780

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

12 years agoST_Estimated_Extent renamed to ST_EstimatedExtent (#1994)
Sandro Santilli [Thu, 13 Sep 2012 09:53:02 +0000 (09:53 +0000)]
ST_Estimated_Extent renamed to ST_EstimatedExtent (#1994)

ST_Estimated_Extent is kept but deprecated, testcases test both
signatures. Documentation documents the new name and warns about
it being renamed in 2.1.0

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

12 years ago#1780 ST_GeoHash should support geography type without cast
Paul Ramsey [Thu, 13 Sep 2012 02:08:45 +0000 (02:08 +0000)]
#1780 ST_GeoHash should support geography type without cast

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

12 years agoReverted some of the changes committed in r10238
Bborie Park [Wed, 12 Sep 2012 02:37:51 +0000 (02:37 +0000)]
Reverted some of the changes committed in r10238

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

12 years agoforgot to commit ST_Delaun... reference in last
Regina Obe [Tue, 11 Sep 2012 14:07:04 +0000 (14:07 +0000)]
forgot to commit ST_Delaun... reference in last

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

12 years agoST_DelaunayTriangle examples and a 3D example
Regina Obe [Tue, 11 Sep 2012 14:01:09 +0000 (14:01 +0000)]
ST_DelaunayTriangle examples and a 3D example

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

12 years agoFixed the state and final functions when count is zero or initial sum is null
Pierre Racine [Mon, 10 Sep 2012 18:36:35 +0000 (18:36 +0000)]
Fixed the state and final functions when count is zero or initial sum is null

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

12 years ago#1869 note that ST_Asbinary on unknown is now illegal. Have to backport to 2.0 as...
Regina Obe [Mon, 10 Sep 2012 15:00:26 +0000 (15:00 +0000)]
#1869 note that ST_Asbinary on unknown is now illegal. Have to backport to 2.0 as well.  I will add to full legacy though for those who can't change code.

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

12 years agoUpdate PSC list
Regina Obe [Sat, 8 Sep 2012 02:26:15 +0000 (02:26 +0000)]
Update PSC list

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

12 years agoAdded docs for new variant of ST_SetValues()
Bborie Park [Sat, 8 Sep 2012 01:24:35 +0000 (01:24 +0000)]
Added docs for new variant of ST_SetValues()

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

12 years agoAdded new variant on existing ST_SetValues where instead of a noset 2D
Bborie Park [Sat, 8 Sep 2012 01:21:21 +0000 (01:21 +0000)]
Added new variant on existing ST_SetValues where instead of a noset 2D
array of booleans, the parameter nosetvalue can be used instead.

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

12 years agoMinor message tweaks regarding GDAL/OGR detection
Bborie Park [Sat, 8 Sep 2012 01:18:04 +0000 (01:18 +0000)]
Minor message tweaks regarding GDAL/OGR detection

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

12 years agocorrect length for closed circles (#1978)
Paul Ramsey [Fri, 7 Sep 2012 22:20:00 +0000 (22:20 +0000)]
correct length for closed circles (#1978)

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

12 years agoST_GeomFromGML on CurvePolygon causes server crash (#1936)
Paul Ramsey [Fri, 7 Sep 2012 20:05:25 +0000 (20:05 +0000)]
ST_GeomFromGML on CurvePolygon causes server crash (#1936)

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

12 years agoFix cunit crash due to lack of proper signature for lwgeom_segmentize_sphere in header.
Paul Ramsey [Fri, 7 Sep 2012 19:54:52 +0000 (19:54 +0000)]
Fix cunit crash due to lack of proper signature for lwgeom_segmentize_sphere in header.

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

12 years agoST_Distance to a one-point LineString returns NULL (#1957)
Paul Ramsey [Fri, 7 Sep 2012 18:27:49 +0000 (18:27 +0000)]
ST_Distance to a one-point LineString returns NULL (#1957)

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

12 years agoAdded item for fixes regarding ticket #1981
Bborie Park [Thu, 6 Sep 2012 18:08:56 +0000 (18:08 +0000)]
Added item for fixes regarding ticket #1981

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

12 years agoRemoved unnecessary/unused variables and assignments. Ticket is #1981
Bborie Park [Thu, 6 Sep 2012 17:34:04 +0000 (17:34 +0000)]
Removed unnecessary/unused variables and assignments.  Ticket is #1981

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

12 years agoMinor cleanup of raster2pgsql Makefile
Bborie Park [Thu, 6 Sep 2012 17:30:48 +0000 (17:30 +0000)]
Minor cleanup of raster2pgsql Makefile

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

12 years agoEncode dependency on GEOS >= 3.3.0
Sandro Santilli [Thu, 6 Sep 2012 09:30:53 +0000 (09:30 +0000)]
Encode dependency on GEOS >= 3.3.0

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

12 years agoEncode dependency on PROJ >= 4.6.0
Sandro Santilli [Thu, 6 Sep 2012 09:27:33 +0000 (09:27 +0000)]
Encode dependency on PROJ >= 4.6.0

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

12 years agoEncode dependency on PostgreSQL 9.0 or higher
Sandro Santilli [Thu, 6 Sep 2012 09:24:16 +0000 (09:24 +0000)]
Encode dependency on PostgreSQL 9.0 or higher

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

12 years ago#1970 - 9.2rc1 regress failure change layer_id_seq from select * to explicitly select...
Regina Obe [Wed, 5 Sep 2012 13:41:41 +0000 (13:41 +0000)]
#1970 - 9.2rc1 regress failure change layer_id_seq from select * to explicitly select fields. log_cnt now returns 0 for 9.2rc1 so fails regress otherwise

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

12 years ago#1974 evidentally Unix really needs the RGB, RGBA quoted and windows doesn't like...
Regina Obe [Tue, 4 Sep 2012 12:53:07 +0000 (12:53 +0000)]
#1974 evidentally Unix really needs the RGB, RGBA quoted and windows doesn't like single quotes.  Change to double quotes to satisfy both :)

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

12 years ago#1974 revision of () escaping to work on Posix
Regina Obe [Tue, 4 Sep 2012 12:48:42 +0000 (12:48 +0000)]
#1974 revision of () escaping to work on Posix

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

12 years agoRe-quote the styles, needed here
Sandro Santilli [Tue, 4 Sep 2012 12:43:33 +0000 (12:43 +0000)]
Re-quote the styles, needed here

Here is ImageMagick 6.5.7-8 2012-08-17 Q16
Didn't look what exactly parses styles.conf

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

12 years agoProperly escape imagemagic paren arguments
Sandro Santilli [Tue, 4 Sep 2012 12:34:01 +0000 (12:34 +0000)]
Properly escape imagemagic paren arguments

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

12 years ago#1974 revise style colors and generator.c convert calls so they work with windows...
Regina Obe [Tue, 4 Sep 2012 11:44:18 +0000 (11:44 +0000)]
#1974 revise style colors and generator.c convert calls so they work with windows ImageMagick 6.7.9 Q16

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

12 years agoAdd missing signatures from 1.5, closing #1391
Sandro Santilli [Sat, 1 Sep 2012 08:39:02 +0000 (08:39 +0000)]
Add missing signatures from 1.5, closing #1391

These are: st_asukml and {x,y}{min,max}(box2d)

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

12 years ago#1960 JDK7 compatibility patch
Regina Obe [Tue, 28 Aug 2012 04:08:23 +0000 (04:08 +0000)]
#1960 JDK7 compatibility patch

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

12 years agoFix for #1969 (and test buildbot) make postgis_upgrade_21_minor.sql same as postgis_u...
Regina Obe [Tue, 28 Aug 2012 00:05:33 +0000 (00:05 +0000)]
Fix for #1969 (and test buildbot) make postgis_upgrade_21_minor.sql same as postgis_upgrade_20_21.sql for now since we are in prerelease mode.

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

12 years ago#1897 relabel currently mislabeled postgis_upgrade_20_minor.sql to postgis_upgrade_20...
Regina Obe [Mon, 27 Aug 2012 04:50:55 +0000 (04:50 +0000)]
#1897 relabel currently mislabeled postgis_upgrade_20_minor.sql to postgis_upgrade_20_21.sql  (still need to do the same for raster and topology)

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

12 years agoUp version number from 2.0.1.SVN to 2.1.0SVN
Regina Obe [Sat, 25 Aug 2012 03:16:25 +0000 (03:16 +0000)]
Up version number from 2.0.1.SVN to 2.1.0SVN

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

12 years ago1963: Cast text to geometry for ST_Segmentize -- introduction of geography means...
Regina Obe [Thu, 23 Aug 2012 07:16:36 +0000 (07:16 +0000)]
1963: Cast text to geometry for ST_Segmentize -- introduction of geography means no more laziness allowed

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

12 years agoupdate about enhancements in geography ST_DWithin and ST_Distance. Done for ST_Inter...
Regina Obe [Thu, 23 Aug 2012 06:37:42 +0000 (06:37 +0000)]
update about enhancements in geography ST_DWithin and ST_Distance.  Done for ST_Intersects too I think?  Paul? But haven't marked ST_Intersects since wasn't sure.

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

12 years agodocument ST_Segmentize new geography function. Will provide example later.
Regina Obe [Thu, 23 Aug 2012 06:31:42 +0000 (06:31 +0000)]
document ST_Segmentize new geography function.  Will provide example later.

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

12 years agoST_Segmentize(geography, maxseglength) (#1962)
Paul Ramsey [Wed, 22 Aug 2012 21:04:34 +0000 (21:04 +0000)]
ST_Segmentize(geography, maxseglength) (#1962)

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

12 years agoST_Intersects(geography) returns incorrect result for pure-crossing cases (line cross...
Paul Ramsey [Tue, 21 Aug 2012 18:22:41 +0000 (18:22 +0000)]
ST_Intersects(geography) returns incorrect result for pure-crossing cases (line cross line, line crosses polygon) (#1958)

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

12 years agoCleanup of required versions and link to new page that lists pre-packaged distros...
Regina Obe [Mon, 20 Aug 2012 12:06:04 +0000 (12:06 +0000)]
Cleanup of required versions and link to new page that lists pre-packaged distros for various OS

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

12 years agoError in ST_Intersects: lwgeom_covers_lwgeom_sphere: only POLYGON and POINT types...
Paul Ramsey [Fri, 17 Aug 2012 19:15:57 +0000 (19:15 +0000)]
Error in ST_Intersects: lwgeom_covers_lwgeom_sphere: only POLYGON and POINT types are currently supported (#1949)

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

12 years agoFix ST_ModEdgeHeal and ST_NewEdgeHeal for doubly connected edges
Sandro Santilli [Fri, 17 Aug 2012 17:18:41 +0000 (17:18 +0000)]
Fix ST_ModEdgeHeal and ST_NewEdgeHeal for doubly connected edges

Includes testcases, closes #1955

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

12 years agoCrash in ST_Distance (#1951)
Paul Ramsey [Wed, 15 Aug 2012 18:55:56 +0000 (18:55 +0000)]
Crash in ST_Distance (#1951)

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

12 years agoremove tiger_2010 from 2.1. So just need to update for 2.0 branch. too much hassle...
Regina Obe [Tue, 14 Aug 2012 12:06:30 +0000 (12:06 +0000)]
remove tiger_2010 from 2.1.  So just need to update for 2.0 branch. too much hassle to backport and most people will want to use tiger_2011

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

12 years ago#1838 for tabblock name and tabblock_id are not big enough for california. Will...
Regina Obe [Mon, 13 Aug 2012 21:45:39 +0000 (21:45 +0000)]
#1838 for tabblock name and tabblock_id are not big enough for california.  Will only alter the columns if they have not already been increased in size

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

12 years ago#1838 -- tabblock not loading. oops committed wrong change. Revert previous change...
Regina Obe [Sat, 11 Aug 2012 19:58:33 +0000 (19:58 +0000)]
#1838 -- tabblock not loading.  oops committed wrong change.  Revert previous change and make correct change.

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

12 years ago#1838 tabblock not loading
Regina Obe [Sat, 11 Aug 2012 19:49:05 +0000 (19:49 +0000)]
#1838 tabblock not loading

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

12 years agoSwitch from gnomic to LAEA for the projection for the custom zones. Less perfect...
Paul Ramsey [Fri, 10 Aug 2012 16:00:31 +0000 (16:00 +0000)]
Switch from gnomic to LAEA for the projection for the custom zones. Less perfect intersections, but measure metric fidelity for distances, areas, etc. (#1610)

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

12 years ago#1944: Support for 2.1.0SVN/2.1.0SVN extension for topology
Regina Obe [Thu, 9 Aug 2012 15:54:52 +0000 (15:54 +0000)]
#1944: Support for 2.1.0SVN/2.1.0SVN extension for topology
ALTER EXTENSION postgis_topology UPDATE TO "2.1.0SVNnext";
ALTER EXTENSION postgis_topology UPDATE TO "2.1.0SVN";

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

12 years agofix typo revision to previous commit in support of #1944
Regina Obe [Thu, 9 Aug 2012 02:31:00 +0000 (02:31 +0000)]
fix typo revision to previous commit in support of #1944

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

12 years agoAdded clamped value comparisons and updated comments for rt_band_get_pixel_of_value()
Bborie Park [Thu, 9 Aug 2012 00:18:11 +0000 (00:18 +0000)]
Added clamped value comparisons and updated comments for rt_band_get_pixel_of_value()

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