Commit graph

1908 commits

Author SHA1 Message Date
Paul Ramsey c6f15e8ddb Changed an opaque to internal (many to go...)
git-svn-id: http://svn.osgeo.org/postgis/trunk@221 b70326c6-7e19-0410-871a-916f4a2858ee
2002-12-05 20:57:50 +00:00
Paul Ramsey ad92e082d1 Pass USE_VERSION macro into the C compilation process to the pre-processor can
make use of it


git-svn-id: http://svn.osgeo.org/postgis/trunk@220 b70326c6-7e19-0410-871a-916f4a2858ee
2002-12-05 20:54:57 +00:00
Paul Ramsey 1c6560a521 Changed libdir references to LIBPATH and started using the magic
$libpath entry for default installs.


git-svn-id: http://svn.osgeo.org/postgis/trunk@219 b70326c6-7e19-0410-871a-916f4a2858ee
2002-12-05 20:48:06 +00:00
Paul Ramsey bf1895790b Formatting change.
git-svn-id: http://svn.osgeo.org/postgis/trunk@218 b70326c6-7e19-0410-871a-916f4a2858ee
2002-12-05 20:40:55 +00:00
Paul Ramsey 4755b3aeda Early support for 7.3. No fixes for typecasting problems yet.
git-svn-id: http://svn.osgeo.org/postgis/trunk@217 b70326c6-7e19-0410-871a-916f4a2858ee
2002-12-05 20:30:22 +00:00
Paul Ramsey 4a38d9ea45 Removed DOS linefeeds from SQL files.
git-svn-id: http://svn.osgeo.org/postgis/trunk@216 b70326c6-7e19-0410-871a-916f4a2858ee
2002-12-05 19:55:03 +00:00
Paul Ramsey 49cf83de48 Changes to support 7.3 cleanly.
git-svn-id: http://svn.osgeo.org/postgis/trunk@215 b70326c6-7e19-0410-871a-916f4a2858ee
2002-12-05 19:48:55 +00:00
Paul Ramsey cf702ad523 Changes to allow 7.3 support to be easily added.
git-svn-id: http://svn.osgeo.org/postgis/trunk@214 b70326c6-7e19-0410-871a-916f4a2858ee
2002-12-05 19:48:20 +00:00
Paul Ramsey e6f984113b Original OpenGIS test suite files. To be edited to conform to
PostGIS syntax where legal.


git-svn-id: http://svn.osgeo.org/postgis/trunk@213 b70326c6-7e19-0410-871a-916f4a2858ee
2002-12-01 05:59:31 +00:00
Paul Ramsey 776b6717e2 Changed references to 'make' into macro references to MAKE
git-svn-id: http://svn.osgeo.org/postgis/trunk@212 b70326c6-7e19-0410-871a-916f4a2858ee
2002-11-26 03:59:16 +00:00
Chris Hodgson 88095317f3 changed the title of the new section from "Mapserver" to "Using Mapserver"
git-svn-id: http://svn.osgeo.org/postgis/trunk@211 b70326c6-7e19-0410-871a-916f4a2858ee
2002-11-22 21:25:43 +00:00
Chris Hodgson e131c67fdb added more advanced mapserver documentation, and separated mapserver into its own section of the documentation
git-svn-id: http://svn.osgeo.org/postgis/trunk@210 b70326c6-7e19-0410-871a-916f4a2858ee
2002-11-22 21:22:22 +00:00
David Blasby c1b2ee7f30 Non-compiled in transform() returns error instead of nop.
git-svn-id: http://svn.osgeo.org/postgis/trunk@209 b70326c6-7e19-0410-871a-916f4a2858ee
2002-11-22 17:38:29 +00:00
Chris Hodgson 793d362943 re-formatted the xml doc and added a bit about complex queries (still lots more to come on that topic)
git-svn-id: http://svn.osgeo.org/postgis/trunk@208 b70326c6-7e19-0410-871a-916f4a2858ee
2002-11-20 21:32:12 +00:00
Jeff Lounsbury a6b0d3d0fa added support for clockwise-ness in shp dumper
git-svn-id: http://svn.osgeo.org/postgis/trunk@207 b70326c6-7e19-0410-871a-916f4a2858ee
2002-11-06 23:55:44 +00:00
Paul Ramsey 5f8e465b35 Removed debugging connstring print.
git-svn-id: http://svn.osgeo.org/postgis/trunk@206 b70326c6-7e19-0410-871a-916f4a2858ee
2002-11-04 21:21:43 +00:00
David Blasby b0177cdeae Now accepts both types of multipoint - 'MULTIPOINT(0 0, 1 1)'::geometry and
'MULTIPOINT( (0 0), (1 1))'::geometry;


git-svn-id: http://svn.osgeo.org/postgis/trunk@205 b70326c6-7e19-0410-871a-916f4a2858ee
2002-10-25 16:13:18 +00:00
Paul Ramsey 808dcb728b Added PGbox3d accessors for LLB and URB. Added PGgeometry update to
account for SRIDs when they are present in the WKT. Submitted by
Rueben Schultz.


