Commit graph

62 commits

Author SHA1 Message Date
Paul Ramsey 1ca9049cde Some function renaming: lwgeom_typename => lwtype_name. The internal float/up/down functions get slightly better names. Make collection types re-sizable: added maxgeoms to all collections, and created lwcollection_add_lwgeom() function. Remove all *_add functions. Revized homogenize function to use the new _add_lwgeom and variants.
git-svn-id: http://svn.osgeo.org/postgis/trunk@5439 b70326c6-7e19-0410-871a-916f4a2858ee
2010-03-16 03:13:33 +00:00
Paul Ramsey a738761136 Update release dates and changelog for 1.5.0
git-svn-id: http://svn.osgeo.org/postgis/trunk@5197 b70326c6-7e19-0410-871a-916f4a2858ee
2010-02-04 17:21:23 +00:00
Paul Ramsey b6d4db1bf0 Updates for 1.5.0rc1
git-svn-id: http://svn.osgeo.org/postgis/trunk@5150 b70326c6-7e19-0410-871a-916f4a2858ee
2010-01-21 16:44:21 +00:00
Paul Ramsey 9778752d02 Prepare for 1.5.0b2
git-svn-id: http://svn.osgeo.org/postgis/trunk@5130 b70326c6-7e19-0410-871a-916f4a2858ee
2010-01-15 18:06:38 +00:00
Paul Ramsey d982ee5a01 Remove some camelCase function signatures from liblwgeom
git-svn-id: http://svn.osgeo.org/postgis/trunk@3812 b70326c6-7e19-0410-871a-916f4a2858ee
2009-03-09 14:36:15 +00:00
Paul Ramsey c003fcb382 Fix for DBF files with deleted records. (#29)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2783 b70326c6-7e19-0410-871a-916f4a2858ee
2008-05-27 03:00:12 +00:00
Paul Ramsey db69c6e6cd ST_AsGeoJSon patch from Olivier Courtin <olivier.courtin@camptocamp.com>.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2772 b70326c6-7e19-0410-871a-916f4a2858ee
2008-04-24 01:04:52 +00:00
Paul Ramsey 8bd2f32bce Versions and news for the 1.3.3 release.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2768 b70326c6-7e19-0410-871a-916f4a2858ee
2008-04-12 18:32:14 +00:00
Paul Ramsey 91188879dc Update re dbf patch
git-svn-id: http://svn.osgeo.org/postgis/trunk@2765 b70326c6-7e19-0410-871a-916f4a2858ee
2008-04-12 16:46:13 +00:00
Paul Ramsey 6c6a4e3bee Rename all occurances of getopt to pgis_getopt to work around
OS/X 10.5 system function name collision.


git-svn-id: http://svn.osgeo.org/postgis/trunk@2758 b70326c6-7e19-0410-871a-916f4a2858ee
2008-04-07 20:09:48 +00:00
Paul Ramsey 25b433030d Fixed up KML patch from Eduin Carillo.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2750 b70326c6-7e19-0410-871a-916f4a2858ee
2008-03-28 21:31:57 +00:00
Paul Ramsey a0d57a221f Revert KML patch, bad puppy!
git-svn-id: http://svn.osgeo.org/postgis/trunk@2748 b70326c6-7e19-0410-871a-916f4a2858ee
2008-03-28 21:10:28 +00:00
Paul Ramsey 20b5c9bd3c Added KML patch from Eduin Carillo.
http://code.google.com/p/postgis/issues/detail?id=17


git-svn-id: http://svn.osgeo.org/postgis/trunk@2747 b70326c6-7e19-0410-871a-916f4a2858ee
2008-03-28 21:04:46 +00:00
Paul Ramsey 055c3fbb5e Added SVN support patch from Dr. Marco Hugentobler, as described in http://postgis.refractions.net/pipermail/postgis-devel/2008-February/002883.html
git-svn-id: http://svn.osgeo.org/postgis/trunk@2744 b70326c6-7e19-0410-871a-916f4a2858ee
2008-03-28 20:03:42 +00:00
Paul Ramsey 0561f2e370 Added GEOS_VERNUM macro and protected GEOS 3.0/3.1 functionality behind it.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2743 b70326c6-7e19-0410-871a-916f4a2858ee
2008-03-28 19:25:16 +00:00
Paul Ramsey 29d80578f0 Added hook to GEOSTopologyPreserveSimplify
git-svn-id: http://svn.osgeo.org/postgis/trunk@2736 b70326c6-7e19-0410-871a-916f4a2858ee
2008-02-12 15:03:25 +00:00
Mark Cave-Ayland d7766a6ff1 Commit updated versions of the ChangeLog and README.postgis (also change some references in README.postgis from "run as root" to "run as postgres", and correct the --with-pgsql and --with-geos documentation)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2723 b70326c6-7e19-0410-871a-916f4a2858ee
2007-12-02 20:37:13 +00:00
Paul Ramsey aa0064151f Version flip up to 1.3.1
git-svn-id: http://svn.osgeo.org/postgis/trunk@2691 b70326c6-7e19-0410-871a-916f4a2858ee
2007-08-13 16:12:57 +00:00
Mark Leslie b997755208 Added release notes and updated version numbers and release dates.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2684 b70326c6-7e19-0410-871a-916f4a2858ee
2007-08-09 22:50:16 +00:00
Mark Leslie e4236983db Added ST_Covers and ST_CoveredBy functions, as discussed at http://lin-ear-th-inking.blogspot.com. Added regression tests and documention for the new functions.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2635 b70326c6-7e19-0410-871a-916f4a2858ee
2007-06-28 22:46:08 +00:00
Mark Leslie f9b08dceee Added relational function definitions that inline index operators for automagic index utilization.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2620 b70326c6-7e19-0410-871a-916f4a2858ee
2007-06-07 16:16:41 +00:00
Mark Leslie 5313b69c4f Added versions of functions with standard ST (Spatial Type) prefixes to any functions that were lacking them. Updated the regression tests to include the new functions.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2616 b70326c6-7e19-0410-871a-916f4a2858ee
2007-06-04 23:06:28 +00:00
Mark Leslie 5624dc6444 Added curve handling to getType, numGeometries, geometryN, dimension, exteriorRing, numInteriorRings, interiorRingN, closed (lwgeom_ogc.c) lwgeom_clone (lwgeom.c) and area. Added function ST_CurveToLine and ST_LineToCurve. Added regression tests for sql-mm geometries and related functions.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2609 b70326c6-7e19-0410-871a-916f4a2858ee
2007-05-28 15:34:04 +00:00
Mark Leslie 99ed2d6186 Added short-circuit calls for the point-in-polygon cases of disjoint and intersect calls. Added regression tests for the new short-circuits.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2608 b70326c6-7e19-0410-871a-916f4a2858ee
2007-05-22 22:10:33 +00:00
Markus Schaber 2235bfb1f6 aded PostGIS Dialect for Hibernate from Norman Barker
git-svn-id: http://svn.osgeo.org/postgis/trunk@2601 b70326c6-7e19-0410-871a-916f4a2858ee
2007-03-15 09:22:20 +00:00
Sandro Santilli bda75d9701 * extras/template_gis/Makefile:
Install 'defaults' file to $(DATADIR)$(prefix)


git-svn-id: http://svn.osgeo.org/postgis/trunk@2597 b70326c6-7e19-0410-871a-916f4a2858ee
2007-03-01 08:31:44 +00:00
Sandro Santilli e20cf2d03f * regress/run_test: discard CONTEXT and DELETE
lines from test outputs.

Patch by Eduin Carrillo, sliglty modified to take precision
into account:

        * regress/: Makefile, kml.sql, kml_expected:
          Regression test for asKML().




git-svn-id: http://svn.osgeo.org/postgis/trunk@2595 b70326c6-7e19-0410-871a-916f4a2858ee
2007-02-26 09:03:52 +00:00
Mark Cave-Ayland fb5c1d5aad Refine previous patch to use a different delimiter than : (!) for sed. This simplifies the Makefile and protects all the $*dir arguments from escaping issues under Win32.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2591 b70326c6-7e19-0410-871a-916f4a2858ee
2007-01-26 15:11:30 +00:00
Sandro Santilli 089579e523 * extras/template_gis/Makefile: escape $bindir
to allow for colons in it's value (win32 issue).


git-svn-id: http://svn.osgeo.org/postgis/trunk@2590 b70326c6-7e19-0410-871a-916f4a2858ee
2007-01-19 09:44:51 +00:00
Markus Schaber e0fdea78f9 finally really fixed javadoc build on Windows. Yes, that hack is ugly. Kudos to Marc Cave-Ayland.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2589 b70326c6-7e19-0410-871a-916f4a2858ee
2007-01-18 18:51:15 +00:00
Markus Schaber 3595b27587 fixed jdbc javadoc build
git-svn-id: http://svn.osgeo.org/postgis/trunk@2587 b70326c6-7e19-0410-871a-916f4a2858ee
2007-01-18 17:56:10 +00:00
Sandro Santilli 99f36a940c Patch by Michael Fuhr: * extras/template_gis/Makefile: quote grep argument for Solaris to work.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2586 b70326c6-7e19-0410-871a-916f4a2858ee
2007-01-15 10:48:08 +00:00
Sandro Santilli 0e90fb0596 Patch by Gerald Fenoy <djay@gentoo.org>:
* configure.in: add --with-xsl switch.


git-svn-id: http://svn.osgeo.org/postgis/trunk@2584 b70326c6-7e19-0410-871a-916f4a2858ee
2007-01-12 18:07:38 +00:00
Paul Ramsey b649b062bd 1.2.1 release prep
git-svn-id: http://svn.osgeo.org/postgis/trunk@2582 b70326c6-7e19-0410-871a-916f4a2858ee
2007-01-12 01:50:31 +00:00
Markus Schaber 712225e4a4 fixed 8.2 compatibility
git-svn-id: http://svn.osgeo.org/postgis/trunk@2570 b70326c6-7e19-0410-871a-916f4a2858ee
2007-01-08 10:48:31 +00:00
Sandro Santilli 65568051c1 * GNUmakefile: bring in extra/template_gis for all rules.
* extras/template_gis/Makefile: have 'install' also install manuals.


git-svn-id: http://svn.osgeo.org/postgis/trunk@2568 b70326c6-7e19-0410-871a-916f4a2858ee
2007-01-05 00:52:57 +00:00
Sandro Santilli e319e3ce36 * configure.in: fixed GEOS_LDFLAGS detection
for older GEOS versions.


git-svn-id: http://svn.osgeo.org/postgis/trunk@2566 b70326c6-7e19-0410-871a-916f4a2858ee
2006-12-29 00:31:33 +00:00
Sandro Santilli 55c2638bc5 cleaned up Hard Upgrade manual section (was unreadable).
git-svn-id: http://svn.osgeo.org/postgis/trunk@2565 b70326c6-7e19-0410-871a-916f4a2858ee
2006-12-29 00:26:10 +00:00
Markus Schaber b0234b236e Added generation of JDBC javadoc zip file
git-svn-id: http://svn.osgeo.org/postgis/trunk@2563 b70326c6-7e19-0410-871a-916f4a2858ee
2006-12-22 11:28:59 +00:00
Sandro Santilli 4a2931ef66 * regress/README: wrote info about adding regression tests
(plus some ChangeLog formatting)


git-svn-id: http://svn.osgeo.org/postgis/trunk@2561 b70326c6-7e19-0410-871a-916f4a2858ee
2006-12-20 20:43:05 +00:00
Kevin Neufeld dc0098eb16 Added fix to permit gist indexes to have more than 459 null geometries in a table
git-svn-id: http://svn.osgeo.org/postgis/trunk@2560 b70326c6-7e19-0410-871a-916f4a2858ee
2006-12-20 18:47:27 +00:00
Markus Schaber ad155b1303 Improved SRID handling in regression tests and added CoordinateArraySequence tests.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2557 b70326c6-7e19-0410-871a-916f4a2858ee
2006-12-18 14:12:20 +00:00
Markus Schaber 929f080bf8 Added ChangeLog/News entries for recent commits
git-svn-id: http://svn.osgeo.org/postgis/trunk@2556 b70326c6-7e19-0410-871a-916f4a2858ee
2006-12-18 13:04:16 +00:00
Sandro Santilli 40005b8267 Patch by Eduin Carrillo: short circuit transform when source and target SRID are the same.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2553 b70326c6-7e19-0410-871a-916f4a2858ee
2006-12-15 11:00:50 +00:00
Sandro Santilli 3024011701 marked 1.2.0 release
git-svn-id: http://svn.osgeo.org/postgis/trunk@2551 b70326c6-7e19-0410-871a-916f4a2858ee
2006-12-15 10:51:59 +00:00
Sandro Santilli a4e7249465 Patch by Eduin Carrillo <yecarrillo@yahoo.com>:
* lwgeom/: Makefile, lwgeom_kml.c, lwpostgis.sql.in:
          New AsKML() function
        * doc/postgis.xml: document new AsKML function.



git-svn-id: http://svn.osgeo.org/postgis/trunk@2550 b70326c6-7e19-0410-871a-916f4a2858ee
2006-12-15 10:48:56 +00:00
Markus Schaber 4d04ec0d31 fixed 'hard upgrade' instructions in readme.postgis
git-svn-id: http://svn.osgeo.org/postgis/trunk@2549 b70326c6-7e19-0410-871a-916f4a2858ee
2006-12-13 17:50:15 +00:00
Mark Leslie 3f3a02a791 Added sections for SQL-MM and ArcSDE function ports.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2540 b70326c6-7e19-0410-871a-916f4a2858ee
2006-12-06 00:30:33 +00:00
Mark Leslie 082a60c954 Fixing some incomplete paths, and adding changes to the regress directory.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2539 b70326c6-7e19-0410-871a-916f4a2858ee
2006-12-05 20:45:29 +00:00
Mark Leslie eff7826ff3 Added the previous changes for the curved geometry support.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2538 b70326c6-7e19-0410-871a-916f4a2858ee
2006-12-05 20:41:20 +00:00