Commit graph

795 commits

Author SHA1 Message Date
Regina Obe e372a59a90 change ReadME and installation to change minimum version from 8.1 to 8.2 (not many people are running 8.1 and besides Paul already put in a DROP AGG IF EXISTS in upgrade script -- so binds us to 8.2+ already. Besides I don't think we should be supporting more than 2 versions behind of latest PostgreSQL release in our trunk. Too much maintenance. Correct ReadME bug tracker link
git-svn-id: http://svn.osgeo.org/postgis/trunk@4135 b70326c6-7e19-0410-871a-916f4a2858ee
2009-06-04 15:20:14 +00:00
Kevin Neufeld ad5caa5b75 small typo in Populate_Geometry_Columns doc
git-svn-id: http://svn.osgeo.org/postgis/trunk@4113 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-29 18:10:09 +00:00
Kevin Neufeld add35dd05f performed an overhaul of the installation guide ... hopefully it's easier to follow.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4111 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-27 17:14:08 +00:00
Kevin Neufeld 36feba805b updated the comments-install make target
git-svn-id: http://svn.osgeo.org/postgis/trunk@4110 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-26 18:35:07 +00:00
Kevin Neufeld 9e672a2830 added version numbers to the requirements section in the installation doc.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4109 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-26 18:28:01 +00:00
Kevin Neufeld c332167cfb added postgis_aggs_mm.xml to the 'make clean' target
git-svn-id: http://svn.osgeo.org/postgis/trunk@4107 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-26 18:10:19 +00:00
Kevin Neufeld 5926457447 added postgis_comments.sql as a target to the main makefile
Since we don't want to add xsltproc as a dependency, this will remain separate for now:
make comments
make comments-install

(the file should be removed by 'make uninstall')


git-svn-id: http://svn.osgeo.org/postgis/trunk@4106 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-26 18:00:55 +00:00
Regina Obe 5e88baa599 make example fit the diagram in text
git-svn-id: http://svn.osgeo.org/postgis/trunk@4105 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-26 17:24:41 +00:00
Regina Obe cf72378bab Make lame circle more lame
git-svn-id: http://svn.osgeo.org/postgis/trunk@4104 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-26 17:08:20 +00:00
Regina Obe 7204c98afc put in images for buffer, fix within example image and example query
git-svn-id: http://svn.osgeo.org/postgis/trunk@4103 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-26 16:47:41 +00:00
Regina Obe 2ba77cbd06 for consistency make example be same as what is used to generate the image.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4102 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-26 16:26:26 +00:00
Regina Obe b7e8ec34a2 bad image try again
git-svn-id: http://svn.osgeo.org/postgis/trunk@4101 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-26 16:24:02 +00:00
Regina Obe c9f5a1e9e3 Add st_within example to makefile and translate example so in viewable region.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4100 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-26 15:05:40 +00:00
Regina Obe cf5f2e6963 update to include behavior for 3D and also note this seems to go beyond what the spec defines.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4098 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-24 07:52:07 +00:00
Kevin Neufeld d40c494669 use a docbook variable instead
git-svn-id: http://svn.osgeo.org/postgis/trunk@4097 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-22 23:22:55 +00:00
Kevin Neufeld f4f672ea86 didn't need the c preprocessor after all
git-svn-id: http://svn.osgeo.org/postgis/trunk@4096 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-22 23:19:42 +00:00
Kevin Neufeld 032903e86c Added a Short Version section.
Updated requirements.

git-svn-id: http://svn.osgeo.org/postgis/trunk@4095 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-22 22:14:46 +00:00
Kevin Neufeld 08eeeecdbc formatted installation.xml in preparation for editing
git-svn-id: http://svn.osgeo.org/postgis/trunk@4094 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-22 22:07:41 +00:00
Kevin Neufeld 78b747ab2e added the xmlformatter conf file for pretty printing the documentation's xml files
This will allow us to separate code changes from style changes in the docs.

git-svn-id: http://svn.osgeo.org/postgis/trunk@4093 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-22 21:32:19 +00:00
Regina Obe f740ba360a Testing out Kevin's auto image generator hopefully I didn't break it.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4092 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-20 11:16:29 +00:00
Regina Obe f661a37347 Correct ST_GeometryN example -- sign was wrong. Also embellish by showing a multicurve and flag as working for multicurves
git-svn-id: http://svn.osgeo.org/postgis/trunk@4091 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-20 10:54:40 +00:00
Kevin Neufeld 5cc72585c6 added image examples to ST_Contains
git-svn-id: http://svn.osgeo.org/postgis/trunk@4089 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-19 20:49:28 +00:00
Regina Obe 8744d87c77 Example exploding a compoundcurve, also reference to ST_GeometryN since they serve similar purposes
git-svn-id: http://svn.osgeo.org/postgis/trunk@4085 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-19 03:44:55 +00:00
Kevin Neufeld 9bf9327b74 added styles to the generated documentation images
added ImageMagick as a dependency

git-svn-id: http://svn.osgeo.org/postgis/trunk@4081 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-14 23:42:02 +00:00
Kevin Neufeld 0125463b8e removed horrible dos carriage returns
- convert to unix

git-svn-id: http://svn.osgeo.org/postgis/trunk@4076 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-06 23:32:51 +00:00
Kevin Neufeld 26bf6dde72 Added code that will automatically generate the spatial images used in the documentation from WKT input.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4075 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-06 23:20:35 +00:00
Regina Obe 46b152b8a3 enable alphabetical index
git-svn-id: http://svn.osgeo.org/postgis/trunk@4058 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-03 03:33:09 +00:00
Regina Obe 2bc8e08c9e enable javadoc autobrief
git-svn-id: http://svn.osgeo.org/postgis/trunk@4056 b70326c6-7e19-0410-871a-916f4a2858ee
2009-05-03 03:03:11 +00:00
Kevin Neufeld b7f5380841 updated several Doxygen parameters
git-svn-id: http://svn.osgeo.org/postgis/trunk@4045 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-30 22:26:45 +00:00
Kevin Neufeld 3c48db3160 removed full path names from config file
git-svn-id: http://svn.osgeo.org/postgis/trunk@4044 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-30 21:38:00 +00:00
Kevin Neufeld 3dfdddc182 add make target to build Doxygen
git-svn-id: http://svn.osgeo.org/postgis/trunk@4043 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-30 20:19:26 +00:00
Kevin Neufeld eb84135041 added a Doxygen configuration file
git-svn-id: http://svn.osgeo.org/postgis/trunk@4042 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-30 19:41:27 +00:00
Olivier Courtin f7efab822a Add a new option for ST_AsGML related to axis order, and lat lon inversion in GML 3.1.1, cf #161. Add unit test on this new option bit field. Update documentation. Fix also wrong option value in ST_AsGML for CRS, and outdated example output (still for ST_AsGML).
git-svn-id: http://svn.osgeo.org/postgis/trunk@4039 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-28 19:13:26 +00:00
Kevin Neufeld 66e8a3239b test commit
git-svn-id: http://svn.osgeo.org/postgis/trunk@4030 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-27 19:46:45 +00:00
Kevin Neufeld 4dfaa64ae1 test commit
git-svn-id: http://svn.osgeo.org/postgis/trunk@4029 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-27 19:24:46 +00:00
Kevin Neufeld 1342eb9c67 Test commit to test autobuild
git-svn-id: http://svn.osgeo.org/postgis/trunk@4026 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-27 19:07:02 +00:00
Regina Obe 2f46cbb80e revise to better guarantee a deteriministic sort so can diff compare between 1.3.5, 1.3.6, 1.4 (still needs work). Also exclude curved tests and functions not supported in 1.3.5 since it curve crashes 1.3.5 thus making it not comparable.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4025 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-27 16:09:04 +00:00
Kevin Neufeld 71168585c5 small typo fix
git-svn-id: http://svn.osgeo.org/postgis/trunk@4023 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-26 05:37:08 +00:00
Regina Obe d91d3b5ae6 exclude curved geometries from 1.3.5 testing
git-svn-id: http://svn.osgeo.org/postgis/trunk@4019 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-23 14:36:59 +00:00
Regina Obe b50e163e75 Add ST_BdMPolyFromText to list not to test against 1.3.5 (crashes 1.3.5 with curves though fine in 1.3.6)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4018 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-23 12:12:58 +00:00
Regina Obe b6b20c2e44 revise to include a version variable and get rid of limit (think its causing different tests to be run non-consistently depending on ordering of postgresql so hard to compare outputs)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4017 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-22 18:33:15 +00:00
Regina Obe 2e1d03add1 add ST_MinimumBoundingCircle to 1.3 exclude
git-svn-id: http://svn.osgeo.org/postgis/trunk@4010 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-17 13:59:06 +00:00
Regina Obe 395a4dda02 Update installation to have link to Windows Compilation guide Nicklas put together.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4006 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-16 07:31:42 +00:00
Regina Obe 7107785d0a ADd more curved geometry support functions to list and give curved geometry special index a pretty anchor.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4005 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-16 05:54:04 +00:00
Regina Obe 4caba6b879 add link to st_relate
git-svn-id: http://svn.osgeo.org/postgis/trunk@4001 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-15 01:22:12 +00:00
Regina Obe 5a4ef35975 amend ST_ContainsProperly to summarize its speed advantages
git-svn-id: http://svn.osgeo.org/postgis/trunk@4000 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-15 01:11:10 +00:00
Regina Obe ea8ac3f0e4 missed some
git-svn-id: http://svn.osgeo.org/postgis/trunk@3992 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-12 05:25:38 +00:00
Regina Obe f336a07d8f Add ST_ContainsProperly to exclude for 1.3 testing.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3991 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-12 05:14:20 +00:00
Regina Obe b6ca0dd864 Add new function ST_ContainsProperly and provide examples. Also update ST_Contains to better explain the subtleties of the definition and example to demonstrate the difference between contains and containsproperly
git-svn-id: http://svn.osgeo.org/postgis/trunk@3990 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-12 04:10:23 +00:00
Paul Ramsey df8ccd1837 Fix mis-spelling in Eduin Carrillo's name
git-svn-id: http://svn.osgeo.org/postgis/trunk@3980 b70326c6-7e19-0410-871a-916f4a2858ee
2009-04-06 17:31:30 +00:00