git-svn-id: http://svn.osgeo.org/postgis/trunk@204 b70326c6-7e19-0410-871a-916f4a2858ee
2002-10-24 15:53:42 +00:00
Chris Hodgson d80dce00bd fixed the last compile warning on solaris/gcc
git-svn-id: http://svn.osgeo.org/postgis/trunk@203 b70326c6-7e19-0410-871a-916f4a2858ee
2002-10-17 17:06:39 +00:00
Chris Hodgson 6fd46b3fab - cleaned up all the compiler warnings
- for getopt.c, this involved moving the line:
      extern char *getenv(const char *name);
  outside of the two nested #ifdefs that it was inside, as it is always required (the code that calls it isn't inside any #ifdefs) Perhaps this may break compilation in non-linux/gnu environments?


git-svn-id: http://svn.osgeo.org/postgis/trunk@202 b70326c6-7e19-0410-871a-916f4a2858ee
2002-10-17 16:45:04 +00:00
Paul Ramsey f701e95fe7 Fixed syntax error in hyperlink to postgis source.
git-svn-id: http://svn.osgeo.org/postgis/trunk@201 b70326c6-7e19-0410-871a-916f4a2858ee
2002-10-16 23:48:07 +00:00
David Blasby 3fd8a10c37 Added support to turn off the postgis_gist_sel() computations (see Makefile).
git-svn-id: http://svn.osgeo.org/postgis/trunk@200 b70326c6-7e19-0410-871a-916f4a2858ee
2002-10-16 20:33:45 +00:00
Paul Ramsey f4586d7c4c Added USE_STATS switch to make the new statistics system optional.
git-svn-id: http://svn.osgeo.org/postgis/trunk@199 b70326c6-7e19-0410-871a-916f4a2858ee
2002-10-16 17:27:11 +00:00
Chris Hodgson 88c2b96efe makefile now has both support for auto-determining postgres version and support for the new histogram2d stuff
git-svn-id: http://svn.osgeo.org/postgis/trunk@198 b70326c6-7e19-0410-871a-916f4a2858ee
2002-10-16 17:06:19 +00:00
David Blasby 2a6741a9d2 New file with original estimation methods.
git-svn-id: http://svn.osgeo.org/postgis/trunk@197 b70326c6-7e19-0410-871a-916f4a2858ee
2002-10-11 22:52:31 +00:00
David Blasby 5c97f401ef Added support for histogram2d and better statistical analysis.
git-svn-id: http://svn.osgeo.org/postgis/trunk@196 b70326c6-7e19-0410-871a-916f4a2858ee
2002-10-11 22:52:06 +00:00
Jeff Lounsbury dc99335b5c fixed the errors in the error fix i had just committed...
git-svn-id: http://svn.osgeo.org/postgis/trunk@195 b70326c6-7e19-0410-871a-916f4a2858ee
2002-10-11 20:22:57 +00:00
Jeff Lounsbury d27d6fda83 Fixed a bug from adding NULL support to shape dumper
git-svn-id: http://svn.osgeo.org/postgis/trunk@194 b70326c6-7e19-0410-871a-916f4a2858ee
2002-10-11 20:10:29 +00:00
Jeff Lounsbury cd0a9d77d5 added support to write out null geometries to polygon, multipolygon, arc, and multiarcs...
git-svn-id: http://svn.osgeo.org/postgis/trunk@193 b70326c6-7e19-0410-871a-916f4a2858ee
2002-10-10 17:32:00 +00:00
Jeff Lounsbury cdb361240d Added support to write out Null geometries to point and mulitpoints
git-svn-id: http://svn.osgeo.org/postgis/trunk@192 b70326c6-7e19-0410-871a-916f4a2858ee
2002-10-10 17:11:30 +00:00
Chris Hodgson b5fc36871a - fixed a bug in box3d_overleft which would likely go unnoticed
- fixed the docs for &<, &>, <<, and >> which were backwards


git-svn-id: http://svn.osgeo.org/postgis/trunk@191 b70326c6-7e19-0410-871a-916f4a2858ee
2002-10-10 17:00:40 +00:00
David Blasby 4c108c7ffa Fixed complier complaint reported by Mark Sutton <mes@lazo.ca>.
git-svn-id: http://svn.osgeo.org/postgis/trunk@190 b70326c6-7e19-0410-871a-916f4a2858ee
2002-09-20 18:05:57 +00:00
Paul Ramsey 3b39b79283 Trivial initialization bug, forget to set dimension.
git-svn-id: http://svn.osgeo.org/postgis/trunk@188 b70326c6-7e19-0410-871a-916f4a2858ee
2002-09-06 20:29:50 +00:00
Paul Ramsey 513b6fbe75 Changes in preparation for 0.7.3 release
git-svn-id: http://svn.osgeo.org/postgis/trunk@187 b70326c6-7e19-0410-871a-916f4a2858ee
2002-09-05 16:49:23 +00:00
David Blasby 5a0115be15 Fixed typo in dropgeometrycolumn() - IS null to =null. This was caused in the
last 'fix'.


