]> granicus.if.org Git - postgis/log
postgis
15 years agoPlug memory leak on GEOS geom construction failure [RT-SIGTA]
Sandro Santilli [Mon, 15 Feb 2010 20:40:32 +0000 (20:40 +0000)]
Plug memory leak on GEOS geom construction failure [RT-SIGTA]

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

15 years agoRework the regress test to make it easier for curious people to keep the test dataset...
Sandro Santilli [Mon, 15 Feb 2010 20:21:09 +0000 (20:21 +0000)]
Rework the regress test to make it easier for curious people to keep the test dataset for inspection with some GUI (give it a try, it's a nice one).

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

15 years agoClarify the case of linestring invalidity dropping confugins reference to linearrings
Sandro Santilli [Sun, 14 Feb 2010 23:35:08 +0000 (23:35 +0000)]
Clarify the case of linestring invalidity dropping confugins reference to linearrings

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

15 years agoImplement ST_MakeValid(geom_in, collect_collapses) and stub ST_CleanGeometry. Add...
Sandro Santilli [Sun, 14 Feb 2010 22:59:57 +0000 (22:59 +0000)]
Implement ST_MakeValid(geom_in, collect_collapses) and stub ST_CleanGeometry. Add regression test for ST_MakeValid and polygons [RT-SIGTA]

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

15 years agoCleanups. Hope to reuse some structs for a C-version of ST_DumpPoints
Sandro Santilli [Sun, 14 Feb 2010 16:54:37 +0000 (16:54 +0000)]
Cleanups. Hope to reuse some structs for a C-version of ST_DumpPoints

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

15 years agoTry to make st_DumpPoints reference somewhat clearer [RT-SIGTA]
Sandro Santilli [Sun, 14 Feb 2010 16:33:06 +0000 (16:33 +0000)]
Try to make st_DumpPoints reference somewhat clearer [RT-SIGTA]

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

15 years agoptarray_remove_repeated_points [RT-SIGTA]
Sandro Santilli [Sun, 14 Feb 2010 13:46:36 +0000 (13:46 +0000)]
ptarray_remove_repeated_points [RT-SIGTA]

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

15 years agoAdd another validity test [RT-SIGTA]
Sandro Santilli [Sat, 13 Feb 2010 15:29:01 +0000 (15:29 +0000)]
Add another validity test [RT-SIGTA]

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

15 years agoHandle NULL returns from POSTGIS2GEOS and LWGEOM2GEOS now that we allow that [RT...
Sandro Santilli [Sat, 13 Feb 2010 14:35:24 +0000 (14:35 +0000)]
Handle NULL returns from POSTGIS2GEOS and LWGEOM2GEOS now that we allow that [RT-SIGTA].
Add a 'commit' rule (give it a try)

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

15 years agoRevert GEOS error handlers to be lwnotice to avoid aborting full transactions (like...
Sandro Santilli [Fri, 12 Feb 2010 23:04:43 +0000 (23:04 +0000)]
Revert GEOS error handlers to be lwnotice to avoid aborting full transactions (like it was in 1.5)

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

15 years agoFix typo
Sandro Santilli [Thu, 11 Feb 2010 23:12:39 +0000 (23:12 +0000)]
Fix typo

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

15 years agoGet style
Sandro Santilli [Thu, 11 Feb 2010 21:01:15 +0000 (21:01 +0000)]
Get style

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

15 years agoSeparate GEOS part of 'buildarea' function from POSTGIS part of it (might eventually...
Sandro Santilli [Thu, 11 Feb 2010 18:56:06 +0000 (18:56 +0000)]
Separate GEOS part of 'buildarea' function from POSTGIS part of it (might eventually be moved down to GEOS) [RT-SIGTA]

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

15 years agoxref
Sandro Santilli [Wed, 10 Feb 2010 22:23:40 +0000 (22:23 +0000)]
xref

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

15 years agoEnhance documentation of ptarray_addPoint [RT-SIGTA]
Sandro Santilli [Wed, 10 Feb 2010 20:54:08 +0000 (20:54 +0000)]
Enhance documentation of ptarray_addPoint [RT-SIGTA]

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

15 years agoDon't refuse to output invalid geometries trough a cursor, being consistent with...
Sandro Santilli [Tue, 9 Feb 2010 22:36:08 +0000 (22:36 +0000)]
Don't refuse to output invalid geometries trough a cursor, being consistent with other output routines (dumper ends up using these) -- [RT-SIGTA]

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

15 years agoOops, it seems I broke the build (sorry)
Sandro Santilli [Tue, 9 Feb 2010 17:59:25 +0000 (17:59 +0000)]
Oops, it seems I broke the build (sorry)

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

15 years agoFix documention
Sandro Santilli [Tue, 9 Feb 2010 06:52:27 +0000 (06:52 +0000)]
Fix documention

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

15 years agotweak the sponsor name
Sandro Santilli [Mon, 8 Feb 2010 22:36:46 +0000 (22:36 +0000)]
tweak the sponsor name

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

15 years agoInitialie GEOS using lwerror for errors so that exceptions are really handled (or...
Sandro Santilli [Mon, 8 Feb 2010 21:39:57 +0000 (21:39 +0000)]
Initialie GEOS using lwerror for errors so that exceptions are really handled (or testcases in #411 crash on many GEOS functions)

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

15 years agoAdd credits to new feature item
Sandro Santilli [Mon, 8 Feb 2010 20:05:32 +0000 (20:05 +0000)]
Add credits to new feature item

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

15 years agoDon't refuse to unparse malformed geometries. Fixes #411. Didn't seem to expose the...
Sandro Santilli [Mon, 8 Feb 2010 18:54:47 +0000 (18:54 +0000)]
Don't refuse to unparse malformed geometries. Fixes #411. Didn't seem to expose the crash in #168, the testcase for it was expanded to extract invalidity reason.

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

15 years agoSimplify hooks on GEOS error reporter function from isvalid* functions
Sandro Santilli [Sat, 6 Feb 2010 13:57:52 +0000 (13:57 +0000)]
Simplify hooks on GEOS error reporter function from isvalid* functions

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

15 years agoAdd another test for #407
Sandro Santilli [Sat, 6 Feb 2010 13:48:44 +0000 (13:48 +0000)]
Add another test for #407

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

15 years agoFix non NULL terminated string in ST_AsSVG with GEOMETRYCOLLECTION EMPTY, cf #409...
Olivier Courtin [Sat, 6 Feb 2010 10:49:22 +0000 (10:49 +0000)]
Fix non NULL terminated string in ST_AsSVG with GEOMETRYCOLLECTION EMPTY, cf #409 reported by sdikiy. Add related unit test

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

15 years agoAdd ST_isValidDetail item
Sandro Santilli [Fri, 5 Feb 2010 20:58:32 +0000 (20:58 +0000)]
Add ST_isValidDetail item

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

15 years agoRegister a buffer-logger as error-reporter from ST_isValidReason and ST_isValidDetail...
Sandro Santilli [Fri, 5 Feb 2010 20:55:54 +0000 (20:55 +0000)]
Register a buffer-logger as error-reporter from ST_isValidReason and ST_isValidDetail so to catch exceptions thrown by GEOS at postgis->geos conversion for the sake of reporting actual error. Fixes ticket #408. Completed with testcase.

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

15 years agoA space after return type looks better (and seems to be the policy) for funcdef tags
Sandro Santilli [Fri, 5 Feb 2010 17:58:25 +0000 (17:58 +0000)]
A space after return type looks better (and seems to be the policy) for funcdef tags

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

15 years agoDocument ST_IsValidDetail
Sandro Santilli [Fri, 5 Feb 2010 17:57:20 +0000 (17:57 +0000)]
Document ST_IsValidDetail

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

15 years agoAdd ST_isValidDetail(geom) returns valid_detail (new type!)
Sandro Santilli [Fri, 5 Feb 2010 17:26:23 +0000 (17:26 +0000)]
Add ST_isValidDetail(geom) returns valid_detail (new type!)

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

15 years agoAstyle run (a-ha, got you!)
Sandro Santilli [Thu, 4 Feb 2010 20:30:44 +0000 (20:30 +0000)]
Astyle run (a-ha, got you!)

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

15 years agoPush version numbers on trunk forward to next release.
Paul Ramsey [Thu, 4 Feb 2010 17:43:47 +0000 (17:43 +0000)]
Push version numbers on trunk forward to next release.

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

15 years agoUpdate release dates and changelog for 1.5.0
Paul Ramsey [Thu, 4 Feb 2010 17:21:23 +0000 (17:21 +0000)]
Update release dates and changelog for 1.5.0

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

15 years agoInitialize config->createindex value to 0
Paul Ramsey [Wed, 3 Feb 2010 22:42:13 +0000 (22:42 +0000)]
Initialize config->createindex value to 0

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

15 years agoFix handling of "missing table argument" case to use file name properly.
Paul Ramsey [Wed, 3 Feb 2010 21:42:20 +0000 (21:42 +0000)]
Fix handling of "missing table argument" case to use file name properly.

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

15 years agoAdd --no-psqlrc to run_test (#405)
Paul Ramsey [Tue, 2 Feb 2010 23:47:46 +0000 (23:47 +0000)]
Add --no-psqlrc to run_test (#405)

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

15 years agoTiny re-format
Paul Ramsey [Tue, 2 Feb 2010 22:44:06 +0000 (22:44 +0000)]
Tiny re-format

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

15 years agoExtra information per Greg Troxel
Paul Ramsey [Tue, 2 Feb 2010 17:44:18 +0000 (17:44 +0000)]
Extra information per Greg Troxel

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

15 years agoUpdate usage string to show correct default encoding.
Paul Ramsey [Tue, 2 Feb 2010 16:13:31 +0000 (16:13 +0000)]
Update usage string to show correct default encoding.

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

15 years agoastyle recent change
Paul Ramsey [Tue, 2 Feb 2010 04:14:29 +0000 (04:14 +0000)]
astyle recent change

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

15 years agoFix segfault on cases where not enough arguments are provided. (#402)
Paul Ramsey [Tue, 2 Feb 2010 02:41:36 +0000 (02:41 +0000)]
Fix segfault on cases where not enough arguments are provided. (#402)

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

15 years agoFix mis-handling of the commandline operations modes (#401)
Paul Ramsey [Tue, 2 Feb 2010 00:15:14 +0000 (00:15 +0000)]
Fix mis-handling of the commandline operations modes (#401)

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

15 years agoSilence 'no-eol' compiler warning.
Paul Ramsey [Mon, 1 Feb 2010 18:24:09 +0000 (18:24 +0000)]
Silence 'no-eol' compiler warning.

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

15 years ago1.5 astyle pass
Paul Ramsey [Mon, 1 Feb 2010 17:35:55 +0000 (17:35 +0000)]
1.5 astyle pass

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

15 years agoKeep floats out of registers for spheroid calculation. Fixes odd bug in OS/X gcc...
Paul Ramsey [Fri, 29 Jan 2010 21:24:24 +0000 (21:24 +0000)]
Keep floats out of registers for spheroid calculation. Fixes odd bug in OS/X gcc 4.1. Could probably be narrowed to only use flag on affected platform. (#395)

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

15 years agofix example
Regina Obe [Fri, 29 Jan 2010 18:22:35 +0000 (18:22 +0000)]
fix example

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

15 years agoExtra debugging information in spheroid area calculation.
Paul Ramsey [Fri, 29 Jan 2010 18:00:16 +0000 (18:00 +0000)]
Extra debugging information in spheroid area calculation.

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

15 years agoMake area unit tests actually test against known good values
Paul Ramsey [Thu, 28 Jan 2010 17:42:52 +0000 (17:42 +0000)]
Make area unit tests actually test against known good values

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

15 years agorevert r5175 commit about points results on #304. Related to #395
Olivier Courtin [Thu, 28 Jan 2010 15:51:28 +0000 (15:51 +0000)]
revert r5175 commit about points results on #304.  Related to #395

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

15 years agoIn regress/tickets* Add missing srid 32702 and 32602. Add results from #304 tests...
Olivier Courtin [Thu, 28 Jan 2010 15:28:04 +0000 (15:28 +0000)]
In regress/tickets* Add missing srid 32702 and 32602. Add results from #304 tests. Related to #395

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

15 years agoFix 'maintainer-clean' rule
Sandro Santilli [Thu, 28 Jan 2010 15:09:45 +0000 (15:09 +0000)]
Fix 'maintainer-clean' rule

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

15 years agoFix astyle.sh script so that if astyle cannot be found then it immediately aborts...
Mark Cave-Ayland [Thu, 28 Jan 2010 14:23:35 +0000 (14:23 +0000)]
Fix astyle.sh script so that if astyle cannot be found then it immediately aborts with an error. Per report from Nicklas.

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

15 years agoAdd "make astyle" target to clean up source tree formatting as per the style guidelines.
Mark Cave-Ayland [Thu, 28 Jan 2010 12:19:04 +0000 (12:19 +0000)]
Add "make astyle" target to clean up source tree formatting as per the style guidelines.

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

15 years agoMake GEOS test insist on >= 3.1.1
Paul Ramsey [Tue, 26 Jan 2010 21:10:56 +0000 (21:10 +0000)]
Make GEOS test insist on >= 3.1.1

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

15 years agoRemove warning from lwline
Paul Ramsey [Tue, 26 Jan 2010 20:20:47 +0000 (20:20 +0000)]
Remove warning from lwline

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

15 years agoAdd example for ST_AddMeasure on multilinestring
Paul Ramsey [Tue, 26 Jan 2010 19:08:19 +0000 (19:08 +0000)]
Add example for ST_AddMeasure on multilinestring

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

15 years agoMake ST_AddMeasure handle multilinestrings as well as linestrings.
Paul Ramsey [Tue, 26 Jan 2010 18:56:22 +0000 (18:56 +0000)]
Make ST_AddMeasure handle multilinestrings as well as linestrings.

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

15 years agoRemove unneeded See Also section.
Paul Ramsey [Tue, 26 Jan 2010 17:24:49 +0000 (17:24 +0000)]
Remove unneeded See Also section.

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

15 years agoRemove ST_StartMeasure ST_EndMeasure
Paul Ramsey [Tue, 26 Jan 2010 17:09:30 +0000 (17:09 +0000)]
Remove ST_StartMeasure ST_EndMeasure

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

15 years agoIgnore postgis_comments.sql
Paul Ramsey [Tue, 26 Jan 2010 01:13:28 +0000 (01:13 +0000)]
Ignore postgis_comments.sql

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

15 years agoReplace soft tabs with hard.
Paul Ramsey [Mon, 25 Jan 2010 21:08:44 +0000 (21:08 +0000)]
Replace soft tabs with hard.

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

15 years agoAdd uninstall recipe for AddMeasure (#390)
Paul Ramsey [Mon, 25 Jan 2010 21:06:15 +0000 (21:06 +0000)]
Add uninstall recipe for AddMeasure (#390)

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

15 years agoAdd ST_AddMeasure and associated documentations (#390)
Paul Ramsey [Mon, 25 Jan 2010 21:03:42 +0000 (21:03 +0000)]
Add ST_AddMeasure and associated documentations (#390)

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

15 years agogit-svn-id: http://svn.osgeo.org/postgis/trunk@5161 b70326c6-7e19-0410-871a-916f4a2858ee
Nicklas Avén [Sun, 24 Jan 2010 09:10:31 +0000 (09:10 +0000)]
git-svn-id: http://svn.osgeo.org/postgis/trunk@5161 b70326c6-7e19-0410-871a-916f4a2858ee

15 years agoTiny Typo
Nicklas Avén [Sat, 23 Jan 2010 23:31:31 +0000 (23:31 +0000)]
Tiny Typo

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

15 years agoremove ST_Maxdistance from TODO and note that C-version is still TODO for ST_DumpPoints
Nicklas Avén [Sat, 23 Jan 2010 23:29:07 +0000 (23:29 +0000)]
remove ST_Maxdistance from TODO and note that C-version is still TODO for ST_DumpPoints

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

15 years agoAdd note on removing milestone from trac
Paul Ramsey [Fri, 22 Jan 2010 06:05:10 +0000 (06:05 +0000)]
Add note on removing milestone from trac

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

15 years agoUpdates for 1.5.0rc1
Paul Ramsey [Thu, 21 Jan 2010 16:44:21 +0000 (16:44 +0000)]
Updates for 1.5.0rc1

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

15 years agoadd missing comment
Nicklas Avén [Thu, 21 Jan 2010 13:08:34 +0000 (13:08 +0000)]
add missing comment

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

15 years agoFix for make check on MingW #389
Nicklas Avén [Thu, 21 Jan 2010 07:19:31 +0000 (07:19 +0000)]
Fix for make check on MingW #389

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

15 years agoUpdated XML release notes (#374)
Paul Ramsey [Thu, 21 Jan 2010 00:06:05 +0000 (00:06 +0000)]
Updated XML release notes (#374)

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

15 years agoMake proper #! calls to perl in perl scripts
Paul Ramsey [Wed, 20 Jan 2010 20:17:09 +0000 (20:17 +0000)]
Make proper #! calls to perl in perl scripts

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

15 years agoAdd Jorge Arevalo to list since he's contributing a lot of work to WKT Raster
Regina Obe [Wed, 20 Jan 2010 18:55:48 +0000 (18:55 +0000)]
Add Jorge Arevalo to list since he's contributing a lot of work to WKT Raster

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

15 years agoAdd George, Guillaume, and Vincent to contributors list
Regina Obe [Tue, 19 Jan 2010 12:40:23 +0000 (12:40 +0000)]
Add George, Guillaume, and Vincent to contributors list

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

15 years agoBump Nicklas up since he's added a lot to this release and now has commit access
Regina Obe [Tue, 19 Jan 2010 12:37:47 +0000 (12:37 +0000)]
Bump Nicklas up since he's added a lot to this release and now has commit access

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

15 years agoAdd towgs84 line into proj4text for srid = 28992 (#387)
Paul Ramsey [Mon, 18 Jan 2010 19:40:20 +0000 (19:40 +0000)]
Add towgs84 line into proj4text for srid = 28992 (#387)

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

15 years agoAdd Guillaume's PostgreSQL 8.5 contribution
Regina Obe [Sat, 16 Jan 2010 04:26:29 +0000 (04:26 +0000)]
Add Guillaume's PostgreSQL 8.5 contribution

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

15 years ago80col wrap NEWS
Paul Ramsey [Fri, 15 Jan 2010 19:48:08 +0000 (19:48 +0000)]
80col wrap NEWS

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

15 years agoadd note about GEOS 3.2
Regina Obe [Fri, 15 Jan 2010 18:49:06 +0000 (18:49 +0000)]
add note about GEOS 3.2

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

15 years agoShort circuit on distance tests: only do full spheroidal calculation where the distan...
Paul Ramsey [Fri, 15 Jan 2010 18:41:41 +0000 (18:41 +0000)]
Short circuit on distance tests: only do full spheroidal calculation where the distance is near or greater than the tolerance. This will make large st_dwithin() radius searches much faster since points that are well within the radius will not have their full geodetic calculation run, only those that are close to the radius boundary.

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

15 years agoPrepare for 1.5.0b2
Paul Ramsey [Fri, 15 Jan 2010 18:06:38 +0000 (18:06 +0000)]
Prepare for 1.5.0b2

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

15 years agoMake GEOS 3.1 the mandatory minimum (#385)
Paul Ramsey [Fri, 15 Jan 2010 17:54:52 +0000 (17:54 +0000)]
Make GEOS 3.1 the mandatory minimum (#385)

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

15 years agoIgnore all PNG files.
Paul Ramsey [Fri, 15 Jan 2010 17:47:24 +0000 (17:47 +0000)]
Ignore all PNG files.

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

15 years agoRound decimal part in #58 ticket unit test. As the previous result was not cross...
Olivier Courtin [Fri, 15 Jan 2010 08:13:19 +0000 (08:13 +0000)]
Round decimal part in #58 ticket unit test. As the previous result was not cross platform compliant

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

15 years agoFix undefined vars in LWDEBUGF (#383)
Olivier Courtin [Thu, 14 Jan 2010 14:45:06 +0000 (14:45 +0000)]
Fix undefined vars in LWDEBUGF (#383)

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

15 years agoUpdate TODO. remove ST_GeomFromKML entry
Olivier Courtin [Thu, 14 Jan 2010 08:34:48 +0000 (08:34 +0000)]
Update TODO. remove ST_GeomFromKML entry

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

15 years agoAdd missing MODULE_big section for #311 which was preventing the main PostGIS library...
Mark Cave-Ayland [Tue, 12 Jan 2010 10:33:49 +0000 (10:33 +0000)]
Add missing MODULE_big section for #311 which was preventing the main PostGIS library from being installed on older versions of PostgreSQL.

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

15 years agoslight typo correction
Regina Obe [Tue, 12 Jan 2010 08:23:18 +0000 (08:23 +0000)]
slight typo correction

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

15 years agoAdd ST_DFullyWithin and add analysis as descriptor to functions
Regina Obe [Tue, 12 Jan 2010 08:18:54 +0000 (08:18 +0000)]
Add ST_DFullyWithin and add analysis as descriptor to functions

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

15 years agoChange ST_Equals to use && instead of ~= (#378)
Paul Ramsey [Tue, 12 Jan 2010 04:28:00 +0000 (04:28 +0000)]
Change ST_Equals to use && instead of ~= (#378)

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

15 years agoShorten trac URL.
Paul Ramsey [Tue, 12 Jan 2010 04:24:33 +0000 (04:24 +0000)]
Shorten trac URL.

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

15 years agoAdd comment about postgis_comments.sql handling in 'clean' target of docs
Paul Ramsey [Tue, 12 Jan 2010 01:01:36 +0000 (01:01 +0000)]
Add comment about postgis_comments.sql handling in 'clean' target of docs

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

15 years agoDon't remove postgis_comments.sql when doing a 'make clean' in doc, that way they...
Paul Ramsey [Tue, 12 Jan 2010 01:00:56 +0000 (01:00 +0000)]
Don't remove postgis_comments.sql when doing a 'make clean' in doc, that way they can survive into the tarball build for final release.

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

15 years agoPerformance tweak to distance calculations with tolerance. If distance is much less...
Paul Ramsey [Tue, 12 Jan 2010 00:25:24 +0000 (00:25 +0000)]
Performance tweak to distance calculations with tolerance. If distance is much less than tolerance, don't bother with geodetic calculation. If distance is close to or greater than tolerance, do the geodetic calculation. Should make st_dwithin faster, avoiding geodetic calculations for points that are clearly within tolerance.

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

15 years agoadded missing liblwgeom target needed to build the documentation images
Kevin Neufeld [Mon, 11 Jan 2010 17:31:49 +0000 (17:31 +0000)]
added missing liblwgeom target needed to build the documentation images

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

15 years agofix typo
Regina Obe [Sat, 9 Jan 2010 03:05:49 +0000 (03:05 +0000)]
fix typo

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

15 years agoFill in missing spots in News
Regina Obe [Sat, 9 Jan 2010 03:05:25 +0000 (03:05 +0000)]
Fill in missing spots in News

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

15 years agoUse macro define to determine default geometry column name in gui
Paul Ramsey [Sat, 9 Jan 2010 00:10:48 +0000 (00:10 +0000)]
Use macro define to determine default geometry column name in gui

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

15 years agoUpdate the NEW file
Paul Ramsey [Fri, 8 Jan 2010 23:39:41 +0000 (23:39 +0000)]
Update the NEW file

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

15 years agoAdded in one removed function (st_max_distance, replaced by st_maxdistance) to the...
Paul Ramsey [Fri, 8 Jan 2010 23:16:43 +0000 (23:16 +0000)]
Added in one removed function (st_max_distance, replaced by st_maxdistance) to the drop script  (#330)

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