]> granicus.if.org Git - postgis/log
postgis
16 years agoAdd to ST_SetSRID - reference to spatial_ref_sys
Regina Obe [Wed, 17 Sep 2008 15:05:39 +0000 (15:05 +0000)]
Add to ST_SetSRID - reference to spatial_ref_sys

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

16 years agoLink ST_SetSRID to updated spatial_ref_sys section using cutesy anchor.
Regina Obe [Wed, 17 Sep 2008 14:46:25 +0000 (14:46 +0000)]
Link ST_SetSRID to updated spatial_ref_sys section using cutesy anchor.

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

16 years agoGive spatial reference systems section a cutesy anchor.
Regina Obe [Wed, 17 Sep 2008 14:41:25 +0000 (14:41 +0000)]
Give spatial reference systems section a cutesy anchor.

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

16 years agogit-svn-id: http://svn.osgeo.org/postgis/trunk@2977 b70326c6-7e19-0410-871a-916f4a2858ee
Regina Obe [Wed, 17 Sep 2008 05:49:28 +0000 (05:49 +0000)]
git-svn-id: http://svn.osgeo.org/postgis/trunk@2977 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agotypo in link
Regina Obe [Wed, 17 Sep 2008 05:48:26 +0000 (05:48 +0000)]
typo in link

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

16 years agomore fleshing out of spatial ref section
Regina Obe [Wed, 17 Sep 2008 04:14:15 +0000 (04:14 +0000)]
more fleshing out of spatial ref section

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

16 years agoBeef up spatial reference section. Still needs work.
Regina Obe [Wed, 17 Sep 2008 04:00:01 +0000 (04:00 +0000)]
Beef up spatial reference section.  Still needs work.

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

16 years agoadded an id to ST_Buffer to provide an end link for cross references.
Kevin Neufeld [Wed, 17 Sep 2008 03:54:36 +0000 (03:54 +0000)]
added an id to ST_Buffer to provide an end link for cross references.

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

16 years agoSilence a few more compiler warnings that had appeared during my last few parser...
Mark Cave-Ayland [Tue, 16 Sep 2008 22:43:31 +0000 (22:43 +0000)]
Silence a few more compiler warnings that had appeared during my last few parser commits.

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

16 years agoAdd an example of how the liblwgeom API can be used by other C programs to manipulate...
Mark Cave-Ayland [Tue, 16 Sep 2008 22:29:54 +0000 (22:29 +0000)]
Add an example of how the liblwgeom API can be used by other C programs to manipulate geometries and output the result. Currently the unparser.c program shows how a geometry can be constructed "on the fly" and then exported in both WKT and HEXWKB formats; however it gives programmers the potential to devise some very unique processing tools which can generate files that can be loaded into PostGIS.

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

16 years agoMove the LWGEOM-specific functions from lwgeom_sqlmm.c into liblwgeom/lwsegmentize...
Mark Cave-Ayland [Tue, 16 Sep 2008 18:44:49 +0000 (18:44 +0000)]
Move the LWGEOM-specific functions from lwgeom_sqlmm.c into liblwgeom/lwsegmentize.c to ensure that liblwgeom can exist as a standalone library.

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

16 years agoCleanup of FAQ
Regina Obe [Tue, 16 Sep 2008 13:35:08 +0000 (13:35 +0000)]
Cleanup of FAQ

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

16 years agoMove over ST_Expand
Regina Obe [Tue, 16 Sep 2008 13:17:08 +0000 (13:17 +0000)]
Move over ST_Expand

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

16 years agoExpand list of contributors
Regina Obe [Tue, 16 Sep 2008 01:51:17 +0000 (01:51 +0000)]
Expand list of contributors

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

16 years agoExpand list of contributors
Regina Obe [Tue, 16 Sep 2008 01:47:59 +0000 (01:47 +0000)]
Expand list of contributors

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

16 years agoFix url link to proj to point to osgeo
Regina Obe [Mon, 15 Sep 2008 11:54:29 +0000 (11:54 +0000)]
Fix url link to proj to point to osgeo

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

16 years agoMoved over ST_IsRing to new PostGIS reference.
Kevin Neufeld [Sat, 13 Sep 2008 05:41:33 +0000 (05:41 +0000)]
Moved over ST_IsRing to new PostGIS reference.
Fixed link errors to ST_IsSimple.

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

