]> granicus.if.org Git - postgis/log
postgis
15 years agomake diagrams more interesting
Regina Obe [Wed, 25 Nov 2009 23:07:13 +0000 (23:07 +0000)]
make diagrams more interesting

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

15 years agoPut in figures for ST_LongestLine. revise figure for shortest line make geometries...
Regina Obe [Wed, 25 Nov 2009 22:48:47 +0000 (22:48 +0000)]
Put in figures for ST_LongestLine.  revise figure for shortest line make geometries the same for easy compare

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

15 years agocosmetic changes
Regina Obe [Wed, 25 Nov 2009 22:15:31 +0000 (22:15 +0000)]
cosmetic changes

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

15 years agoPut in images for ST_ShortestLine
Regina Obe [Wed, 25 Nov 2009 22:12:14 +0000 (22:12 +0000)]
Put in images for ST_ShortestLine

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

15 years agoput in missing availability notes
Regina Obe [Wed, 25 Nov 2009 21:49:10 +0000 (21:49 +0000)]
put in missing availability notes

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

15 years agoMerge Nicklas Aven's distance spike into trunk. (#63, #231)
Paul Ramsey [Wed, 25 Nov 2009 19:15:57 +0000 (19:15 +0000)]
Merge Nicklas Aven's distance spike into trunk. (#63, #231)

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

15 years agoadded refentry section for ST_DumpPoints()
Kevin Neufeld [Tue, 24 Nov 2009 22:10:07 +0000 (22:10 +0000)]
added refentry section for ST_DumpPoints()

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

15 years agoadded an ST_DumpPoints image to the collection.
Kevin Neufeld [Tue, 24 Nov 2009 21:46:00 +0000 (21:46 +0000)]
added an ST_DumpPoints image to the collection.

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

15 years agoexplicit NULL test on xa->name. Related to #273
Olivier Courtin [Tue, 24 Nov 2009 17:28:02 +0000 (17:28 +0000)]
explicit NULL test on xa->name. Related to #273

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

15 years agoadd also availability note to GmlToSQL()
Olivier Courtin [Tue, 24 Nov 2009 10:28:46 +0000 (10:28 +0000)]
add also availability note to GmlToSQL()

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

15 years agoadd availability information for postgis_libxml_version()
Olivier Courtin [Tue, 24 Nov 2009 10:20:35 +0000 (10:20 +0000)]
add availability information for postgis_libxml_version()

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

15 years ago#300 - minor casing changes to reference. Incorporate logic to comment types. Types...
Regina Obe [Mon, 23 Nov 2009 18:07:37 +0000 (18:07 +0000)]
#300 - minor casing changes to reference.  Incorporate logic to comment types.  Types need more description and casting behavior detail.

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

15 years agoNew postgresql type section per #300. Still need to modify postgis_comments.sql...
Regina Obe [Mon, 23 Nov 2009 14:27:14 +0000 (14:27 +0000)]
New postgresql type section per #300.  Still need to modify postgis_comments.sql.xsl accordingly

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

15 years agoAdd libxml2 version information in postgis_full_version. Add libxml2 support informat...
Olivier Courtin [Mon, 23 Nov 2009 14:26:45 +0000 (14:26 +0000)]
Add libxml2 version information in postgis_full_version. Add libxml2 support information in postgis_version. Add new postgis_libxml_version function. Add doc entry for this new function.

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

15 years agoMove utility functions only used in cunit tests to the cunit code.
Paul Ramsey [Sun, 22 Nov 2009 04:56:19 +0000 (04:56 +0000)]
Move utility functions only used in cunit tests to the cunit code.

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

15 years agoReplace pow(,2.0) with POW2 macro.
Paul Ramsey [Sun, 22 Nov 2009 04:28:01 +0000 (04:28 +0000)]
Replace pow(,2.0) with POW2 macro.

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

15 years agoMove from pass-by-value to pass-by-const-pointer. What can I say, I have no control...
Paul Ramsey [Sat, 21 Nov 2009 06:08:40 +0000 (06:08 +0000)]
Move from pass-by-value to pass-by-const-pointer. What can I say, I have no control over myself.

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

15 years agoupdate st_buffer, st_intersection details for geography to reflect what we are actual...
Regina Obe [Sat, 21 Nov 2009 03:44:12 +0000 (03:44 +0000)]
update st_buffer, st_intersection details for geography to reflect what we are actually doing in bestsrid calc

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

15 years agogrammar correction
Regina Obe [Sat, 21 Nov 2009 03:31:51 +0000 (03:31 +0000)]
grammar correction

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

