Commit graph

2673 commits

Author SHA1 Message Date
Regina Obe 99d8f7a125 Add ST_IsValid reference to ST_Within.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2950 b70326c6-7e19-0410-871a-916f4a2858ee
2008-09-10 06:47:55 +00:00
Mark Cave-Ayland 742d9515ca Allow a flags parameter to be passed into the WKT parser to determine which consistency checks are performed out of polygon ring closure, minimum number of points and odd number of points.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2949 b70326c6-7e19-0410-871a-916f4a2858ee
2008-09-09 21:10:46 +00:00
Mark Cave-Ayland 0f7eae6d0e Commit generated versions of the new parser files for people who do not have flex or bison installed.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2948 b70326c6-7e19-0410-871a-916f4a2858ee
2008-09-08 20:17:29 +00:00
Mark Cave-Ayland 8437f89419 Enhance geometry parser so that it keeps track of the current position during parsing. With a bit more work, this should allow error messages to pinpoint the exact location of an invalid geometry section or syntax error.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2947 b70326c6-7e19-0410-871a-916f4a2858ee
2008-09-08 20:16:04 +00:00
Regina Obe 4de0242aec Move over ST_Translate and provide example use
git-svn-id: http://svn.osgeo.org/postgis/trunk@2946 b70326c6-7e19-0410-871a-916f4a2858ee
2008-09-08 13:12:59 +00:00
Mark Cave-Ayland b0641e9c1d Yet another update to the liblwgeom parser API - lwgeom_from_ewkt() has been renamed to serialized_lwgeom_from_ewkt() to indicate that the function returns a serialied LWGEOM rather than an unserialized LWGEOM structure.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2945 b70326c6-7e19-0410-871a-916f4a2858ee
2008-09-07 11:02:05 +00:00
Regina Obe ea223e1641 typo in funcprototype
git-svn-id: http://svn.osgeo.org/postgis/trunk@2944 b70326c6-7e19-0410-871a-916f4a2858ee
2008-09-07 09:14:59 +00:00
Regina Obe cdbdef2de9 Provide example of ST_SetPoint
git-svn-id: http://svn.osgeo.org/postgis/trunk@2943 b70326c6-7e19-0410-871a-916f4a2858ee
2008-09-07 09:07:08 +00:00
Regina Obe 0d930762cc Move over ST_SetPoint to new section
git-svn-id: http://svn.osgeo.org/postgis/trunk@2942 b70326c6-7e19-0410-871a-916f4a2858ee
2008-09-07 08:43:29 +00:00
Regina Obe ee5c9835a9 change alias field names of st_contains examples
git-svn-id: http://svn.osgeo.org/postgis/trunk@2941 b70326c6-7e19-0410-871a-916f4a2858ee
2008-09-06 19:12:58 +00:00
Regina Obe 6247f0ff7d correct mm spec section of ST_Contains. Remove MM ST_Contains from old ref section
git-svn-id: http://svn.osgeo.org/postgis/trunk@2940 b70326c6-7e19-0410-871a-916f4a2858ee
2008-09-06 19:02:42 +00:00
Regina Obe a82d95d3e3 Move over ST_Contains to new section. Provide example. Minor changes to ST_Within
git-svn-id: http://svn.osgeo.org/postgis/trunk@2939 b70326c6-7e19-0410-871a-916f4a2858ee
2008-09-06 18:58:03 +00:00
Regina Obe 1aa375d06f Put in disclaimer on ST_Equals when dealing with invalid geometries
git-svn-id: http://svn.osgeo.org/postgis/trunk@2938 b70326c6-7e19-0410-871a-916f4a2858ee
2008-09-04 18:28:31 +00:00
Regina Obe 2cdd4affd9 Move over ST_NDims and ST_Dimension to new reference section
git-svn-id: http://svn.osgeo.org/postgis/trunk@2937 b70326c6-7e19-0410-871a-916f4a2858ee
2008-09-04 12:40:51 +00:00
Regina Obe 1a43fa998a minor change to example
git-svn-id: http://svn.osgeo.org/postgis/trunk@2936 b70326c6-7e19-0410-871a-916f4a2858ee
2008-09-04 12:08:40 +00:00
Regina Obe 6a767542cf accidentally took out reference from ST_OrderingEquals
git-svn-id: http://svn.osgeo.org/postgis/trunk@2935 b70326c6-7e19-0410-871a-916f4a2858ee
2008-09-04 12:04:00 +00:00
Regina Obe bac3ac995b Move over ST_Overlaps to new reference section and provide some examples
git-svn-id: http://svn.osgeo.org/postgis/trunk@2934 b70326c6-7e19-0410-871a-916f4a2858ee
2008-09-04 11:56:48 +00:00
Regina Obe 06495499a8 Fixed url links to geos and proj. Both are now osgeo projects and no longer at refractions or remotesensing. Move around instructions putting geos and proj compilation steps at the end per Mark's request
git-svn-id: http://svn.osgeo.org/postgis/trunk@2932 b70326c6-7e19-0410-871a-916f4a2858ee
2008-08-28 21:09:40 +00:00
Kevin Neufeld e2928cbd66 moved ST_IsClosed to the new documentation template.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2931 b70326c6-7e19-0410-871a-916f4a2858ee
2008-08-27 04:34:20 +00:00
Kevin Neufeld f05bc3d8a3 moved ST_StartPoint and ST_EndPoint to new reference_new.xml
git-svn-id: http://svn.osgeo.org/postgis/trunk@2930 b70326c6-7e19-0410-871a-916f4a2858ee
2008-08-24 04:54:33 +00:00
Regina Obe c1bd031244 another typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@2929 b70326c6-7e19-0410-871a-916f4a2858ee
2008-08-22 17:47:05 +00:00
Regina Obe 8fcf40ef7a Typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@2928 b70326c6-7e19-0410-871a-916f4a2858ee
2008-08-22 17:36:26 +00:00
Regina Obe 5b58533974 Some changes based on Mark's comments.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2927 b70326c6-7e19-0410-871a-916f4a2858ee
2008-08-22 17:13:01 +00:00
Regina Obe 855f30269e More typos
git-svn-id: http://svn.osgeo.org/postgis/trunk@2926 b70326c6-7e19-0410-871a-916f4a2858ee
2008-08-22 14:46:15 +00:00
Regina Obe e42f739875 typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@2925 b70326c6-7e19-0410-871a-916f4a2858ee
2008-08-22 13:37:36 +00:00
Regina Obe 30c0f9885c More reordering
git-svn-id: http://svn.osgeo.org/postgis/trunk@2924 b70326c6-7e19-0410-871a-916f4a2858ee
2008-08-22 13:05:53 +00:00
Regina Obe 655f9eb58f Installation got moved out of order for some reason.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2923 b70326c6-7e19-0410-871a-916f4a2858ee
2008-08-22 12:52:12 +00:00
Regina Obe c39402389a Typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@2922 b70326c6-7e19-0410-871a-916f4a2858ee
2008-08-22 12:32:37 +00:00
Regina Obe 1c01c65ae5 Updated the installations docs. I took some of Olivier Courtin instructions for install (http://postgis.refractions.net/pipermail/postgis-users/2008-August/020746.html) which seemed much easier to follow than the ones we currently have. Also corrected path settings we had to the install files. They are all in downloads not root of postgis as we suggested.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2921 b70326c6-7e19-0410-871a-916f4a2858ee
2008-08-22 12:14:47 +00:00
Mark Cave-Ayland a530ea0d1f Update PostGIS README file to account for changes in SVN trunk.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2920 b70326c6-7e19-0410-871a-916f4a2858ee
2008-08-21 11:27:54 +00:00
Mark Cave-Ayland 5c15f5f575 Update PostGIS SVN trunk to use the new 8.4 GiST API (where RECHECK is now specified within the consistent function, rather than being supplied as part of the operator class definition). This allows PostGIS to compile and pass regression tests on the latest PostgreSQL 8.4 CVS HEAD.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2919 b70326c6-7e19-0410-871a-916f4a2858ee
2008-08-21 10:56:10 +00:00
Mark Cave-Ayland 244c935729 Alter the lwgeom Makefile so that liblwgeom.a is linked directly, rather than using the -L...-l options on the command line. This is to prevent problems on OSX where PGXSadds the PostgreSQL $libdir to the PostGIS link line, causing it to link to liblwgeom.so produced by older versions of PostGIS rather than the static liblwgeom.a.
Also change the PGXS CPP/LIB equivalent variables to use += so that extra compile/link options can be supplied. Per report from Robert Rainthorpe, with thanks to William Kyngesburye.



git-svn-id: http://svn.osgeo.org/postgis/trunk@2918 b70326c6-7e19-0410-871a-916f4a2858ee
2008-08-21 08:45:07 +00:00
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