16 years agotypo
Regina Obe [Fri, 12 Sep 2008 12:12:39 +0000 (12:12 +0000)]
typo

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

16 years agoSpelled Kevin's last name wrong and Mateusz first name wrong. Sorry Kevin and Mateusz.
Regina Obe [Fri, 12 Sep 2008 10:46:57 +0000 (10:46 +0000)]
Spelled Kevin's last name wrong and Mateusz first name wrong.  Sorry Kevin and Mateusz.

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

16 years agoUpdate Credits and project links
Regina Obe [Fri, 12 Sep 2008 10:40:40 +0000 (10:40 +0000)]
Update Credits and project links
1) Get rid of emails
2) Change order of key contributors based on heuristics a) duration of contribution, b) frequency of contributions, c)recency of contributions, d) impact of contributions,
and add some new contributors (more need to be added)

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

16 years agoReinstate the PDF documentation system based on OpenJade, including integration with...
Mark Cave-Ayland [Thu, 11 Sep 2008 12:18:37 +0000 (12:18 +0000)]
Reinstate the PDF documentation system based on OpenJade, including integration with autoconf. "make postgis.pdf" should now output lovely PDF format documentation :)

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

16 years agoDocumentation fixes to allow PDF documents to be generated from Docbook source using...
Mark Cave-Ayland [Thu, 11 Sep 2008 12:04:36 +0000 (12:04 +0000)]
Documentation fixes to allow PDF documents to be generated from Docbook source using OpenJade - OpenJade seems a lot more strict than xsltproc when generating output :(

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

16 years agoGet rid of left over stuff from ST_IsValid and ST_Summary copy.
Regina Obe [Wed, 10 Sep 2008 21:06:15 +0000 (21:06 +0000)]
Get rid of left over stuff from ST_IsValid and ST_Summary copy.

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

16 years agoexample and result misaligned
Regina Obe [Wed, 10 Sep 2008 11:57:59 +0000 (11:57 +0000)]
example and result misaligned

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

16 years agoMove over ST_Summary and provide example.
Regina Obe [Wed, 10 Sep 2008 11:39:01 +0000 (11:39 +0000)]
Move over ST_Summary and provide example.

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

16 years agoMove over ST_IsValid and provide example
Regina Obe [Wed, 10 Sep 2008 11:28:37 +0000 (11:28 +0000)]
Move over ST_IsValid and provide example

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

16 years agocorrect st_contain signature, other misc fixes
Regina Obe [Wed, 10 Sep 2008 07:28:56 +0000 (07:28 +0000)]
correct st_contain signature, other misc fixes

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

16 years agoAdd ST_IsValid reference to ST_Within.
Regina Obe [Wed, 10 Sep 2008 06:47:55 +0000 (06:47 +0000)]
Add ST_IsValid reference to ST_Within.

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

16 years agoAllow a flags parameter to be passed into the WKT parser to determine which consisten...
Mark Cave-Ayland [Tue, 9 Sep 2008 21:10:46 +0000 (21:10 +0000)]
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

16 years agoCommit generated versions of the new parser files for people who do not have flex...
Mark Cave-Ayland [Mon, 8 Sep 2008 20:17:29 +0000 (20:17 +0000)]
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

16 years agoEnhance geometry parser so that it keeps track of the current position during parsing...
Mark Cave-Ayland [Mon, 8 Sep 2008 20:16:04 +0000 (20:16 +0000)]
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

16 years agoMove over ST_Translate and provide example use
Regina Obe [Mon, 8 Sep 2008 13:12:59 +0000 (13:12 +0000)]
Move over ST_Translate and provide example use

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

16 years agoYet another update to the liblwgeom parser API - lwgeom_from_ewkt() has been renamed...
Mark Cave-Ayland [Sun, 7 Sep 2008 11:02:05 +0000 (11:02 +0000)]
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

16 years agotypo in funcprototype
Regina Obe [Sun, 7 Sep 2008 09:14:59 +0000 (09:14 +0000)]
typo in funcprototype

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

16 years agoProvide example of ST_SetPoint
Regina Obe [Sun, 7 Sep 2008 09:07:08 +0000 (09:07 +0000)]
Provide example of ST_SetPoint

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

16 years agoMove over ST_SetPoint to new section
Regina Obe [Sun, 7 Sep 2008 08:43:29 +0000 (08:43 +0000)]
Move over ST_SetPoint to new section

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

16 years agochange alias field names of st_contains examples
Regina Obe [Sat, 6 Sep 2008 19:12:58 +0000 (19:12 +0000)]
change alias field names of st_contains examples

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

16 years agocorrect mm spec section of ST_Contains. Remove MM ST_Contains from old ref section
Regina Obe [Sat, 6 Sep 2008 19:02:42 +0000 (19:02 +0000)]
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

16 years agoMove over ST_Contains to new section. Provide example. Minor changes to ST_Within
Regina Obe [Sat, 6 Sep 2008 18:58:03 +0000 (18:58 +0000)]
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

16 years agoPut in disclaimer on ST_Equals when dealing with invalid geometries
Regina Obe [Thu, 4 Sep 2008 18:28:31 +0000 (18:28 +0000)]
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

16 years agoMove over ST_NDims and ST_Dimension to new reference section
Regina Obe [Thu, 4 Sep 2008 12:40:51 +0000 (12:40 +0000)]
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

16 years agominor change to example
Regina Obe [Thu, 4 Sep 2008 12:08:40 +0000 (12:08 +0000)]
minor change to example

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

16 years agoaccidentally took out reference from ST_OrderingEquals
Regina Obe [Thu, 4 Sep 2008 12:04:00 +0000 (12:04 +0000)]
accidentally took out reference from ST_OrderingEquals

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

16 years agoMove over ST_Overlaps to new reference section and provide some examples
Regina Obe [Thu, 4 Sep 2008 11:56:48 +0000 (11:56 +0000)]
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

16 years agoFixed url links to geos and proj. Both are now osgeo projects and no longer at refra...
Regina Obe [Thu, 28 Aug 2008 21:09:40 +0000 (21:09 +0000)]
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

16 years agomoved ST_IsClosed to the new documentation template.
Kevin Neufeld [Wed, 27 Aug 2008 04:34:20 +0000 (04:34 +0000)]
moved ST_IsClosed to the new documentation template.

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

16 years agomoved ST_StartPoint and ST_EndPoint to new reference_new.xml
Kevin Neufeld [Sun, 24 Aug 2008 04:54:33 +0000 (04:54 +0000)]
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

16 years agoanother typo
Regina Obe [Fri, 22 Aug 2008 17:47:05 +0000 (17:47 +0000)]
another typo

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

16 years agoTypo
Regina Obe [Fri, 22 Aug 2008 17:36:26 +0000 (17:36 +0000)]
Typo

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

16 years agoSome changes based on Mark's comments.
Regina Obe [Fri, 22 Aug 2008 17:13:01 +0000 (17:13 +0000)]
Some changes based on Mark's comments.

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

16 years agoMore typos
Regina Obe [Fri, 22 Aug 2008 14:46:15 +0000 (14:46 +0000)]
More typos

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

16 years agotypo
Regina Obe [Fri, 22 Aug 2008 13:37:36 +0000 (13:37 +0000)]
typo

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

16 years agoMore reordering
Regina Obe [Fri, 22 Aug 2008 13:05:53 +0000 (13:05 +0000)]
More reordering

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

16 years agoInstallation got moved out of order for some reason.
Regina Obe [Fri, 22 Aug 2008 12:52:12 +0000 (12:52 +0000)]
Installation got moved out of order for some reason.

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

16 years agoTypo
Regina Obe [Fri, 22 Aug 2008 12:32:37 +0000 (12:32 +0000)]
Typo

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

16 years agoUpdated the installations docs. I took some of Olivier Courtin instructions for insta...
Regina Obe [Fri, 22 Aug 2008 12:14:47 +0000 (12:14 +0000)]
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

16 years agoUpdate PostGIS README file to account for changes in SVN trunk.
Mark Cave-Ayland [Thu, 21 Aug 2008 11:27:54 +0000 (11:27 +0000)]
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

16 years agoUpdate PostGIS SVN trunk to use the new 8.4 GiST API (where RECHECK is now specified...
Mark Cave-Ayland [Thu, 21 Aug 2008 10:56:10 +0000 (10:56 +0000)]
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

16 years agoAlter the lwgeom Makefile so that liblwgeom.a is linked directly, rather than using...
Mark Cave-Ayland [Thu, 21 Aug 2008 08:45:07 +0000 (08:45 +0000)]
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

16 years agomove to CLASS/STYLE mapserver 5.X syntax
Paul Ramsey [Tue, 12 Aug 2008 16:42:37 +0000 (16:42 +0000)]
move to CLASS/STYLE mapserver 5.X syntax

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

16 years agoMoved over ST_SRID, fixed a typo, added some references
Regina Obe [Mon, 4 Aug 2008 11:50:16 +0000 (11:50 +0000)]
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

16 years agogot rid of additional entry for ST_GeomFromText - was already moved over, moved over...
Regina Obe [Mon, 4 Aug 2008 11:32:45 +0000 (11:32 +0000)]
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

16 years agoSpelling changes from Mark Kolybabi.
Paul Ramsey [Sun, 3 Aug 2008 15:05:39 +0000 (15:05 +0000)]
Spelling changes from Mark Kolybabi.

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

16 years agoAdd a download reference for Apache Ant, plus fix a couple more typos.
Mark Cave-Ayland [Sat, 2 Aug 2008 22:03:57 +0000 (22:03 +0000)]
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

16 years agoCorrect typo from the previous documentation commit.
Mark Cave-Ayland [Sat, 2 Aug 2008 08:41:55 +0000 (08:41 +0000)]
Correct typo from the previous documentation commit.

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

16 years agoA long overdue documentation update - update the installation section to reflect...
Mark Cave-Ayland [Sat, 2 Aug 2008 08:24:21 +0000 (08:24 +0000)]
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

16 years agobad break in GeoJSON example
Regina Obe [Fri, 1 Aug 2008 16:01:16 +0000 (16:01 +0000)]
bad break in GeoJSON example

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

16 years agoProvide example for geojson (excerpts from postgis newsgroup thread)
Regina Obe [Fri, 1 Aug 2008 15:18:43 +0000 (15:18 +0000)]
Provide example for geojson (excerpts from postgis newsgroup thread)

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

16 years agoReverted html markup for mathematical expressions in ST_Touches and ST_Crosses to...
Kevin Neufeld [Fri, 1 Aug 2008 15:12:20 +0000 (15:12 +0000)]
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

16 years agosmall grammar correction in ST_Touches
Kevin Neufeld [Fri, 1 Aug 2008 04:42:51 +0000 (04:42 +0000)]
small grammar correction in ST_Touches

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

16 years agoadded ST_Touches examples
Kevin Neufeld [Fri, 1 Aug 2008 04:26:07 +0000 (04:26 +0000)]
added ST_Touches examples

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

16 years agotook out kml example - causing parsing error.
Regina Obe [Thu, 31 Jul 2008 12:32:50 +0000 (12:32 +0000)]
took out kml example - causing parsing error.

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

16 years agoMoved over remaining geometry output functions and put in availability for each.
Regina Obe [Thu, 31 Jul 2008 12:14:56 +0000 (12:14 +0000)]
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

16 years agoPut in Availability 1.3.4 for ST_AsGeoJSON
Regina Obe [Thu, 31 Jul 2008 06:35:51 +0000 (06:35 +0000)]
Put in Availability 1.3.4 for ST_AsGeoJSON

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

16 years agofixed small typo in ST_Touches mathematical expression
Kevin Neufeld [Thu, 31 Jul 2008 06:33:08 +0000 (06:33 +0000)]
fixed small typo in ST_Touches mathematical expression

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

16 years agoMoved over ST_Touches to new PostGIS reference. Examples forthcoming.
Kevin Neufeld [Thu, 31 Jul 2008 06:29:52 +0000 (06:29 +0000)]
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

16 years agoreplaced the mathematical gif expression in ST_Crosses with simple html markup
Kevin Neufeld [Thu, 31 Jul 2008 04:57:39 +0000 (04:57 +0000)]
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

16 years agoMove over ST_WKTToSQL and also defined ST_GeometryFromText (didn't see it in the...
Regina Obe [Wed, 30 Jul 2008 14:05:00 +0000 (14:05 +0000)]
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

16 years agoGot rid pf superfluous redirection to deprecated functions of ST_GeomFromWkb and...
Regina Obe [Wed, 30 Jul 2008 11:41:23 +0000 (11:41 +0000)]
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

16 years agogrammatical error
Regina Obe [Tue, 29 Jul 2008 15:46:59 +0000 (15:46 +0000)]
grammatical error

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

16 years agoMove over ST_Collect and ST_Union, provide examples for ST_Union. Get rid of comment...
Regina Obe [Tue, 29 Jul 2008 15:42:35 +0000 (15:42 +0000)]
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

16 years agotypo in function declare for perimeter
Regina Obe [Tue, 29 Jul 2008 12:35:51 +0000 (12:35 +0000)]
typo in function declare for perimeter

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

16 years agoremove ST_Area from reference.xml already accounted for in reference_new.xml, move...
Regina Obe [Tue, 29 Jul 2008 12:00:08 +0000 (12:00 +0000)]
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

16 years agomoved over st_pointonsurface and provided examples.
Kevin Neufeld [Tue, 29 Jul 2008 05:43:57 +0000 (05:43 +0000)]
moved over st_pointonsurface and provided examples.

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

16 years agomoved over st_centroid and provided examples in both svg and png format. Eventually...
Kevin Neufeld [Tue, 29 Jul 2008 05:11:11 +0000 (05:11 +0000)]
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

16 years agominor formatting changes, note about ST_NumPOints being an alias for ST_NPoints movin...
Regina Obe [Tue, 29 Jul 2008 04:42:56 +0000 (04:42 +0000)]
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

16 years agofixed some minor xrefences in the documentation so the autobuild doesn't throw errors.
Kevin Neufeld [Mon, 28 Jul 2008 19:05:20 +0000 (19:05 +0000)]
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

16 years agoMove over ST_GeomFromEWKT, ST_GeomFromEWKB and provide examples. Fix some miscellane...
Regina Obe [Mon, 28 Jul 2008 12:07:47 +0000 (12:07 +0000)]
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

16 years agoAllow Makefile substitutions for PGCONFIG which are required if pg_config is not...
Mark Cave-Ayland [Mon, 28 Jul 2008 10:03:31 +0000 (10:03 +0000)]
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

16 years agoFix -o option for flex; the output filename must be specified immediately after ...
Mark Cave-Ayland [Mon, 28 Jul 2008 09:13:45 +0000 (09:13 +0000)]
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

16 years agoMove over ST_GeomFromText and provide examples
Regina Obe [Thu, 24 Jul 2008 11:58:18 +0000 (11:58 +0000)]
Move over ST_GeomFromText and provide examples

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

16 years agoAdd PROJ.4 version check to ensure that a minimum version of 4.5.0 is installed....
Mark Cave-Ayland [Thu, 24 Jul 2008 10:22:16 +0000 (10:22 +0000)]
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

16 years agoMoved several version functions to the new PostGIS reference.
Kevin Neufeld [Thu, 24 Jul 2008 05:55:44 +0000 (05:55 +0000)]
Moved several version functions to the new PostGIS reference.

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

16 years agoadded some xreferences so the autobuild process does not throw errors.
Kevin Neufeld [Wed, 23 Jul 2008 17:13:08 +0000 (17:13 +0000)]
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

16 years agochanged @@LAST_RELEASE_VERSION@@ with a DocBook variable so the correct version numbe...
Kevin Neufeld [Wed, 23 Jul 2008 16:40:07 +0000 (16:40 +0000)]
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

16 years agomove of ST_AsBinary,ST_AsEWKB - add examples, various minor fixes to ST_As function...
Regina Obe [Wed, 23 Jul 2008 12:03:03 +0000 (12:03 +0000)]
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

16 years agogit-svn-id: http://svn.osgeo.org/postgis/trunk@2877 b70326c6-7e19-0410-871a-916f4a2858ee
Regina Obe [Wed, 23 Jul 2008 10:56:31 +0000 (10:56 +0000)]
git-svn-id: http://svn.osgeo.org/postgis/trunk@2877 b70326c6-7e19-0410-871a-916f4a2858ee

16 years agoDeprecate ST_area2d
Regina Obe [Tue, 22 Jul 2008 13:53:26 +0000 (13:53 +0000)]
Deprecate ST_area2d

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

16 years agoMove over ST_AsText, ST_AsEWKT and provide examples. Change order of ST_Multi.
Regina Obe [Tue, 22 Jul 2008 11:38:39 +0000 (11:38 +0000)]
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

16 years agomove over ST_SetSRID, ST_Transform and ST_Multi. Provide examples.
Regina Obe [Tue, 22 Jul 2008 11:12:32 +0000 (11:12 +0000)]
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