Commit graph

1908 commits

Author SHA1 Message Date
Sandro Santilli 08b5213a11 Plugged memory leaks in Polygonize().
git-svn-id: http://svn.osgeo.org/postgis/trunk@2155 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-09 12:00:29 +00:00
Sandro Santilli e19fc98d93 Added a couple of polygonize tests
git-svn-id: http://svn.osgeo.org/postgis/trunk@2153 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-09 10:14:24 +00:00
Sandro Santilli 144832fcdc Fixed handling of CAST for 8.0.0 restore.
Type name canonicalization function defined separately.


git-svn-id: http://svn.osgeo.org/postgis/trunk@2151 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-07 12:22:13 +00:00
Sandro Santilli 75fa1f59e5 Added note about OID column drop in pre 8.1 to 8.1+ upgrades
git-svn-id: http://svn.osgeo.org/postgis/trunk@2150 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-07 09:05:55 +00:00
Devrim GÜNDÜZ 0276843d5a Label the spec file as 1.1.0
git-svn-id: http://svn.osgeo.org/postgis/trunk@2148 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-06 15:42:16 +00:00
Sandro Santilli 9a2342332f Updated SnapToGrid documentation
git-svn-id: http://svn.osgeo.org/postgis/trunk@2147 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-06 15:37:27 +00:00
Devrim GÜNDÜZ 93e365e6bc Update to 1.0.6
git-svn-id: http://svn.osgeo.org/postgis/trunk@2146 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-06 15:26:51 +00:00
Sandro Santilli cb5685766c Updated after release 1.0.6
git-svn-id: http://svn.osgeo.org/postgis/trunk@2145 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-06 15:09:29 +00:00
Sandro Santilli eace497117 Added check for successfully postgis installation before running tests
git-svn-id: http://svn.osgeo.org/postgis/trunk@2142 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-06 14:56:25 +00:00
Sandro Santilli 60e81ab1ac Added user-reported intersects() test
git-svn-id: http://svn.osgeo.org/postgis/trunk@2141 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-06 14:51:51 +00:00
Sandro Santilli 661e210e05 Had regress_ogc test skipped if no GEOS nor JTS support is compiled in
git-svn-id: http://svn.osgeo.org/postgis/trunk@2139 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-02 15:11:51 +00:00
Sandro Santilli 96425d406e Added missing rules
git-svn-id: http://svn.osgeo.org/postgis/trunk@2138 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-02 14:56:09 +00:00
Sandro Santilli a1d421566a Copied PostgreSQL top-level Makefile for use by systems in which make != gmake
git-svn-id: http://svn.osgeo.org/postgis/trunk@2137 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-02 14:52:52 +00:00
Sandro Santilli cfa9c8d599 Fixed support for PGSQL version 7.2 and 7.3
git-svn-id: http://svn.osgeo.org/postgis/trunk@2136 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-02 14:35:18 +00:00
Sandro Santilli 607aca9033 Fixed SnapToGrid output expectance (higher dims no more discarded)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2135 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-02 14:15:38 +00:00
Sandro Santilli 3049244947 Added note about new SnapToGrid function
git-svn-id: http://svn.osgeo.org/postgis/trunk@2134 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-02 13:21:03 +00:00
Sandro Santilli 0bc264e055 Added SnapToGrid(geom, point_offset, xsz, ysz, zsz, msz)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2133 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-02 13:16:39 +00:00
Sandro Santilli 4f81e8f8ac Added LWGEOM_snaptogrid_pointoff and gridspec utility funx
git-svn-id: http://svn.osgeo.org/postgis/trunk@2132 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-02 10:46:25 +00:00
Sandro Santilli 1072b5176a Added note about SnapToGrid bbox computation
git-svn-id: http://svn.osgeo.org/postgis/trunk@2131 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-02 09:12:34 +00:00
Sandro Santilli 1e4e91e0be Fixed output box2d computation in SnapToGrid (was working with float,
changed to work with doubles and call appropriate box3d->box2d converter).