git-svn-id: http://svn.osgeo.org/postgis/trunk@186 b70326c6-7e19-0410-871a-916f4a2858ee
2002-09-05 16:39:38 +00:00
Paul Ramsey e3e4c9c3bc Make 7.2 index test check for version 7.1 and default to 7.2 if not
This is preparatory to the 7.3 pgsql release which uses the sames
GiST bindings as the 7.2 release.


git-svn-id: http://svn.osgeo.org/postgis/trunk@185 b70326c6-7e19-0410-871a-916f4a2858ee
2002-09-05 00:07:18 +00:00
David Blasby 59194d1518 Applied "Mark Cave-Ayland" <mark.cave-ayland@webbased.co.uk>'s patch so
transform() will correctly tranform BBOX only geometries.


git-svn-id: http://svn.osgeo.org/postgis/trunk@184 b70326c6-7e19-0410-871a-916f4a2858ee
2002-09-04 16:55:35 +00:00
Paul Ramsey a1132502b7 Added automatic test for version string and setting of USE_PG72 to
appropriate value, as submitted by Greg Stark.


git-svn-id: http://svn.osgeo.org/postgis/trunk@183 b70326c6-7e19-0410-871a-916f4a2858ee
2002-09-03 15:31:39 +00:00
Paul Ramsey dc4f3ff7fd Changes in preparation for 0.7.2 release.
git-svn-id: http://svn.osgeo.org/postgis/trunk@181 b70326c6-7e19-0410-871a-916f4a2858ee
2002-09-01 20:04:11 +00:00
David Blasby 7ed1f039e2 changed "=NULL" to "is null" for postgresql 7.3 devel issues (as reported
by  Eric -  redmonde@purdue.edu)


git-svn-id: http://svn.osgeo.org/postgis/trunk@180 b70326c6-7e19-0410-871a-916f4a2858ee
2002-08-19 16:14:35 +00:00
David Blasby 5ece9fa12f Applyed "Mark Cave-Ayland" <mark.cave-ayland@webbased.co.uk>'s patch
to the truly_inside() function.  Thanks mark!


git-svn-id: http://svn.osgeo.org/postgis/trunk@179 b70326c6-7e19-0410-871a-916f4a2858ee
2002-08-16 17:58:44 +00:00
Paul Ramsey 01b1494be4 Patch to write null geometries as "\N" in the dump file format case.
Submitted by Steffen Macke <sdteffen@web.de>


git-svn-id: http://svn.osgeo.org/postgis/trunk@178 b70326c6-7e19-0410-871a-916f4a2858ee
2002-08-07 16:31:27 +00:00
Chris Hodgson efefa6cec0 minor correction
git-svn-id: http://svn.osgeo.org/postgis/trunk@177 b70326c6-7e19-0410-871a-916f4a2858ee
2002-07-26 16:50:02 +00:00
Paul Ramsey 99c22d4cf2 fixes the unwanted quotation of NULLs for the sql insert format. Submitted
by Steffen Macke.


git-svn-id: http://svn.osgeo.org/postgis/trunk@176 b70326c6-7e19-0410-871a-916f4a2858ee
2002-07-24 20:40:59 +00:00
Chris Hodgson 4d42c909b5 fixed some formatting errors from my previous addition
git-svn-id: http://svn.osgeo.org/postgis/trunk@175 b70326c6-7e19-0410-871a-916f4a2858ee
2002-07-17 20:10:12 +00:00
Chris Hodgson 4f4d777904 added a "common problems" sub-section to the "installing postgis" section
git-svn-id: http://svn.osgeo.org/postgis/trunk@174 b70326c6-7e19-0410-871a-916f4a2858ee
2002-07-17 18:34:10 +00:00
Paul Ramsey 83b40b275b Reverted USE_PROJ to 0
git-svn-id: http://svn.osgeo.org/postgis/trunk@173 b70326c6-7e19-0410-871a-916f4a2858ee
2002-07-06 17:51:34 +00:00
Paul Ramsey 312b3d828e Patch from Steffen Macke, NULL attributes are imported as NULL now,
gid field renaming works now (case problem), \ and ' are escaped
and don't break the import


git-svn-id: http://svn.osgeo.org/postgis/trunk@172 b70326c6-7e19-0410-871a-916f4a2858ee
2002-07-06 15:16:24 +00:00
David Blasby fe51bcc1a9 added bytea(wkb)
git-svn-id: http://svn.osgeo.org/postgis/trunk@171 b70326c6-7e19-0410-871a-916f4a2858ee
2002-07-04 23:38:10 +00:00
Paul Ramsey e2d3347b3a fixed syntax error in reference to pgsql2shp
git-svn-id: http://svn.osgeo.org/postgis/trunk@170 b70326c6-7e19-0410-871a-916f4a2858ee
2002-06-26 18:34:06 +00:00