]> granicus.if.org Git - postgis/log
postgis
15 years agoBuild out version specific upgrade scripts.
Paul Ramsey [Fri, 13 Nov 2009 22:13:17 +0000 (22:13 +0000)]
Build out version specific upgrade scripts.

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

15 years agoFirst baby steps towards version-specific loader
Paul Ramsey [Fri, 13 Nov 2009 20:04:37 +0000 (20:04 +0000)]
First baby steps towards version-specific loader

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

15 years agolibxml preferable
Regina Obe [Fri, 13 Nov 2009 15:28:26 +0000 (15:28 +0000)]
libxml preferable

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

15 years agofix Paul's bad spelling, add KML in output list, link to what's new in PostGIS 1...
Regina Obe [Fri, 13 Nov 2009 15:27:09 +0000 (15:27 +0000)]
fix Paul's bad spelling, add KML in output list, link to what's new in PostGIS 1.5 section, GEOS 3.2 preferred

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

15 years agofix formatting in ST_LineCrossingDirection (replace tabs with spaces)-- show new...
Regina Obe [Fri, 13 Nov 2009 03:35:38 +0000 (03:35 +0000)]
fix formatting in ST_LineCrossingDirection (replace tabs with spaces)-- show new corrected output after #272 - should be negatively symmetric fix

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

15 years agoWalk back function deletions of ST_ functions under types and operators, these can...
Paul Ramsey [Thu, 12 Nov 2009 19:00:15 +0000 (19:00 +0000)]
Walk back function deletions of ST_ functions under types and operators, these can't be dropped during an in-place upgrade, *sigh*. (#195)

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

