Commit graph

283 commits

Author SHA1 Message Date
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 780054c51c renamed reference.xml to reference_old.xml
renamed reference_new.xml to reference.xml
updated configure.ac, doc/Makefile.in, and doc/postgis.xml accordingly. 

git-svn-id: http://svn.osgeo.org/postgis/trunk@3905 b70326c6-7e19-0410-871a-916f4a2858ee
2009-03-20 05:32:45 +00:00
Regina Obe dd38a8048c switch order
git-svn-id: http://svn.osgeo.org/postgis/trunk@3868 b70326c6-7e19-0410-871a-916f4a2858ee
2009-03-13 13:11:50 +00:00
Regina Obe 0a0b5cafbd more spots
git-svn-id: http://svn.osgeo.org/postgis/trunk@3866 b70326c6-7e19-0410-871a-916f4a2858ee
2009-03-13 13:08:27 +00:00
Regina Obe 80080f4570 missed a spot
git-svn-id: http://svn.osgeo.org/postgis/trunk@3865 b70326c6-7e19-0410-871a-916f4a2858ee
2009-03-13 13:05:43 +00:00
Regina Obe 63ec1535f9 remove using_postgis and reference and add using_postgis_dataman, using_postgis_app
git-svn-id: http://svn.osgeo.org/postgis/trunk@3864 b70326c6-7e19-0410-871a-916f4a2858ee
2009-03-13 12:53:05 +00:00
Mark Cave-Ayland 879e37fd70 Some documentation updates; change the instructions for decompressing the tarballs for PROJ and GEOS so that they work for our Solaris friends (as per the instructions for the main PostGIS tarball). Also move version entities for GEOS and PROJ into postgis.xml, so that as newer versions of PROJ/GEOS are released, we only need to update the version number in one location for the change to be reflected throughout the installation documentation.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3833 b70326c6-7e19-0410-871a-916f4a2858ee
2009-03-10 17:24:25 +00:00
Kevin Neufeld dba343e81f added a new aggregate and sql_mm toc to docs generated via a custom xsl (provided by Regina Obe) to the documentation Makefile
git-svn-id: http://svn.osgeo.org/postgis/trunk@3030 b70326c6-7e19-0410-871a-916f4a2858ee
2008-09-30 04:06:13 +00:00
Kevin Neufeld cae0fd66e7 changed @@LAST_RELEASE_VERSION@@ with a DocBook variable so the correct version number gets substituted in all included files, not just postgis.xml
git-svn-id: http://svn.osgeo.org/postgis/trunk@2879 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-23 16:40:07 +00:00
Kevin Neufeld 4ad4774fd0 Started migration of the functions in reference.xml using the <variablelist> concept to a new "reference_new.xml" using DocBook's <refentry> concept. Once migration is complete, reference.xml will be removed and reference_new.xml will be renamed to reference.xml. The included template.xml file is not used, except to provide example usage of DocBook's refentry tag.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2850 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-15 06:57:32 +00:00
Kevin Neufeld 81143c5872 split postgis.xml into manageable chunks, broken at chapter divisions.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2831 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-08 05:09:36 +00:00
Kevin Neufeld 0118bed03b updated tips section to reference ST_* function names
git-svn-id: http://svn.osgeo.org/postgis/trunk@2830 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-08 03:12:08 +00:00
Regina Obe 5cb64e3443 Example of ST_AddPoint, some fixes of non-ST references, miscellaneous indenting changes.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2829 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-07 12:20:43 +00:00
Regina Obe 0a44983cea Add examples for ST_MakePolygon, correct non-st to ST references in ST_MakePolygon section
git-svn-id: http://svn.osgeo.org/postgis/trunk@2828 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-07 11:57:11 +00:00
Regina Obe cd80d8ea2e fixed ST_Dimension example, flipped order of conditions in WHERE on some examples (in later versions of PostgreSQL since we don't have our costs right - the planner may choose to process in order of conditions
git-svn-id: http://svn.osgeo.org/postgis/trunk@2827 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-06 07:22:51 +00:00
Kevin Neufeld c08f0bc4b1 fixed typo in a WKT example.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2826 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-06 01:47:38 +00:00
Regina Obe ad39f723d3 Examples of use of ST_MakeLine, correction to my ST_Collect example.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2825 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-03 19:07:35 +00:00
Paul Ramsey d771978383 Add version information to <title>
git-svn-id: http://svn.osgeo.org/postgis/trunk@2824 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-03 17:36:46 +00:00
Regina Obe 0007d4f8de Fixed typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@2817 b70326c6-7e19-0410-871a-916f4a2858ee
2008-06-30 15:30:17 +00:00
Regina Obe 18ff3d7776 Flesh out definition of ST_Collect and how to use it.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2814 b70326c6-7e19-0410-871a-916f4a2858ee
2008-06-28 05:34:59 +00:00
Regina Obe 066e01da79 Fix mismatched para in intersection documentation and remove dangling command tag in Reporting Documentation Issues section.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2811 b70326c6-7e19-0410-871a-916f4a2858ee
2008-06-24 16:12:56 +00:00
Regina Obe 35dc8cfb04 Definitions for st_convexhull and st_shift_longitude
git-svn-id: http://svn.osgeo.org/postgis/trunk@2810 b70326c6-7e19-0410-871a-916f4a2858ee
2008-06-24 15:57:20 +00:00
Paul Ramsey cc75647ac3 Geomunion name change note, issue 26.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2792 b70326c6-7e19-0410-871a-916f4a2858ee
2008-05-28 21:47:11 +00:00
Paul Ramsey 8100146b06 Bug reporting documentation (issue 27)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2789 b70326c6-7e19-0410-871a-916f4a2858ee
2008-05-28 21:45:01 +00:00
Paul Ramsey 423c328d08 Fix for issue 30, ST_Buffer doco mistake
git-svn-id: http://svn.osgeo.org/postgis/trunk@2787 b70326c6-7e19-0410-871a-916f4a2858ee
2008-05-28 21:35:48 +00:00
Paul Ramsey db69c6e6cd ST_AsGeoJSon patch from Olivier Courtin <olivier.courtin@camptocamp.com>.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2772 b70326c6-7e19-0410-871a-916f4a2858ee
2008-04-24 01:04:52 +00:00
Paul Ramsey 5c76c4b835 envelope doco fix
git-svn-id: http://svn.osgeo.org/postgis/trunk@2771 b70326c6-7e19-0410-871a-916f4a2858ee
2008-04-22 14:54:07 +00:00
Paul Ramsey 8bd2f32bce Versions and news for the 1.3.3 release.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2768 b70326c6-7e19-0410-871a-916f4a2858ee
2008-04-12 18:32:14 +00:00
Paul Ramsey 22b423588a small syntax errors in ST_YMAX, etc functions
git-svn-id: http://svn.osgeo.org/postgis/trunk@2753 b70326c6-7e19-0410-871a-916f4a2858ee
2008-03-30 19:38:42 +00:00
Paul Ramsey 055c3fbb5e Added SVN support patch from Dr. Marco Hugentobler, as described in http://postgis.refractions.net/pipermail/postgis-devel/2008-February/002883.html
git-svn-id: http://svn.osgeo.org/postgis/trunk@2744 b70326c6-7e19-0410-871a-916f4a2858ee
2008-03-28 20:03:42 +00:00
Paul Ramsey 2a71d9a793 Change link to postgis bug tracker
git-svn-id: http://svn.osgeo.org/postgis/trunk@2739 b70326c6-7e19-0410-871a-916f4a2858ee
2008-03-26 03:40:47 +00:00
Paul Ramsey cd70ae56a3 Document ST_SimplifyPreserveTopology(geometry,float)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2737 b70326c6-7e19-0410-871a-916f4a2858ee
2008-02-12 15:05:23 +00:00
Paul Ramsey b2915f0e66 Fix up bad entities and screwed up programlistings from some previous pretty-printing
run on the XML.


git-svn-id: http://svn.osgeo.org/postgis/trunk@2725 b70326c6-7e19-0410-871a-916f4a2858ee
2007-12-03 23:10:50 +00:00
Paul Ramsey b84492e407 Added release notes.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2722 b70326c6-7e19-0410-871a-916f4a2858ee
2007-11-30 18:19:38 +00:00
Mark Cave-Ayland d95ab5d76d Commit modified version of Barbara Phillipot's GML patch to fix existing output to make it GML2 compliant, plus add GML3 output capability
git-svn-id: http://svn.osgeo.org/postgis/trunk@2707 b70326c6-7e19-0410-871a-916f4a2858ee
2007-09-06 16:03:56 +00:00
Paul Ramsey 317d31c2d3 Rename ST_GeomUnion to ST_Union in docs and ST_MemGeomUnion to ST_MemUnion in
.sql.


git-svn-id: http://svn.osgeo.org/postgis/trunk@2700 b70326c6-7e19-0410-871a-916f4a2858ee
2007-08-22 15:09:43 +00:00
Paul Ramsey aa0064151f Version flip up to 1.3.1
git-svn-id: http://svn.osgeo.org/postgis/trunk@2691 b70326c6-7e19-0410-871a-916f4a2858ee
2007-08-13 16:12:57 +00:00
Mark Cave-Ayland 3689489dc4 Fixed spelling error for the word "geometry" thanks to Regina Obe, plus added comment about initial PostgreSQL 8.3 support.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2690 b70326c6-7e19-0410-871a-916f4a2858ee
2007-08-13 15:51:04 +00:00
Mark Cave-Ayland a1bf277538 This time really fix the documentation missing tag problem...
git-svn-id: http://svn.osgeo.org/postgis/trunk@2689 b70326c6-7e19-0410-871a-916f4a2858ee
2007-08-13 07:27:54 +00:00
Mark Cave-Ayland d73d55974d Fix documentation since an error in the 1.3.0 release notes xml caused the build to fail (this may need author review)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2688 b70326c6-7e19-0410-871a-916f4a2858ee
2007-08-13 07:14:59 +00:00
Mark Leslie b997755208 Added release notes and updated version numbers and release dates.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2684 b70326c6-7e19-0410-871a-916f4a2858ee
2007-08-09 22:50:16 +00:00
Mark Leslie 4147dc7de0 Applying Michael Fuhrs patch to correct my attrocious selling.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2665 b70326c6-7e19-0410-871a-916f4a2858ee
2007-07-18 15:57:27 +00:00
Mark Leslie 794627ea67 Added notes about the implicit index operators on the relational functions.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2664 b70326c6-7e19-0410-871a-916f4a2858ee
2007-07-16 18:53:52 +00:00
Paul Ramsey 1399e14cd2 ST_Dwithin reference entry
git-svn-id: http://svn.osgeo.org/postgis/trunk@2648 b70326c6-7e19-0410-871a-916f4a2858ee
2007-07-06 16:45:59 +00:00
Mark Leslie e4236983db Added ST_Covers and ST_CoveredBy functions, as discussed at http://lin-ear-th-inking.blogspot.com. Added regression tests and documention for the new functions.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2635 b70326c6-7e19-0410-871a-916f4a2858ee
2007-06-28 22:46:08 +00:00
Paul Ramsey 4d7cb627e8 Typo corrections from Michael Fuhr.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2623 b70326c6-7e19-0410-871a-916f4a2858ee
2007-06-12 14:46:30 +00:00
Mark Leslie 80626bc275 Updated the docs to reflect the function name transition.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2618 b70326c6-7e19-0410-871a-916f4a2858ee
2007-06-05 20:46:05 +00:00
Paul Ramsey 064ef3dab8 Spelling fix
git-svn-id: http://svn.osgeo.org/postgis/trunk@2604 b70326c6-7e19-0410-871a-916f4a2858ee
2007-05-08 16:37:09 +00:00
Paul Ramsey bcf72f6f28 Small doco fix
git-svn-id: http://svn.osgeo.org/postgis/trunk@2602 b70326c6-7e19-0410-871a-916f4a2858ee
2007-04-02 21:17:33 +00:00
Paul Ramsey 084b8fd24d Remove minor typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@2596 b70326c6-7e19-0410-871a-916f4a2858ee
2007-02-28 17:39:31 +00:00