15 years agoFix an error hidden in a debug line.
Paul Ramsey [Fri, 20 Nov 2009 20:12:42 +0000 (20:12 +0000)]
Fix an error hidden in a debug line.

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

15 years agoFix graxing case and improve co-linear handling with help from Nicklas Aven (#314)
Paul Ramsey [Fri, 20 Nov 2009 18:36:38 +0000 (18:36 +0000)]
Fix graxing case and improve co-linear handling with help from Nicklas Aven (#314)

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

15 years agoadded missing dependency of postgis_aggs_mm for the comments
Kevin Neufeld [Fri, 20 Nov 2009 18:05:50 +0000 (18:05 +0000)]
added missing dependency of postgis_aggs_mm for the comments

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

15 years agoApply Kris Jurka's pgsql2shp patches, as detail in the postgis-devel archives on...
Mark Cave-Ayland [Fri, 20 Nov 2009 14:02:50 +0000 (14:02 +0000)]
Apply Kris Jurka's pgsql2shp patches, as detail in the postgis-devel archives on 12th Nov. Thanks Kris!

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

15 years agoFinish working on Dave Fuhry's memory-leak patch, and also fix several other leaks...
Mark Cave-Ayland [Fri, 20 Nov 2009 13:53:48 +0000 (13:53 +0000)]
Finish working on Dave Fuhry's memory-leak patch, and also fix several other leaks found by running shp2pgsql through valgrind.

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

15 years agoSwitch to reference splitted files. Add references entities. Use postgis.xml rather...
Olivier Courtin [Thu, 19 Nov 2009 22:35:17 +0000 (22:35 +0000)]
Switch to reference splitted files. Add references entities. Use postgis.xml rather than reference.xml in doc/xsl/* files. Add template rule in doc/xsl/* to only use /book/chapter[@id='reference'].

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

15 years agoHandle the case where the stabline and a polygon edge are co-linear in point-in-polyg...
Paul Ramsey [Thu, 19 Nov 2009 20:23:29 +0000 (20:23 +0000)]
Handle the case where the stabline and a polygon edge are co-linear in point-in-polygon test.

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

15 years agoAlter regression test harness so that shp2pgsql/pgsql2shp can be tested without being...
Mark Cave-Ayland [Thu, 19 Nov 2009 15:39:27 +0000 (15:39 +0000)]
Alter regression test harness so that shp2pgsql/pgsql2shp can be tested without being installed.

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

15 years agoAttempt to clarify MULTIPOLYGON behavior in ST_SimplifyPreserveTopology (#240)
Paul Ramsey [Thu, 19 Nov 2009 00:54:42 +0000 (00:54 +0000)]
Attempt to clarify MULTIPOLYGON behavior in ST_SimplifyPreserveTopology (#240)

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

15 years agoAdd another example (#218)
Paul Ramsey [Wed, 18 Nov 2009 19:54:35 +0000 (19:54 +0000)]
Add another example (#218)

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

15 years agoPut constants reference in the example, so people see it (nobody reads documentation...
Paul Ramsey [Wed, 18 Nov 2009 19:53:17 +0000 (19:53 +0000)]
Put constants reference in the example, so people see it (nobody reads documentation) (#218)

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

15 years agoOk, well that didn't work. Reverting changes.
Kevin Neufeld [Wed, 18 Nov 2009 17:28:19 +0000 (17:28 +0000)]
Ok, well that didn't work.  Reverting changes.

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

15 years agosimplified postgis-out.xml target. The sed replacement should only happen on the...
Kevin Neufeld [Wed, 18 Nov 2009 17:19:14 +0000 (17:19 +0000)]
simplified postgis-out.xml target.  The sed replacement should only happen on the postgis.xml file as the DocBook variable &last_release_version is used throughout the documentation

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

15 years agoAdd in the history table convenience functions, a README and some manual examples...
Paul Ramsey [Tue, 17 Nov 2009 23:27:21 +0000 (23:27 +0000)]
Add in the history table convenience functions, a README and some manual examples for pedagogy.

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

15 years agoFix a double-free in the unit test for collection extract.
Paul Ramsey [Tue, 17 Nov 2009 22:29:40 +0000 (22:29 +0000)]
Fix a double-free in the unit test for collection extract.

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

15 years agoAdd availability line.
Paul Ramsey [Tue, 17 Nov 2009 20:14:16 +0000 (20:14 +0000)]
Add availability line.

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

15 years agoAdd more explanation of type numbers.
Paul Ramsey [Tue, 17 Nov 2009 20:05:07 +0000 (20:05 +0000)]
Add more explanation of type numbers.

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

15 years agoImplement ST_CollectionExtract() to pull specific homogeneous collections out of...
Paul Ramsey [Tue, 17 Nov 2009 20:03:50 +0000 (20:03 +0000)]
Implement ST_CollectionExtract() to pull specific homogeneous collections out of heterogeneous collections. Regressions and documentation included. (#218)

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

15 years agoTrim the binary versions of geometries to try and remove regressions from other platf...
Paul Ramsey [Tue, 17 Nov 2009 17:23:16 +0000 (17:23 +0000)]
Trim the binary versions of geometries to try and remove regressions from other platforms.

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

15 years agoProperly fix #219 by creating a separate "mini install" of PostGIS into the PGXS...
Mark Cave-Ayland [Tue, 17 Nov 2009 14:00:09 +0000 (14:00 +0000)]
Properly fix #219 by creating a separate "mini install" of PostGIS into the PGXS regression directory that can be used for regression. This is because different architectures have different naming conventions, and so Paul's original hack isn't guaranteed to work. By using PGXS to perform the install, we eliminate the problem of having to know the final architecture library name.

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

15 years agoAdd tests from #210 to the tickets.sql
Paul Ramsey [Tue, 17 Nov 2009 04:28:11 +0000 (04:28 +0000)]
Add tests from #210 to the tickets.sql

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

15 years agoAdd tickets.sql and expected tests derived from old trac entries (#214)
Paul Ramsey [Tue, 17 Nov 2009 04:25:26 +0000 (04:25 +0000)]
Add tickets.sql and expected tests derived from old trac entries (#214)

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

15 years agoAdd identifying lines to SQL so that error lines are easier to find.
Paul Ramsey [Mon, 16 Nov 2009 23:30:47 +0000 (23:30 +0000)]
Add identifying lines to SQL so that error lines are easier to find.

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

15 years agoRemove trailing space from libname
Paul Ramsey [Mon, 16 Nov 2009 23:22:09 +0000 (23:22 +0000)]
Remove trailing space from libname

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

15 years agoAdd in hack to match the library .so substition name to the one produced by a particu...
Paul Ramsey [Mon, 16 Nov 2009 22:01:21 +0000 (22:01 +0000)]
Add in hack to match the library .so substition name to the one produced by a particular PgSQL version. (#219)

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

15 years agoAdd in tests for MapServer/Geoserver-style SQL calls. (#224)
Paul Ramsey [Mon, 16 Nov 2009 21:13:44 +0000 (21:13 +0000)]
Add in tests for MapServer/Geoserver-style SQL calls. (#224)

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

15 years agoMake scripts version independent of library micro-version.
Paul Ramsey [Mon, 16 Nov 2009 20:25:13 +0000 (20:25 +0000)]
Make scripts version independent of library micro-version.

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

15 years agoMake POSTGIS_SCRIPTS_VERSION reflect the maximum SVN version of the SQL input files...
Paul Ramsey [Mon, 16 Nov 2009 19:52:58 +0000 (19:52 +0000)]
Make POSTGIS_SCRIPTS_VERSION reflect the maximum SVN version of the SQL input files. (#242)

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

15 years agoTicket #76.
Kevin Neufeld [Mon, 16 Nov 2009 19:47:33 +0000 (19:47 +0000)]
Ticket #76.
- added a modified version of a plpgsql implementation for ST_DumpPoints() proposed by Maxime van Noppen.
- added regression tests

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

15 years agoMake an unknown geography SRID translate to a 4326 geometry SRID during a cast (...
Paul Ramsey [Mon, 16 Nov 2009 19:10:14 +0000 (19:10 +0000)]
Make an unknown geography SRID translate to a 4326 geometry SRID during a cast (#298)

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

15 years agoforgot availability note
Regina Obe [Mon, 16 Nov 2009 19:06:01 +0000 (19:06 +0000)]
forgot availability note

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

15 years agofix typos in ST_MakeEnvelope (at least he tries :) )
Regina Obe [Mon, 16 Nov 2009 19:04:08 +0000 (19:04 +0000)]
fix typos in ST_MakeEnvelope (at least he tries  :) )

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

15 years agoAdd doco and regression tests for ST_MakeEnvelope() (#199)
Paul Ramsey [Mon, 16 Nov 2009 18:46:38 +0000 (18:46 +0000)]
Add doco and regression tests for ST_MakeEnvelope() (#199)

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

15 years agoAdd ST_MakeEnvelope() constructor, terse function for making bbox polygons. (#199)
Paul Ramsey [Mon, 16 Nov 2009 18:28:47 +0000 (18:28 +0000)]
Add ST_MakeEnvelope() constructor, terse function for making bbox polygons. (#199)

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

15 years agorevise to deal with boolean arguments
Regina Obe [Mon, 16 Nov 2009 13:50:16 +0000 (13:50 +0000)]
revise to deal with boolean arguments

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

15 years agoUpdate geography transform description to reflect new cowboy transform hack strategy...
Regina Obe [Mon, 16 Nov 2009 12:57:00 +0000 (12:57 +0000)]
Update geography transform description to reflect new cowboy transform hack strategy :).  Need to update functions as well once Olivier has stopped kicking dust.

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

15 years agoMore encouragement to use GEOS 3.2 :)
Regina Obe [Mon, 16 Nov 2009 05:55:40 +0000 (05:55 +0000)]
More encouragement to use GEOS 3.2 :)

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

15 years agoget rid of reference to loading geography.sql (now integrated in postgis.sql)
Regina Obe [Mon, 16 Nov 2009 05:53:33 +0000 (05:53 +0000)]
get rid of reference to loading geography.sql (now integrated in postgis.sql)

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

15 years agorevert Makefile.in reference.xml and postgis.xml to r4816. Need to fix NewFunction...
Olivier Courtin [Mon, 16 Nov 2009 00:28:16 +0000 (00:28 +0000)]
revert Makefile.in reference.xml and postgis.xml to r4816. Need to fix NewFunction reference to go further :(

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

15 years agoCowboy triumphs. (#304)
Paul Ramsey [Mon, 16 Nov 2009 00:27:55 +0000 (00:27 +0000)]
Cowboy triumphs. (#304)

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

15 years agoActually use Antarctic stereographic for antarctic points. (#304)
Paul Ramsey [Sun, 15 Nov 2009 23:13:36 +0000 (23:13 +0000)]
Actually use Antarctic stereographic for antarctic points. (#304)

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

15 years agoAdd final semicolon. Remove useless copy related to reference.xml
Olivier Courtin [Sun, 15 Nov 2009 22:17:13 +0000 (22:17 +0000)]
Add final semicolon. Remove useless copy related to reference.xml

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

15 years agoAdd forgotten .xml (in pdf rule)
Olivier Courtin [Sun, 15 Nov 2009 22:03:08 +0000 (22:03 +0000)]
Add forgotten .xml (in pdf rule)

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

15 years agoAdd forgotten .xml in postgis-out rule
Olivier Courtin [Sun, 15 Nov 2009 21:55:11 +0000 (21:55 +0000)]
Add forgotten .xml in postgis-out rule

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

15 years agoUpdate Makefile rules, related to reference.xml split (r4817)
Olivier Courtin [Sun, 15 Nov 2009 21:23:47 +0000 (21:23 +0000)]
Update Makefile rules, related to reference.xml split (r4817)

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

15 years agoSplit reference.xml on several sub files (upon sect1). Use entity to avoid redundant...
Olivier Courtin [Sun, 15 Nov 2009 20:39:17 +0000 (20:39 +0000)]
Split reference.xml on several sub files (upon sect1). Use entity to avoid redundant compliant/support text (SFS, SQL/MM, Z/M dimensions, Curve support)

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

15 years agoHandle odd ArcMap scinotation for large ints. (#38)
Paul Ramsey [Sun, 15 Nov 2009 19:52:40 +0000 (19:52 +0000)]
Handle odd ArcMap scinotation for large ints. (#38)

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

15 years agoAdd locale handling by setting to 'C' (#303)
Paul Ramsey [Sun, 15 Nov 2009 19:32:07 +0000 (19:32 +0000)]
Add locale handling by setting to 'C' (#303)

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

15 years agoMake the _cmp and _eq methods use the same equality conditions so that
Paul Ramsey [Sun, 15 Nov 2009 19:23:21 +0000 (19:23 +0000)]
Make the _cmp and _eq methods use the same equality conditions so that
indexed and unindexed answers will be the same. (#292)

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

15 years agoMove the polar stereographic line a little further north in bestsrid. (#304)
Paul Ramsey [Sat, 14 Nov 2009 21:14:53 +0000 (21:14 +0000)]
Move the polar stereographic line a little further north in bestsrid. (#304)

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

15 years agomissing ST_DWithin geography spheroid proto
Regina Obe [Sat, 14 Nov 2009 03:49:49 +0000 (03:49 +0000)]
missing ST_DWithin geography spheroid proto

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

15 years agoAdd testing and drop deprecated functions (#202)
Paul Ramsey [Sat, 14 Nov 2009 00:40:37 +0000 (00:40 +0000)]
Add testing and drop deprecated functions (#202)

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

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