15 years agoRemove old version ifdefs for versions < PgSQL 8.3 (#290)
Paul Ramsey [Thu, 12 Nov 2009 04:09:14 +0000 (04:09 +0000)]
Remove old version ifdefs for versions < PgSQL 8.3 (#290)

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

15 years agoUpdate behavior of lwgeom_same to match "orderingequals" semantics (#289)
Paul Ramsey [Wed, 11 Nov 2009 19:57:24 +0000 (19:57 +0000)]
Update behavior of lwgeom_same to match "orderingequals" semantics (#289)

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

15 years agoSlightly loosen equality tolerance check for point in cone... does this fix cunit...
Paul Ramsey [Wed, 11 Nov 2009 19:35:20 +0000 (19:35 +0000)]
Slightly loosen equality tolerance check for point in cone... does this fix cunit regressions?

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

15 years agoSimplify code and improve consistency of linecrossing results (#272)
Paul Ramsey [Wed, 11 Nov 2009 19:02:19 +0000 (19:02 +0000)]
Simplify code and improve consistency of linecrossing results (#272)

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

15 years agoRemove GisT headers from file and set keywords.
Paul Ramsey [Wed, 11 Nov 2009 00:00:48 +0000 (00:00 +0000)]
Remove GisT headers from file and set keywords.

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

15 years agoMake the = operator do a pure equality test
Paul Ramsey [Tue, 10 Nov 2009 23:58:57 +0000 (23:58 +0000)]
Make the = operator do a pure equality test

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

15 years agoStub implementation of ordering operators (#292)
Paul Ramsey [Tue, 10 Nov 2009 20:39:20 +0000 (20:39 +0000)]
Stub implementation of ordering operators (#292)

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

15 years agoApply handling for EMPTY geometries to all geography functions per the DevWikiEmptyGe...
Paul Ramsey [Tue, 10 Nov 2009 19:30:43 +0000 (19:30 +0000)]
Apply handling for EMPTY geometries to all geography functions per the DevWikiEmptyGeometry page.

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

15 years agoput logic to recognize boolean and KML text args. Exclude ST_GeomFromKML and ST_Geom...
Regina Obe [Tue, 10 Nov 2009 18:34:15 +0000 (18:34 +0000)]
put logic to recognize boolean and KML text args.  Exclude ST_GeomFromKML and ST_GeomFromGML from testing until crashing problem under mingw is resolved.

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

15 years agoput availability note first in what's new for 1.5. Some of the functions aren't...
Regina Obe [Tue, 10 Nov 2009 12:45:56 +0000 (12:45 +0000)]
put availability note first in what's new for 1.5.  Some of the functions aren't new but support geography or have behavior change.  Easier if that note comes first.  Will change for prior what's new later if this looks okay.

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

15 years agousing (T) to denote Paul's transform hacks and noting what that (T) means. Will...
Regina Obe [Tue, 10 Nov 2009 12:18:27 +0000 (12:18 +0000)]
using (T) to denote Paul's transform hacks and noting what that (T) means.  Will eventually use to generate super duper function compare matrix :)

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

15 years agoPut in ST_Intersection proto for geography
Regina Obe [Tue, 10 Nov 2009 12:13:45 +0000 (12:13 +0000)]
Put in ST_Intersection proto for geography

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

15 years agoadd ST_Intersects proto for geography
Regina Obe [Tue, 10 Nov 2009 12:08:21 +0000 (12:08 +0000)]
add ST_Intersects proto for geography

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

15 years agoAdd ST_GeomFromKML, add some grammar corrections to ST_GeomFromGML
Regina Obe [Tue, 10 Nov 2009 11:57:12 +0000 (11:57 +0000)]
Add ST_GeomFromKML, add some grammar corrections to ST_GeomFromGML

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

15 years agoInitial version of ST_GeomFromKML function and related units tests
Olivier Courtin [Sun, 8 Nov 2009 19:05:50 +0000 (19:05 +0000)]
Initial version of ST_GeomFromKML function and related units tests

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

15 years agoremove an unused var. minor comment change
Olivier Courtin [Sun, 8 Nov 2009 19:02:45 +0000 (19:02 +0000)]
remove an unused var. minor comment change

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

15 years agoComplete ST_GeomFromGML documentation. Add ST_GMLToSQL documentation entry. (Please...
Olivier Courtin [Sun, 8 Nov 2009 06:42:33 +0000 (06:42 +0000)]
Complete ST_GeomFromGML documentation. Add ST_GMLToSQL documentation entry. (Please tks to read back as my english grammar is far to be perfect)

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

15 years agoRemove TODO items that have actually been done.
Paul Ramsey [Sat, 7 Nov 2009 16:49:06 +0000 (16:49 +0000)]
Remove TODO items that have actually been done.

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

15 years agoMake the configure-time test for PgSQL version check for 8.3+ (#290)
Paul Ramsey [Sat, 7 Nov 2009 16:17:58 +0000 (16:17 +0000)]
Make the configure-time test for PgSQL version check for 8.3+ (#290)

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

15 years agoDrop database when function loads fail in regression tests. (#77)
Paul Ramsey [Sat, 7 Nov 2009 01:47:02 +0000 (01:47 +0000)]
Drop database when function loads fail in regression tests. (#77)

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

15 years agoMake ~= be a bounding box only operator and upgrade ST_Equals() and ST_OrderingEquals...
Paul Ramsey [Sat, 7 Nov 2009 01:31:07 +0000 (01:31 +0000)]
Make ~= be a bounding box only operator and upgrade ST_Equals() and ST_OrderingEquals() to match the new behavior. Update regression tests to match new behavior. (#282) See also #289 for an odd quirk discovered while updating regression tests.

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

15 years agoAdd text wrappers to functions we commonly expect people to call with text arguments...
Paul Ramsey [Sat, 7 Nov 2009 00:33:45 +0000 (00:33 +0000)]
Add text wrappers to functions we commonly expect people to call with text arguments but expect implicit casting to geometry. (#252)

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

15 years agoFix for point-on-vertex case of st_covers (#271)
Paul Ramsey [Sat, 7 Nov 2009 00:12:56 +0000 (00:12 +0000)]
Fix for point-on-vertex case of st_covers (#271)

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

15 years agoUtility to read svn revision numbers from SQL scripts.
Paul Ramsey [Fri, 6 Nov 2009 22:55:47 +0000 (22:55 +0000)]
Utility to read svn revision numbers from SQL scripts.

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

15 years agofinalize Xlink support (GML SF-2 fully compliant). Fix typo on PointProperty/Point...
Olivier Courtin [Fri, 6 Nov 2009 22:49:09 +0000 (22:49 +0000)]
finalize Xlink support (GML SF-2 fully compliant). Fix typo on PointProperty/Point. Few comments and style corrections. Update unit tests.

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

15 years agoMake geography.sql part of the standard postgis.sql build.
Paul Ramsey [Fri, 6 Nov 2009 21:45:52 +0000 (21:45 +0000)]
Make geography.sql part of the standard postgis.sql build.

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

15 years agoAdd costs to CPU intensive C functions and update doco to ensure 8.3 is the reference...
Paul Ramsey [Fri, 6 Nov 2009 20:46:38 +0000 (20:46 +0000)]
Add costs to CPU intensive C functions and update doco to ensure 8.3 is the referenced minimum PgSQL version. (#230)

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

15 years agoUpdate documentation for those functions affected by RFC3. They are all internal...
Paul Ramsey [Fri, 6 Nov 2009 17:30:20 +0000 (17:30 +0000)]
Update documentation for those functions affected by RFC3. They are all internal functions that are going to disappear in 2.0, might be better to simply remove them, but for now...

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

15 years agoFix for #157, ST_GeometryType output doesn't correctly identify curved geometries
Paul Ramsey [Thu, 5 Nov 2009 20:20:54 +0000 (20:20 +0000)]
Fix for #157, ST_GeometryType output doesn't correctly identify curved geometries

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

15 years agoFix for new LRS regression (#283)
Paul Ramsey [Thu, 5 Nov 2009 19:29:23 +0000 (19:29 +0000)]
Fix for new LRS regression (#283)

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

15 years agoImplement RFC3 (#195)
Paul Ramsey [Thu, 5 Nov 2009 19:04:45 +0000 (19:04 +0000)]
Implement RFC3 (#195)

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

15 years agoSome initializations and a null pointer avoidance test (#273)
Paul Ramsey [Thu, 5 Nov 2009 04:55:28 +0000 (04:55 +0000)]
Some initializations and a null pointer avoidance test (#273)

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

15 years agoAdd ST_Intersection() and ST_Intersects() for geography.
Paul Ramsey [Thu, 5 Nov 2009 00:58:18 +0000 (00:58 +0000)]
Add ST_Intersection() and ST_Intersects() for geography.

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

15 years agoRemove createdb_opt lines from psql and createlang calls. (#228)
Paul Ramsey [Thu, 5 Nov 2009 00:43:29 +0000 (00:43 +0000)]
Remove createdb_opt lines from psql and createlang calls. (#228)

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

15 years agoMake non-M attempts to run LRS functions error out instead of return NULL (#113)
Paul Ramsey [Thu, 5 Nov 2009 00:37:32 +0000 (00:37 +0000)]
Make non-M attempts to run LRS functions error out instead of return NULL (#113)

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

15 years agoFix for #273? Some unitialized variables may have been causing problems. Initializing...
Paul Ramsey [Wed, 4 Nov 2009 23:51:57 +0000 (23:51 +0000)]
Fix for #273? Some unitialized variables may have been causing problems. Initializing them fixed this problem for me.

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

15 years agoFix hausdorf crasher (#279)
Paul Ramsey [Wed, 4 Nov 2009 23:03:50 +0000 (23:03 +0000)]
Fix hausdorf crasher (#279)

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

15 years agorevert wrong commit (r4741) on wktparse.lex file
Olivier Courtin [Wed, 4 Nov 2009 21:19:59 +0000 (21:19 +0000)]
revert wrong commit (r4741) on wktparse.lex file

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

15 years agoAllow a double to not have digit after dot (related to #175). Update unit test case
Olivier Courtin [Wed, 4 Nov 2009 21:10:40 +0000 (21:10 +0000)]
Allow a double to not have digit after dot (related to #175). Update unit test case

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

15 years agoFix for #175, numbers with a terminal decimal won't parse.
Paul Ramsey [Wed, 4 Nov 2009 20:35:29 +0000 (20:35 +0000)]
Fix for #175, numbers with a terminal decimal won't parse.

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

15 years agoamend ST_Length to include use_spheroid proto and amend examples to state new default...
Regina Obe [Wed, 4 Nov 2009 18:59:30 +0000 (18:59 +0000)]
amend ST_Length to include use_spheroid proto and amend examples to state new default behavior

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

15 years agoAllow ~= operator to recheck, per #253.
Paul Ramsey [Wed, 4 Nov 2009 18:47:57 +0000 (18:47 +0000)]
Allow ~= operator to recheck, per #253.

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

15 years agotype correction in ST_BuildArea output. Add additional proto to ST_Area and correct...
Regina Obe [Wed, 4 Nov 2009 11:57:06 +0000 (11:57 +0000)]
type correction in ST_BuildArea output.  Add additional proto to ST_Area and correct the example to show the new spheroid measurement default

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

15 years agoGive priority to gml namespace attribute if any. Apply a fix on ring incrementation...
Olivier Courtin [Wed, 4 Nov 2009 09:53:43 +0000 (09:53 +0000)]
Give priority to gml namespace attribute if any. Apply a fix on ring incrementation (Surface/interior)

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

15 years agoChange ST_Area(geog) to defaul to spheroid calculation.
Paul Ramsey [Wed, 4 Nov 2009 03:27:33 +0000 (03:27 +0000)]
Change ST_Area(geog) to defaul to spheroid calculation.

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

15 years agoRemove unit test failure cases in 32-bit architectures. Now have to test correctness
Paul Ramsey [Wed, 4 Nov 2009 00:13:04 +0000 (00:13 +0000)]
Remove unit test failure cases in 32-bit architectures. Now have to test correctness
of algorithms on test data in 64-bit environment.

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

15 years agoInitial support of Xlink. Add related units tests. Few cleaning
Olivier Courtin [Tue, 3 Nov 2009 22:26:25 +0000 (22:26 +0000)]
Initial support of Xlink. Add related units tests. Few cleaning

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

15 years agoAdd xpath headers support for libxml2
Olivier Courtin [Tue, 3 Nov 2009 22:24:12 +0000 (22:24 +0000)]
Add xpath headers support for libxml2

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

15 years agoFile headers and property setting.
Paul Ramsey [Tue, 3 Nov 2009 21:24:53 +0000 (21:24 +0000)]
File headers and property setting.

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

15 years agoAdd in handlers to avoid sheroid area cases we currently cannot handle.
Paul Ramsey [Tue, 3 Nov 2009 21:16:57 +0000 (21:16 +0000)]
Add in handlers to avoid sheroid area cases we currently cannot handle.

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

15 years agoSlight change in ST_Area wording.
Paul Ramsey [Tue, 3 Nov 2009 21:13:00 +0000 (21:13 +0000)]
Slight change in ST_Area wording.

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

15 years agoamend distance proto and example -- now we default to spheroid
Regina Obe [Tue, 3 Nov 2009 15:32:20 +0000 (15:32 +0000)]
amend distance proto and example -- now we default to spheroid

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

15 years agoAdd namespace support. Add pointProperty and pointRep support. Fix pos and posList...
Olivier Courtin [Tue, 3 Nov 2009 13:36:47 +0000 (13:36 +0000)]
Add namespace support. Add pointProperty and pointRep support. Fix pos and posList spaces inside coordinates issue. Comments update. Update unit tests

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

15 years agoget rid of extra para tag
Regina Obe [Tue, 3 Nov 2009 10:03:06 +0000 (10:03 +0000)]
get rid of extra para tag

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

15 years agomore typo fixing
Regina Obe [Tue, 3 Nov 2009 09:47:21 +0000 (09:47 +0000)]
more typo fixing

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

15 years agofix typo
Regina Obe [Tue, 3 Nov 2009 09:33:27 +0000 (09:33 +0000)]
fix typo

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

15 years agoDocument ST_Buffer for geography and caveats
Regina Obe [Tue, 3 Nov 2009 05:19:52 +0000 (05:19 +0000)]
Document ST_Buffer for geography and caveats

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

15 years agoRe-enable other geodetic unit tests and remove Java code block.
Paul Ramsey [Tue, 3 Nov 2009 02:58:03 +0000 (02:58 +0000)]
Re-enable other geodetic unit tests and remove Java code block.

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

15 years agoFirst cut of ST_Area(geography) on spheroid. Currently not default, use ST_Area(geog...
Paul Ramsey [Tue, 3 Nov 2009 00:36:02 +0000 (00:36 +0000)]
First cut of ST_Area(geography) on spheroid. Currently not default, use ST_Area(geog, true) to enable it. Beware of limitations over poles and eequator.

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

15 years agominor corrections to ST_distance_sphere/spheroid descriptions
Regina Obe [Mon, 2 Nov 2009 12:05:44 +0000 (12:05 +0000)]
minor corrections to ST_distance_sphere/spheroid descriptions

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

15 years agoamend doc for st_distance_sphere, st_distance_spheroid to reflect expanded support.
Regina Obe [Sun, 1 Nov 2009 22:31:05 +0000 (22:31 +0000)]
amend doc for st_distance_sphere, st_distance_spheroid to reflect expanded support.

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

15 years agoMake distance_spher(oid) functions a little more type safe.
Paul Ramsey [Sat, 31 Oct 2009 05:05:44 +0000 (05:05 +0000)]
Make distance_spher(oid) functions a little more type safe.

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

15 years agoUpdate distance_sphere and distance_spheroid to back onto new geodetic handlers and...
Paul Ramsey [Sat, 31 Oct 2009 04:53:25 +0000 (04:53 +0000)]
Update distance_sphere and distance_spheroid to back onto new geodetic handlers and support generic geometry.

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

15 years agoTighten up geometry->geography case (#265)
Paul Ramsey [Sat, 31 Oct 2009 00:10:37 +0000 (00:10 +0000)]
Tighten up geometry->geography case (#265)

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

15 years agoAdd ST_Length() implementation on spheroid and rationalize the sphere/spheroid implem...
Paul Ramsey [Sat, 31 Oct 2009 00:01:45 +0000 (00:01 +0000)]
Add ST_Length() implementation on spheroid and rationalize the sphere/spheroid implementations into
a smaller shared set of functions.

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

15 years agoAdd in spheroid calculations for ST_Distance and ST_DWithin.
Paul Ramsey [Fri, 30 Oct 2009 20:45:50 +0000 (20:45 +0000)]
Add in spheroid calculations for ST_Distance and ST_DWithin.

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

15 years agoAdd link to new compatibility matrix
Regina Obe [Fri, 30 Oct 2009 19:00:22 +0000 (19:00 +0000)]
Add link to new compatibility matrix

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

15 years agoChange dimension to srsDimension (GML 3.1.1)
Olivier Courtin [Thu, 29 Oct 2009 20:31:02 +0000 (20:31 +0000)]
Change dimension to srsDimension (GML 3.1.1)

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

15 years agoChange attribute dimension into srsDimension (GML 3.1.1), cf #276
Olivier Courtin [Thu, 29 Oct 2009 20:21:15 +0000 (20:21 +0000)]
Change attribute dimension into srsDimension (GML 3.1.1), cf #276

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

15 years agoMinor changes for numerical stability. Remove logging.
Paul Ramsey [Thu, 29 Oct 2009 19:53:53 +0000 (19:53 +0000)]
Minor changes for numerical stability. Remove logging.

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

15 years agoIncrease precision of minor axis constant.
Paul Ramsey [Thu, 29 Oct 2009 19:41:08 +0000 (19:41 +0000)]
Increase precision of minor axis constant.

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

15 years agoSpheroid distance calculation between points added.
Paul Ramsey [Thu, 29 Oct 2009 19:24:06 +0000 (19:24 +0000)]
Spheroid distance calculation between points added.

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

15 years agoAdd mixed GML srs support. Add ability to deal with lat/lon issue in GML 3. Fix GML...
Olivier Courtin [Thu, 29 Oct 2009 18:42:17 +0000 (18:42 +0000)]
Add mixed GML srs support. Add ability to deal with lat/lon issue in GML 3. Fix GML collection units tests. Update units tests

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

15 years agoExpose transform_point, make_project and GetProj4StringSPI. Creation of lwgem_transform.h
Olivier Courtin [Thu, 29 Oct 2009 18:40:34 +0000 (18:40 +0000)]
Expose transform_point, make_project and GetProj4StringSPI. Creation of lwgem_transform.h

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

15 years agoUpdate unit test result, related to error message change (r4662 in lwgeom_transform.c)
Olivier Courtin [Thu, 29 Oct 2009 14:21:09 +0000 (14:21 +0000)]
Update unit test result, related to error message change (r4662 in lwgeom_transform.c)

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

15 years agoAdd attribute dimension in gml:pos and gml:posList. Fix geometrycollection invalid...
Olivier Courtin [Thu, 29 Oct 2009 14:08:16 +0000 (14:08 +0000)]
Add attribute dimension in gml:pos and gml:posList. Fix geometrycollection invalid GML output. Update units test. Cf #276

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

15 years agoNote why the penalty function was changed.
Paul Ramsey [Wed, 28 Oct 2009 23:05:09 +0000 (23:05 +0000)]
Note why the penalty function was changed.

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

15 years agoRemove overly clever penalty calculation and improve index structure a lot!
Paul Ramsey [Wed, 28 Oct 2009 23:02:04 +0000 (23:02 +0000)]
Remove overly clever penalty calculation and improve index structure a lot!

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

15 years agoFill in actual error condition
Paul Ramsey [Wed, 28 Oct 2009 18:38:03 +0000 (18:38 +0000)]
Fill in actual error condition

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

15 years agoFix error in picksplit routine, perhaps will fix balance problem.
Paul Ramsey [Wed, 28 Oct 2009 18:20:44 +0000 (18:20 +0000)]
Fix error in picksplit routine, perhaps will fix balance problem.

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

15 years agoslight attribution update
Regina Obe [Wed, 28 Oct 2009 12:13:56 +0000 (12:13 +0000)]
slight attribution update

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

15 years agominor update to release notes (copying content from branch 1.3 not in trunk)
Regina Obe [Wed, 28 Oct 2009 11:56:01 +0000 (11:56 +0000)]
minor update to release notes (copying content from branch 1.3 not in trunk)

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

15 years agoswitch pretty tag back to credits -- already linked in reference.xml
Regina Obe [Wed, 28 Oct 2009 11:47:39 +0000 (11:47 +0000)]
switch pretty tag back to credits -- already linked in reference.xml

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

15 years agoupdate credits to include breakout of PSC and bump up people with commit access and...
Regina Obe [Wed, 28 Oct 2009 11:40:46 +0000 (11:40 +0000)]
update credits to include breakout of PSC and bump up people with commit access and currently committing work

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

15 years agocopy release notes text from branch 1.4 which is strangely more up to date.
Regina Obe [Wed, 28 Oct 2009 11:05:40 +0000 (11:05 +0000)]
copy release notes text from branch 1.4 which is strangely more up to date.

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

15 years agocorrect links to postgis bug tracker and subversion repository. Also amend the relea...
Regina Obe [Wed, 28 Oct 2009 10:58:33 +0000 (10:58 +0000)]
correct links to postgis bug tracker and subversion repository.  Also amend the release_notes section to reflect newer version changes

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

15 years agoFix huge number overflow in export functions, cf #277
Olivier Courtin [Tue, 27 Oct 2009 21:39:35 +0000 (21:39 +0000)]
Fix huge number overflow in export functions, cf #277

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

15 years agoAdd multi data coordinates support. Add unit test case data_1
Olivier Courtin [Sat, 24 Oct 2009 16:37:12 +0000 (16:37 +0000)]
Add multi data coordinates support. Add unit test case data_1

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

15 years agoAdd ptarray_merge function
Olivier Courtin [Sat, 24 Oct 2009 16:35:31 +0000 (16:35 +0000)]
Add ptarray_merge function

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

15 years agoUpdate personal information.
Paul Ramsey [Fri, 23 Oct 2009 23:16:03 +0000 (23:16 +0000)]
Update personal information.

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

15 years agotypo in example
Regina Obe [Fri, 23 Oct 2009 16:01:38 +0000 (16:01 +0000)]
typo in example

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

15 years agoput in availability note for ST_GeomFromGML, link back from ST_AsGML, note about...
Regina Obe [Fri, 23 Oct 2009 15:51:15 +0000 (15:51 +0000)]
put in availability note for ST_GeomFromGML, link back from ST_AsGML, note about libxml2 required

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

15 years agoPreliminary documentation for ST_GeomFromGML and logic to support gml input parameters
Regina Obe [Fri, 23 Oct 2009 13:26:33 +0000 (13:26 +0000)]
Preliminary documentation for ST_GeomFromGML and logic to support gml input parameters

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

15 years agoUse ptarray_isclosed3d to check if 3D rings are closed also on Z. Update units tests...
Olivier Courtin [Thu, 22 Oct 2009 14:08:09 +0000 (14:08 +0000)]
Use ptarray_isclosed3d to check if 3D rings are closed also on Z. Update units tests cases

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