Commit graph

2541 commits

Author SHA1 Message Date
Paul Ramsey b3e8c21669 move to CLASS/STYLE mapserver 5.X syntax
git-svn-id: http://svn.osgeo.org/postgis/trunk@2916 b70326c6-7e19-0410-871a-916f4a2858ee
2008-08-12 16:42:37 +00:00
Regina Obe 0ad5ab72fa Moved over ST_SRID, fixed a typo, added some references
git-svn-id: http://svn.osgeo.org/postgis/trunk@2915 b70326c6-7e19-0410-871a-916f4a2858ee
2008-08-04 11:50:16 +00:00
Regina Obe b8038e8c44 got rid of additional entry for ST_GeomFromText - was already moved over, moved over ST_PointFromText, ST_MakePoint
git-svn-id: http://svn.osgeo.org/postgis/trunk@2914 b70326c6-7e19-0410-871a-916f4a2858ee
2008-08-04 11:32:45 +00:00
Paul Ramsey 935b00b9ec Spelling changes from Mark Kolybabi.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2913 b70326c6-7e19-0410-871a-916f4a2858ee
2008-08-03 15:05:39 +00:00
Mark Cave-Ayland 642471e543 Add a download reference for Apache Ant, plus fix a couple more typos.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2912 b70326c6-7e19-0410-871a-916f4a2858ee
2008-08-02 22:03:57 +00:00
Mark Cave-Ayland ab7efdfb60 Correct typo from the previous documentation commit.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2911 b70326c6-7e19-0410-871a-916f4a2858ee
2008-08-02 08:41:55 +00:00
Mark Cave-Ayland 8c13cd804b A long overdue documentation update - update the installation section to reflect the many changes in the new SVN trunk build system.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2909 b70326c6-7e19-0410-871a-916f4a2858ee
2008-08-02 08:24:21 +00:00
Regina Obe 977592d02f bad break in GeoJSON example
git-svn-id: http://svn.osgeo.org/postgis/trunk@2908 b70326c6-7e19-0410-871a-916f4a2858ee
2008-08-01 16:01:16 +00:00
Regina Obe 525943c40c Provide example for geojson (excerpts from postgis newsgroup thread)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2907 b70326c6-7e19-0410-871a-916f4a2858ee
2008-08-01 15:18:43 +00:00
Kevin Neufeld ada0e4d254 Reverted html markup for mathematical expressions in ST_Touches and ST_Crosses to a gif image. It seems unicode markup does not work well for both IE and Firefox. The next best thing to do is to get MathML markup working.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2906 b70326c6-7e19-0410-871a-916f4a2858ee
2008-08-01 15:12:20 +00:00
Kevin Neufeld c872d1bec6 small grammar correction in ST_Touches
git-svn-id: http://svn.osgeo.org/postgis/trunk@2905 b70326c6-7e19-0410-871a-916f4a2858ee
2008-08-01 04:42:51 +00:00
Kevin Neufeld 3b9e5ccc3f added ST_Touches examples
git-svn-id: http://svn.osgeo.org/postgis/trunk@2904 b70326c6-7e19-0410-871a-916f4a2858ee
2008-08-01 04:26:07 +00:00
Regina Obe 2d3141b28f took out kml example - causing parsing error.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2903 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-31 12:32:50 +00:00
Regina Obe 6c19c2a9eb Moved over remaining geometry output functions and put in availability for each.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2902 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-31 12:14:56 +00:00
Regina Obe 407c28ff82 Put in Availability 1.3.4 for ST_AsGeoJSON
git-svn-id: http://svn.osgeo.org/postgis/trunk@2901 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-31 06:35:51 +00:00
Kevin Neufeld 50dfa16995 fixed small typo in ST_Touches mathematical expression
git-svn-id: http://svn.osgeo.org/postgis/trunk@2899 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-31 06:33:08 +00:00
Kevin Neufeld 20f3dc86a3 Moved over ST_Touches to new PostGIS reference. Examples forthcoming.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2898 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-31 06:29:52 +00:00
Kevin Neufeld aebad0e6d0 replaced the mathematical gif expression in ST_Crosses with simple html markup
git-svn-id: http://svn.osgeo.org/postgis/trunk@2897 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-31 04:57:39 +00:00
Regina Obe cb802d9596 Move over ST_WKTToSQL and also defined ST_GeometryFromText (didn't see it in the old docs, but its not deprecated and is a popular variant)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2896 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-30 14:05:00 +00:00
Regina Obe 3358209a81 Got rid pf superfluous redirection to deprecated functions of ST_GeomFromWkb and ST_GeomFromText - now they just point directly to the c functions. Changed all FromWKB, FromText variants to point to the non-deprecated ST_GeomFrom, ST_BuildArea etc. (before they were pointing at deprecated functions)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2895 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-30 11:41:23 +00:00
Regina Obe 6c5e614e1a grammatical error
git-svn-id: http://svn.osgeo.org/postgis/trunk@2894 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-29 15:46:59 +00:00
Regina Obe 0eadcb32a4 Move over ST_Collect and ST_Union, provide examples for ST_Union. Get rid of comment about don't use ST_Union with geometry collections - seems to work fine with those.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2893 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-29 15:42:35 +00:00
Regina Obe 1aff62255c typo in function declare for perimeter
git-svn-id: http://svn.osgeo.org/postgis/trunk@2892 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-29 12:35:51 +00:00
Regina Obe f39fe54eed remove ST_Area from reference.xml already accounted for in reference_new.xml, move over ST_Length, ST_Perimeter
git-svn-id: http://svn.osgeo.org/postgis/trunk@2891 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-29 12:00:08 +00:00
Kevin Neufeld 7f2bfada70 moved over st_pointonsurface and provided examples.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2890 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-29 05:43:57 +00:00
Kevin Neufeld d22c350df2 moved over st_centroid and provided examples in both svg and png format. Eventually, ImageMagick will be used to generate the png files, but for now they are committed into svn.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2889 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-29 05:11:11 +00:00
Regina Obe 200bb74d5b minor formatting changes, note about ST_NumPOints being an alias for ST_NPoints moving forward.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2888 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-29 04:42:56 +00:00
Kevin Neufeld ec0055fe21 fixed some minor xrefences in the documentation so the autobuild doesn't throw errors.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2887 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-28 19:05:20 +00:00
Regina Obe be1cfc8615 Move over ST_GeomFromEWKT, ST_GeomFromEWKB and provide examples. Fix some miscellaneous references.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2886 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-28 12:07:47 +00:00
Mark Cave-Ayland 4eec27c992 Allow Makefile substitutions for PGCONFIG which are required if pg_config is not located in the path. Note that as part of this fix, we now need to generate topology/Makefile using autoconf. Thanks to Jorgen Austvik for the report and partial patch.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2885 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-28 10:03:31 +00:00
Mark Cave-Ayland 9a8647cfe6 Fix -o option for flex; the output filename must be specified immediately after -o without any preceding white space. Per report from Jorgen Austvik.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2884 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-28 09:13:45 +00:00
Regina Obe 39815d954a Move over ST_GeomFromText and provide examples
git-svn-id: http://svn.osgeo.org/postgis/trunk@2883 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-24 11:58:18 +00:00
Mark Cave-Ayland 2f829b9b34 Add PROJ.4 version check to ensure that a minimum version of 4.5.0 is installed. This is to ensure that the pj_set_searchpath() function is present (note: it was actually added in 4.4.9, however we version detect on major.minor rather than major.minor.release)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2882 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-24 10:22:16 +00:00
Kevin Neufeld f25edf2525 Moved several version functions to the new PostGIS reference.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2881 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-24 05:55:44 +00:00
Kevin Neufeld c9547b3a5e added some xreferences so the autobuild process does not throw errors.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2880 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-23 17:13:08 +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
Regina Obe 16d6ae7cc8 move of ST_AsBinary,ST_AsEWKB - add examples, various minor fixes to ST_As function descriptions
git-svn-id: http://svn.osgeo.org/postgis/trunk@2878 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-23 12:03:03 +00:00
Regina Obe 92d322ab8b git-svn-id: http://svn.osgeo.org/postgis/trunk@2877 b70326c6-7e19-0410-871a-916f4a2858ee 2008-07-23 10:56:31 +00:00
Regina Obe aba4f927ff Deprecate ST_area2d
git-svn-id: http://svn.osgeo.org/postgis/trunk@2876 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-22 13:53:26 +00:00
Regina Obe 62d34b6231 Move over ST_AsText, ST_AsEWKT and provide examples. Change order of ST_Multi.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2875 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-22 11:38:39 +00:00
Regina Obe ce0891960e move over ST_SetSRID, ST_Transform and ST_Multi. Provide examples.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2874 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-22 11:12:32 +00:00
Regina Obe c08f76f13b Remove ST_Area2D and replace with ST_Area - move to new section and provide example
git-svn-id: http://svn.osgeo.org/postgis/trunk@2873 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-21 16:20:28 +00:00
Regina Obe 3a75971566 Move over ST_GeometryType, ST_MakePolygon
git-svn-id: http://svn.osgeo.org/postgis/trunk@2871 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-21 12:09:30 +00:00
Regina Obe 998fa07bcb delete reference to ST_Equals in reference.xml - alread in new version, include an ST_DWithin non-join join example.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2870 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-21 11:38:00 +00:00
Regina Obe 7d9983c2c1 Move over ST_AddPoint, ST_RemovePoint, ST_Npoints, ST_NumPoints and provide examples.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2869 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-18 12:23:07 +00:00
Regina Obe 52cb39bd82 Move ST_Reverse and add example
git-svn-id: http://svn.osgeo.org/postgis/trunk@2868 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-17 14:16:17 +00:00
Regina Obe 8d050f4d77 Move ST_BuildArea expand on definition, provide example, Move ST_BdPolyFromText and ST_BdMPolyFromText
git-svn-id: http://svn.osgeo.org/postgis/trunk@2867 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-17 12:14:54 +00:00
Regina Obe 023d55123f move over ST_Within and provide example
git-svn-id: http://svn.osgeo.org/postgis/trunk@2866 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-17 11:20:11 +00:00
Mark Cave-Ayland 739ccbe6c0 Fix for segfault in ANALYZE due to incorrect use of legacy BOX type within compute_geometry_stats() (Fixes GBT#43). Thanks to Landon Fuller for the bug report and fix.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2864 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-16 08:42:34 +00:00
Kevin Neufeld 3db92219ec moved ST_Envelope, complete with examples.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2863 b70326c6-7e19-0410-871a-916f4a2858ee
2008-07-16 06:42:00 +00:00