]>
granicus.if.org Git - postgis/log
Mark Leslie [Fri, 18 Dec 2009 07:46:24 +0000 (07:46 +0000)]
Reverting the change of r5007, removal of the getopt hack, to get windows builds working again.
git-svn-id: http://svn.osgeo.org/postgis/trunk@5025
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Fri, 18 Dec 2009 06:39:48 +0000 (06:39 +0000)]
Add in icon and resource information for Win32 GUI
git-svn-id: http://svn.osgeo.org/postgis/trunk@5024
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Fri, 18 Dec 2009 05:55:45 +0000 (05:55 +0000)]
Make GUI open w/o console under Win32
git-svn-id: http://svn.osgeo.org/postgis/trunk@5023
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Thu, 17 Dec 2009 12:54:04 +0000 (12:54 +0000)]
Implement proper cleanup if an import fails, and also disable the "Import" button during the import to ensure that multiple import threads can't be launched.
git-svn-id: http://svn.osgeo.org/postgis/trunk@5020
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Thu, 17 Dec 2009 11:16:20 +0000 (11:16 +0000)]
Add GUI option to allow the use of COPY rather than INSERT to load geometries into the database. Currently the default is still to use INSERT.
git-svn-id: http://svn.osgeo.org/postgis/trunk@5019
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Thu, 17 Dec 2009 11:11:46 +0000 (11:11 +0000)]
Fix memory scope error (resulting in segfault) accidentally introduced by the command line changes.
git-svn-id: http://svn.osgeo.org/postgis/trunk@5018
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 16 Dec 2009 17:13:54 +0000 (17:13 +0000)]
Temporarily de-regress the loader while talking to -devel
git-svn-id: http://svn.osgeo.org/postgis/trunk@5013
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 16 Dec 2009 17:00:26 +0000 (17:00 +0000)]
Quiet solaris warnings
git-svn-id: http://svn.osgeo.org/postgis/trunk@5012
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 16 Dec 2009 16:49:16 +0000 (16:49 +0000)]
Remove warning on Solaris
git-svn-id: http://svn.osgeo.org/postgis/trunk@5011
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Wed, 16 Dec 2009 00:43:17 +0000 (00:43 +0000)]
Add initial values.
git-svn-id: http://svn.osgeo.org/postgis/trunk@5010
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 15 Dec 2009 23:55:16 +0000 (23:55 +0000)]
Change MAX_DBF_FIELD_SIZE to 254 (#326)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5009
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 15 Dec 2009 23:44:02 +0000 (23:44 +0000)]
Add in support for command-line options for connection info to GUI (#338)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5008
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 15 Dec 2009 21:45:37 +0000 (21:45 +0000)]
Remove custom getopt files and move back to system getopt. Will take some testing, but will be worth it to be rid of this unmaintainable hack.
git-svn-id: http://svn.osgeo.org/postgis/trunk@5007
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 15 Dec 2009 20:56:41 +0000 (20:56 +0000)]
Make null date field blank rather than
00000000 (#321)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5006
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 15 Dec 2009 20:08:36 +0000 (20:08 +0000)]
Make 4326 the default SRID for "unknown" cases, both in column creation and in geography object creation. (#347)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5005
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 15 Dec 2009 18:44:09 +0000 (18:44 +0000)]
Add --with-libiconv argument to configure, to allow third-party iconv libraries to be used instead of system iconv, if so desired. Necessary to work around an OS/X Snow Leopard issue (iconv_open only available as a 32 bit call!)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5004
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 15 Dec 2009 18:42:57 +0000 (18:42 +0000)]
Fix buffer overrun case.
git-svn-id: http://svn.osgeo.org/postgis/trunk@5003
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 15 Dec 2009 15:10:47 +0000 (15:10 +0000)]
Remove syntax error (fumbling fingers?) in the usage line (#345)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5002
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Tue, 15 Dec 2009 15:08:46 +0000 (15:08 +0000)]
Remove test that enforces only OGC-standard WKT for GeomFromText(). We'll accept any string we can parse, just like geometry_in(). (#332)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5001
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Mon, 14 Dec 2009 18:04:43 +0000 (18:04 +0000)]
Flip argument order for -cli exe build and add CFLAGS back into linking line
git-svn-id: http://svn.osgeo.org/postgis/trunk@5000
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Mon, 14 Dec 2009 11:26:22 +0000 (11:26 +0000)]
Remove the original shp2pgsql.c file which is no longer required with the new architecture.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4999
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Mon, 14 Dec 2009 01:38:33 +0000 (01:38 +0000)]
Fix incorrect logic when outputting escaped strings; COPY does not require the attribute to be surrounded by apostrophes.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4998
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Mon, 14 Dec 2009 01:23:14 +0000 (01:23 +0000)]
Fix missing COPY terminator from shp2pgsql command line component.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4997
b70326c6 -7e19-0410-871a-
916f4a2858ee
Mark Cave-Ayland [Sun, 13 Dec 2009 20:31:54 +0000 (20:31 +0000)]
Commit initial version of reworked shp2pgsql architecture that defines a common API within shp2pgsql-core that can be called from both the CLI and GUI interfaces.
There are still some minor TODOs left, however the basic concept appears to work well and I've also spent time running tests under valgrind to ensure that we don't leak memory on larger shapefiles.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4996
b70326c6 -7e19-0410-871a-
916f4a2858ee
Kevin Neufeld [Wed, 9 Dec 2009 17:33:33 +0000 (17:33 +0000)]
added identifier to shp2pgsql usage section
git-svn-id: http://svn.osgeo.org/postgis/trunk@4995
b70326c6 -7e19-0410-871a-
916f4a2858ee
Kevin Neufeld [Wed, 9 Dec 2009 17:12:52 +0000 (17:12 +0000)]
updated "Using the Loader" to demonstrate the use of the available options
git-svn-id: http://svn.osgeo.org/postgis/trunk@4994
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 9 Dec 2009 05:08:52 +0000 (05:08 +0000)]
Correct the output type of ST_Extent and flag this as a change in behavior in PostGIS 1.4
git-svn-id: http://svn.osgeo.org/postgis/trunk@4992
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Mon, 7 Dec 2009 15:56:34 +0000 (15:56 +0000)]
Fix mistakes in geography faq item.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4991
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 4 Dec 2009 15:39:51 +0000 (15:39 +0000)]
get rid of begin; commit in geography.sql.in.c. Now that it is part of postgis.sql.inc.c, no need for it.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4989
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 4 Dec 2009 12:32:31 +0000 (12:32 +0000)]
change to use refname instead of refid for link in what's new -- so operators show the operator symbol instead of underlying function name
git-svn-id: http://svn.osgeo.org/postgis/trunk@4988
b70326c6 -7e19-0410-871a-
916f4a2858ee
Kevin Neufeld [Thu, 3 Dec 2009 20:42:28 +0000 (20:42 +0000)]
removed VACUUM
made into a single transaction block
git-svn-id: http://svn.osgeo.org/postgis/trunk@4987
b70326c6 -7e19-0410-871a-
916f4a2858ee
Kevin Neufeld [Thu, 3 Dec 2009 18:51:40 +0000 (18:51 +0000)]
removed url that is probably the cause in breaking docbook
git-svn-id: http://svn.osgeo.org/postgis/trunk@4986
b70326c6 -7e19-0410-871a-
916f4a2858ee
Kevin Neufeld [Thu, 3 Dec 2009 18:43:45 +0000 (18:43 +0000)]
a couple typos in the DE-9IM explanation
added further reading references.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4985
b70326c6 -7e19-0410-871a-
916f4a2858ee
Kevin Neufeld [Thu, 3 Dec 2009 16:23:55 +0000 (16:23 +0000)]
fixed a typo and added a few cross links
git-svn-id: http://svn.osgeo.org/postgis/trunk@4984
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 3 Dec 2009 14:23:06 +0000 (14:23 +0000)]
Replace unicode codes with images. IE 6 and 7 not happy. PDF not happy with unicode happy face symbol -- Regina not happy :(
git-svn-id: http://svn.osgeo.org/postgis/trunk@4983
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 3 Dec 2009 08:58:12 +0000 (08:58 +0000)]
fill in missing curve support flags for outputs
git-svn-id: http://svn.osgeo.org/postgis/trunk@4982
b70326c6 -7e19-0410-871a-
916f4a2858ee
Kevin Neufeld [Thu, 3 Dec 2009 06:14:28 +0000 (06:14 +0000)]
added a few reference cross links
git-svn-id: http://svn.osgeo.org/postgis/trunk@4981
b70326c6 -7e19-0410-871a-
916f4a2858ee
Kevin Neufeld [Wed, 2 Dec 2009 23:41:11 +0000 (23:41 +0000)]
removed borders around the tables in the geometry compliancy section
git-svn-id: http://svn.osgeo.org/postgis/trunk@4980
b70326c6 -7e19-0410-871a-
916f4a2858ee
Kevin Neufeld [Wed, 2 Dec 2009 23:25:21 +0000 (23:25 +0000)]
added some thoughts on DE-9IM
git-svn-id: http://svn.osgeo.org/postgis/trunk@4979
b70326c6 -7e19-0410-871a-
916f4a2858ee
Kevin Neufeld [Wed, 2 Dec 2009 23:23:07 +0000 (23:23 +0000)]
added target to resize certain images
git-svn-id: http://svn.osgeo.org/postgis/trunk@4978
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 2 Dec 2009 22:05:00 +0000 (22:05 +0000)]
Flag more as working with curves. I think all do except same operator but need to verify.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4977
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 2 Dec 2009 21:48:05 +0000 (21:48 +0000)]
Looks fine in all my IE8 browsers perhaps its just IE7 that's behind the times. Use cutesy unicode dingbats for now -- alos put in item list legend.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4976
b70326c6 -7e19-0410-871a-
916f4a2858ee
Kevin Neufeld [Wed, 2 Dec 2009 21:02:15 +0000 (21:02 +0000)]
added de9im images
git-svn-id: http://svn.osgeo.org/postgis/trunk@4975
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 2 Dec 2009 15:20:33 +0000 (15:20 +0000)]
Now that pdf table layout is fixed with informal table -- put back operators in matrix
git-svn-id: http://svn.osgeo.org/postgis/trunk@4974
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 2 Dec 2009 14:47:49 +0000 (14:47 +0000)]
Do I dear try an informal table again :)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4973
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Wed, 2 Dec 2009 14:03:10 +0000 (14:03 +0000)]
Try Mateusz idea of a unicode checkmark
git-svn-id: http://svn.osgeo.org/postgis/trunk@4972
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 1 Dec 2009 22:54:19 +0000 (22:54 +0000)]
hmm spelled geometry wrong
git-svn-id: http://svn.osgeo.org/postgis/trunk@4971
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 1 Dec 2009 22:40:07 +0000 (22:40 +0000)]
get rid of padding on tables
git-svn-id: http://svn.osgeo.org/postgis/trunk@4970
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 1 Dec 2009 22:30:19 +0000 (22:30 +0000)]
try again
git-svn-id: http://svn.osgeo.org/postgis/trunk@4969
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 1 Dec 2009 21:47:49 +0000 (21:47 +0000)]
back to formal table
git-svn-id: http://svn.osgeo.org/postgis/trunk@4968
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 1 Dec 2009 20:08:02 +0000 (20:08 +0000)]
git-svn-id: http://svn.osgeo.org/postgis/trunk@4967
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 1 Dec 2009 20:00:02 +0000 (20:00 +0000)]
try again
git-svn-id: http://svn.osgeo.org/postgis/trunk@4966
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 1 Dec 2009 19:53:37 +0000 (19:53 +0000)]
git-svn-id: http://svn.osgeo.org/postgis/trunk@4965
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 1 Dec 2009 19:34:46 +0000 (19:34 +0000)]
fix build
git-svn-id: http://svn.osgeo.org/postgis/trunk@4964
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 1 Dec 2009 19:19:28 +0000 (19:19 +0000)]
seeif pdf looks better with an informaltable
git-svn-id: http://svn.osgeo.org/postgis/trunk@4963
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 1 Dec 2009 18:30:31 +0000 (18:30 +0000)]
title change
git-svn-id: http://svn.osgeo.org/postgis/trunk@4962
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 1 Dec 2009 18:29:48 +0000 (18:29 +0000)]
typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@4961
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 1 Dec 2009 18:07:32 +0000 (18:07 +0000)]
Add sql mm compliance column get rid of cell-padding
git-svn-id: http://svn.osgeo.org/postgis/trunk@4960
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 1 Dec 2009 17:17:25 +0000 (17:17 +0000)]
shorten matrix list to exclude operators and exception so pdf is not quite so ugly. Try to fit on one page.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4959
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 1 Dec 2009 17:06:57 +0000 (17:06 +0000)]
fix filter for 2.5D/curved support. More tweaking of style
git-svn-id: http://svn.osgeo.org/postgis/trunk@4958
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 1 Dec 2009 16:42:57 +0000 (16:42 +0000)]
get rid of border=0 altogether exclude management,types, and transaction from matrix
git-svn-id: http://svn.osgeo.org/postgis/trunk@4957
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 1 Dec 2009 16:15:40 +0000 (16:15 +0000)]
border not taking
git-svn-id: http://svn.osgeo.org/postgis/trunk@4956
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 1 Dec 2009 15:09:16 +0000 (15:09 +0000)]
I want table borders
git-svn-id: http://svn.osgeo.org/postgis/trunk@4955
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 1 Dec 2009 14:42:21 +0000 (14:42 +0000)]
oops had left over junk -- get rid of junk
git-svn-id: http://svn.osgeo.org/postgis/trunk@4954
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 1 Dec 2009 14:28:56 +0000 (14:28 +0000)]
try to get rid of section abstract -- see if pdflatex accepts super duper matrix
git-svn-id: http://svn.osgeo.org/postgis/trunk@4953
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Tue, 1 Dec 2009 14:15:28 +0000 (14:15 +0000)]
First attempt at super-duper type functionality compare matrix
git-svn-id: http://svn.osgeo.org/postgis/trunk@4952
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Mon, 30 Nov 2009 22:08:12 +0000 (22:08 +0000)]
Fix up boundary condition in node interaction test.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4949
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Mon, 30 Nov 2009 20:52:16 +0000 (20:52 +0000)]
Add an internal geometry tree for use in a native prepared geometry scheme for fast intersection tests.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4948
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Mon, 30 Nov 2009 20:50:57 +0000 (20:50 +0000)]
Add svn:keywords to everyone
git-svn-id: http://svn.osgeo.org/postgis/trunk@4947
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Mon, 30 Nov 2009 20:49:01 +0000 (20:49 +0000)]
Add NL to end of expected file.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4946
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Mon, 30 Nov 2009 20:44:56 +0000 (20:44 +0000)]
Move the fromGML test into the in_gml.sql file, so that it will be properly excluded when libxml2 is not available.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4945
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Mon, 30 Nov 2009 20:39:35 +0000 (20:39 +0000)]
Move have_libxml2 define to the other library have_ defines.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4944
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Mon, 30 Nov 2009 20:37:56 +0000 (20:37 +0000)]
Fix warnings from cpp during sql file build as reported by kneufeld
git-svn-id: http://svn.osgeo.org/postgis/trunk@4943
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Mon, 30 Nov 2009 19:56:27 +0000 (19:56 +0000)]
Updated SQL files for uninstallation to match current state.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4942
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Mon, 30 Nov 2009 19:12:35 +0000 (19:12 +0000)]
Update the upgrade process description to match new scripts.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4941
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Mon, 30 Nov 2009 17:27:47 +0000 (17:27 +0000)]
Rename ST_PointOutside to _ST_PointOutside (#325)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4938
b70326c6 -7e19-0410-871a-
916f4a2858ee
Kevin Neufeld [Mon, 30 Nov 2009 16:40:38 +0000 (16:40 +0000)]
renamed ST_DumpPoints to _ST_DumpPoints
git-svn-id: http://svn.osgeo.org/postgis/trunk@4937
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 30 Nov 2009 14:30:02 +0000 (14:30 +0000)]
revise template to use new entities
git-svn-id: http://svn.osgeo.org/postgis/trunk@4936
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 30 Nov 2009 14:24:57 +0000 (14:24 +0000)]
availability note not specified right for ST_DumpPoints
git-svn-id: http://svn.osgeo.org/postgis/trunk@4935
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Mon, 30 Nov 2009 09:16:19 +0000 (09:16 +0000)]
fill in missing proto for st_polygonize
git-svn-id: http://svn.osgeo.org/postgis/trunk@4934
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sun, 29 Nov 2009 09:07:30 +0000 (09:07 +0000)]
Yeh ST_GeomFromKML/GML not crashing anymore on Windows (when libxml statically compiled in) -- can put back the tests
git-svn-id: http://svn.osgeo.org/postgis/trunk@4932
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 28 Nov 2009 22:36:52 +0000 (22:36 +0000)]
Add missing ST_CoveredBy proto for geography
git-svn-id: http://svn.osgeo.org/postgis/trunk@4927
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 28 Nov 2009 07:13:35 +0000 (07:13 +0000)]
try to force paragraph at top using sectinfo abstract. Make note about deprecation more threatening.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4926
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 28 Nov 2009 06:50:32 +0000 (06:50 +0000)]
slight amendment to description of casts
git-svn-id: http://svn.osgeo.org/postgis/trunk@4925
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Sat, 28 Nov 2009 06:40:05 +0000 (06:40 +0000)]
fill out casting behavior, also list box type functions and links to it and from it
git-svn-id: http://svn.osgeo.org/postgis/trunk@4924
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Fri, 27 Nov 2009 23:38:39 +0000 (23:38 +0000)]
Add install directory as an ignore.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4923
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 27 Nov 2009 20:58:27 +0000 (20:58 +0000)]
link to new geometry_dump sections, also alphabetize dump functions
git-svn-id: http://svn.osgeo.org/postgis/trunk@4922
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 27 Nov 2009 20:39:28 +0000 (20:39 +0000)]
thanks Kevin -- this should work now
git-svn-id: http://svn.osgeo.org/postgis/trunk@4921
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 27 Nov 2009 20:31:15 +0000 (20:31 +0000)]
take out link and see if hudson is happy
git-svn-id: http://svn.osgeo.org/postgis/trunk@4920
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 27 Nov 2009 20:01:32 +0000 (20:01 +0000)]
try again - maybe typo
git-svn-id: http://svn.osgeo.org/postgis/trunk@4919
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 27 Nov 2009 19:46:38 +0000 (19:46 +0000)]
Add geometry_dump and special index to list all functions that take as input or output geometry_dump objects
git-svn-id: http://svn.osgeo.org/postgis/trunk@4918
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Fri, 27 Nov 2009 19:21:07 +0000 (19:21 +0000)]
A few more Mapserver usage updates.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4917
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Fri, 27 Nov 2009 19:17:13 +0000 (19:17 +0000)]
Update the using mapserver section a little
git-svn-id: http://svn.osgeo.org/postgis/trunk@4916
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Fri, 27 Nov 2009 17:50:24 +0000 (17:50 +0000)]
Add newlines at file ends to silence warnings
git-svn-id: http://svn.osgeo.org/postgis/trunk@4913
b70326c6 -7e19-0410-871a-
916f4a2858ee
Kevin Neufeld [Fri, 27 Nov 2009 17:06:51 +0000 (17:06 +0000)]
Fixed a few typos and missing references
git-svn-id: http://svn.osgeo.org/postgis/trunk@4912
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 27 Nov 2009 16:28:08 +0000 (16:28 +0000)]
okay another try. bad scaling
git-svn-id: http://svn.osgeo.org/postgis/trunk@4911
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 27 Nov 2009 16:01:13 +0000 (16:01 +0000)]
make all colors different for clarity
git-svn-id: http://svn.osgeo.org/postgis/trunk@4910
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 27 Nov 2009 15:37:21 +0000 (15:37 +0000)]
forgot images
git-svn-id: http://svn.osgeo.org/postgis/trunk@4909
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Fri, 27 Nov 2009 15:36:36 +0000 (15:36 +0000)]
remove dupe ST_DFullyWithin, put in availability note for ST_DFullyWithin, add ST_ClosestPoint documentation and images, fix ST_LongestLine diag 3(forgot about the 200x200 rule)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4908
b70326c6 -7e19-0410-871a-
916f4a2858ee
Regina Obe [Thu, 26 Nov 2009 18:50:03 +0000 (18:50 +0000)]
another st_longestline example
git-svn-id: http://svn.osgeo.org/postgis/trunk@4907
b70326c6 -7e19-0410-871a-
916f4a2858ee