]>
granicus.if.org Git - postgis/log
Paul Ramsey [Thu, 25 Sep 2008 20:46:16 +0000 (20:46 +0000)]
Another biggish leak into the parent context.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3010
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 25 Sep 2008 19:18:37 +0000 (19:18 +0000)]
More small memory leaks removed.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3009
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 25 Sep 2008 17:18:25 +0000 (17:18 +0000)]
Remove more memory leaks from P-I-P shortcut code.
git-svn-id: http://svn.osgeo.org/postgis/trunk@3008
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 25 Sep 2008 12:18:01 +0000 (12:18 +0000)]
More typo fixes
git-svn-id: http://svn.osgeo.org/postgis/trunk@3007
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 25 Sep 2008 12:10:41 +0000 (12:10 +0000)]
Move over ST_MakePointM, miscellaneous typo fixes
git-svn-id: http://svn.osgeo.org/postgis/trunk@3006
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 24 Sep 2008 14:05:55 +0000 (14:05 +0000)]
Put svn back in microversion
git-svn-id: http://svn.osgeo.org/postgis/trunk@3003
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 24 Sep 2008 14:01:57 +0000 (14:01 +0000)]
typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@3002
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 24 Sep 2008 13:55:39 +0000 (13:55 +0000)]
Added ST_MakePointM, removed redundant redefinition of MakePointM so docs are now in synch with actual functions.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2999
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Tue, 23 Sep 2008 21:32:19 +0000 (21:32 +0000)]
Use __va_copy() to pass a copy of the variadic structure to lw_vasprintf() to solve ABI difference between 32bit/64bit architectures.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2998
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Tue, 23 Sep 2008 19:59:36 +0000 (19:59 +0000)]
Remove a couple more warnings when compiling with debug enabled from lwgeom_gist.c.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2997
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Tue, 23 Sep 2008 19:53:12 +0000 (19:53 +0000)]
Revert commit 2990: the real bug was that the LWDEBUG statement was incorrect rather than the code - the additional read_int() was causing an off-by-one error when outputting WKB causing several regression tests to fail.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2996
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Tue, 23 Sep 2008 19:44:57 +0000 (19:44 +0000)]
Refactor the memory management routines to account for the fact that variadic functions can't be called directly from the initial allocators. Also solve issues related to differences between the system vasprintf() (if supplied) and the liblwgeom vasprintf() by renaming to lw_vasprintf() and using it throughout PostGIS. With all this in place, GBT#54 is fixed which is very useful when debugging ;)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2995
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 23 Sep 2008 19:07:03 +0000 (19:07 +0000)]
Reduce p-i-p memory leak by 50%
git-svn-id: http://svn.osgeo.org/postgis/trunk@2993
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 23 Sep 2008 13:05:23 +0000 (13:05 +0000)]
fix typo add more links
git-svn-id: http://svn.osgeo.org/postgis/trunk@2992
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 23 Sep 2008 13:00:04 +0000 (13:00 +0000)]
Move over ST_Buffer
git-svn-id: http://svn.osgeo.org/postgis/trunk@2991
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Mon, 22 Sep 2008 22:59:47 +0000 (22:59 +0000)]
Add cnt declaration where missing.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2990
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 22 Sep 2008 17:55:30 +0000 (17:55 +0000)]
change to xsl 1.0 plus minor indent change
git-svn-id: http://svn.osgeo.org/postgis/trunk@2989
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 22 Sep 2008 12:28:57 +0000 (12:28 +0000)]
Add xsl file that autogenerates sql set comment statements from reference_new.xml
git-svn-id: http://svn.osgeo.org/postgis/trunk@2988
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 22 Sep 2008 12:18:07 +0000 (12:18 +0000)]
Realized from my sql comment generation xsl that there is really no ST_WKTToSQL that takes an SRID and no ST_BD.. that doesn't take an SRID. Very shocking.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2987
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 21 Sep 2008 23:15:16 +0000 (23:15 +0000)]
typo in st_setsrid returns geometry not boolean
git-svn-id: http://svn.osgeo.org/postgis/trunk@2986
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 18 Sep 2008 22:12:17 +0000 (22:12 +0000)]
Add a few more generated files to ignore
git-svn-id: http://svn.osgeo.org/postgis/trunk@2985
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 18 Sep 2008 22:09:58 +0000 (22:09 +0000)]
Set ignore properties on generated files.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2984
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Thu, 18 Sep 2008 13:54:05 +0000 (13:54 +0000)]
Update the code for unparsing LWGEOMs to WKB/WKT so that it includes the standard simple checks: LINESTRINGs must have > 2 points, POLYGONs must have closed rings and CIRCULARSTRINGs must have > 2 points and the number of points must be odd. There is still a little more work to do to allow flags to be passed into the parser to specify which checks should be enforced, much like has already been done for the parsing from WKB/WKT to LWGEOM.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2983
b70326c6 -7e19-0410-871a-
916f4a2858ee
Kevin Neufeld [Thu, 18 Sep 2008 04:34:32 +0000 (04:34 +0000)]
commit to test autobuild process and svn hooks
- removed extra tabs from preformatted text blocks
git-svn-id: http://svn.osgeo.org/postgis/trunk@2982
b70326c6 -7e19-0410-871a-
916f4a2858ee
Kevin Neufeld [Thu, 18 Sep 2008 04:22:07 +0000 (04:22 +0000)]
commit to test autobuild process and svn hooks
- removed extra tabs from preformatted text blocks
git-svn-id: http://svn.osgeo.org/postgis/trunk@2981
b70326c6 -7e19-0410-871a-
916f4a2858ee
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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