git-svn-id: http://svn.osgeo.org/postgis/trunk@2129 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-02 09:07:53 +00:00
Sandro Santilli 3e03aae0e1 Added PARANOIA_LEVEL checks in box3d<->box2d converters
git-svn-id: http://svn.osgeo.org/postgis/trunk@2128 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-02 09:06:47 +00:00
Sandro Santilli 73374e8889 Quoted grep pattern (Solaris' shell threats carets as pipes).
Added a sleep 1 before dropping DB (to avoid "database being accessed" errors).


git-svn-id: http://svn.osgeo.org/postgis/trunk@2127 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-02 08:26:54 +00:00
Sandro Santilli 51be74b6e5 Changed back 'tests' to 'test'
git-svn-id: http://svn.osgeo.org/postgis/trunk@2126 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-01 22:29:25 +00:00
Sandro Santilli 9ee8d9fa1c Added note about SnapToGrid and higher dims
git-svn-id: http://svn.osgeo.org/postgis/trunk@2125 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-01 19:25:40 +00:00
Sandro Santilli 7ef6d223e4 Exported DYNPTARRAY struct and accessor funx (from _lrs.c).
Rewritten ptarray_grid() to allow snapping of all dimensions and
never discard input ordinates.


git-svn-id: http://svn.osgeo.org/postgis/trunk@2124 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-01 19:09:04 +00:00
Sandro Santilli f04985a003 Fixed missing LineMerge symbol when built against geos-1.0
git-svn-id: http://svn.osgeo.org/postgis/trunk@2123 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-01 17:14:30 +00:00
Sandro Santilli 82adb83c59 Added SRID mismatch checks in GEOS and JTS wrappers
git-svn-id: http://svn.osgeo.org/postgis/trunk@2122 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-01 16:21:00 +00:00
Sandro Santilli 30d70aebc8 Updated comment about GEOS C-API (starts with 2.2.x)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2121 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-01 16:19:56 +00:00
Sandro Santilli e7a15414f7 Renamed clean: to cleanup:, provided empty clean: to make things work
from toplevel makefile.


git-svn-id: http://svn.osgeo.org/postgis/trunk@2118 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-01 15:53:02 +00:00
Sandro Santilli 9164691087 Fixed handling of bogus geos-1.0
git-svn-id: http://svn.osgeo.org/postgis/trunk@2117 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-01 15:50:33 +00:00
Sandro Santilli a6128a34b8 Skipped checks of SQL command outputs (INSERT,UPDATE,CREATE,DROP).
Cleaned up postgis_reg after tests run.


git-svn-id: http://svn.osgeo.org/postgis/trunk@2116 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-01 14:07:52 +00:00
Sandro Santilli 321ebcaf0f Fixed lwgeom_segmentize2d() to always return a clone
git-svn-id: http://svn.osgeo.org/postgis/trunk@2115 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-01 13:53:14 +00:00
Sandro Santilli 2c4f2a2c90 Fixed short-allocation in lwcollection_clone()
git-svn-id: http://svn.osgeo.org/postgis/trunk@2113 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-01 13:49:56 +00:00
Sandro Santilli fcbc9b133e Fixed test to cleanup after run
git-svn-id: http://svn.osgeo.org/postgis/trunk@2111 b70326c6-7e19-0410-871a-916f4a2858ee
2005-12-01 13:37:35 +00:00
Sandro Santilli fb77264004 Added missing proj tests
git-svn-id: http://svn.osgeo.org/postgis/trunk@2109 b70326c6-7e19-0410-871a-916f4a2858ee
2005-11-30 21:02:52 +00:00
Sandro Santilli 1cd15b492c Fixed segfault on addPoint() with invalid offset
git-svn-id: http://svn.osgeo.org/postgis/trunk@2108 b70326c6-7e19-0410-871a-916f4a2858ee
2005-11-30 18:24:25 +00:00
Sandro Santilli d61e0f45b3 Fixed error message on non-readable expected file
git-svn-id: http://svn.osgeo.org/postgis/trunk@2107 b70326c6-7e19-0410-871a-916f4a2858ee
2005-11-30 18:24:05 +00:00
Sandro Santilli b7a662ad75 Added Alex Mayrhofer to list of contributors
git-svn-id: http://svn.osgeo.org/postgis/trunk@2105 b70326c6-7e19-0410-871a-916f4a2858ee
2005-11-30 17:04:03 +00:00
Sandro Santilli 246f5aabd3 Moved 8.2 support to 1.0.6 section
git-svn-id: http://svn.osgeo.org/postgis/trunk@2103 b70326c6-7e19-0410-871a-916f4a2858ee
2005-11-30 16:59:52 +00:00
Sandro Santilli cc0707acbf Added proj tests, curtesy of Alex Mayrhofer
git-svn-id: http://svn.osgeo.org/postgis/trunk@2101 b70326c6-7e19-0410-871a-916f4a2858ee
2005-11-30 16:57:14 +00:00
Sandro Santilli 16058f92ad CAPI usage triggered starting at geos-2.2
git-svn-id: http://svn.osgeo.org/postgis/trunk@2099 b70326c6-7e19-0410-871a-916f4a2858ee
2005-11-29 22:40:52 +00:00
Sandro Santilli 442291116f Added locate_among_measure() and locate_between_measures() dox.
Updated CHANGES adding new LRS funx and new transform() code.


git-svn-id: http://svn.osgeo.org/postgis/trunk@2096 b70326c6-7e19-0410-871a-916f4a2858ee
2005-11-29 10:05:49 +00:00
Sandro Santilli 43f510b410 Updated documentation for X,Y,M and Z
git-svn-id: http://svn.osgeo.org/postgis/trunk@2095 b70326c6-7e19-0410-871a-916f4a2858ee
2005-11-29 09:00:00 +00:00
Sandro Santilli 1b89016cf7 Fixed a segfault on geom_accum(NULL, NULL) condition
git-svn-id: http://svn.osgeo.org/postgis/trunk@2094 b70326c6-7e19-0410-871a-916f4a2858ee
2005-11-28 16:01:22 +00:00
Sandro Santilli cba2beb4de Added geom_accum(NULL,NULL) test
git-svn-id: http://svn.osgeo.org/postgis/trunk@2091 b70326c6-7e19-0410-871a-916f4a2858ee
2005-11-28 15:59:27 +00:00
Sandro Santilli d31a0671a9 Estrapolated SERIALIZED_FORM doc from liblwgeom.h and put it into
SERIALIZED_FORM file.
Cleaned up header files so to avoid C++ style comments and -pedantic errors.
(more to come on this front)


git-svn-id: http://svn.osgeo.org/postgis/trunk@2090 b70326c6-7e19-0410-871a-916f4a2858ee
2005-11-28 15:06:06 +00:00
Sandro Santilli ca4393349f Added bbox cache handling fix in 1.0.6
git-svn-id: http://svn.osgeo.org/postgis/trunk@2088 b70326c6-7e19-0410-871a-916f4a2858ee
2005-11-28 11:49:09 +00:00
Sandro Santilli 21a137f966 minor cleanups and comments
git-svn-id: http://svn.osgeo.org/postgis/trunk@2087 b70326c6-7e19-0410-871a-916f4a2858ee
2005-11-28 11:48:45 +00:00
Sandro Santilli f64e4bb1dc memory release in force_collection
git-svn-id: http://svn.osgeo.org/postgis/trunk@2085 b70326c6-7e19-0410-871a-916f4a2858ee
2005-11-28 11:31:15 +00:00
Sandro Santilli ca569300f5 Added force_collection test
git-svn-id: http://svn.osgeo.org/postgis/trunk@2083 b70326c6-7e19-0410-871a-916f4a2858ee
2005-11-28 11:27:40 +00:00