]>
granicus.if.org Git - postgis/log
Sandro Santilli [Sun, 25 Jun 2006 23:45:30 +0000 (23:45 +0000)]
Fixed the lc_messages failure by avoiding attempts at setting it when run against a postgresql version < 8.0. Also fixed a path in a message from run_test.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2397
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Sun, 25 Jun 2006 22:53:28 +0000 (22:53 +0000)]
Release Notes moved to an higher depth to reduce ToC noise.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2396
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Sun, 25 Jun 2006 22:50:42 +0000 (22:50 +0000)]
Fixed HTML output rules
git-svn-id: http://svn.osgeo.org/postgis/trunk@2395
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Sun, 25 Jun 2006 22:33:55 +0000 (22:33 +0000)]
Add getTransactionID() stored procedure to support pgsql 7.3 (not tested against 7.2)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2394
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Sat, 24 Jun 2006 01:08:29 +0000 (01:08 +0000)]
Removed compiler warnings (and more requested)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2393
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Sat, 24 Jun 2006 00:11:30 +0000 (00:11 +0000)]
Added spaces between parameters ref and operator, as pgsql 7.3 chokes otherwise ($1*$2 becomes $1 * $2)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2392
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 23 Jun 2006 23:37:18 +0000 (23:37 +0000)]
Added EnableLongTransactions() and DisableLongTransactions().
git-svn-id: http://svn.osgeo.org/postgis/trunk@2391
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 23 Jun 2006 21:56:05 +0000 (21:56 +0000)]
Fixed a couple of bugs, added a simple test script, cleaner error messages
and compile-time support for unauthorized row updates behaviour (abort, skip).
git-svn-id: http://svn.osgeo.org/postgis/trunk@2390
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 19 Jun 2006 10:42:40 +0000 (10:42 +0000)]
Removed -0 values from polygon doubles
git-svn-id: http://svn.osgeo.org/postgis/trunk@2389
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Sun, 18 Jun 2006 11:29:21 +0000 (11:29 +0000)]
Changed -e test with -f, for Solaris support
git-svn-id: http://svn.osgeo.org/postgis/trunk@2388
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Sat, 17 Jun 2006 11:46:03 +0000 (11:46 +0000)]
removed spurious newline
git-svn-id: http://svn.osgeo.org/postgis/trunk@2387
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Sat, 17 Jun 2006 11:44:12 +0000 (11:44 +0000)]
Fixed portability issues in the new run_test code, added loader test
for all supported shapefile types
git-svn-id: http://svn.osgeo.org/postgis/trunk@2386
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 16 Jun 2006 14:18:28 +0000 (14:18 +0000)]
Aliased 'test' rule as 'check', to conform to common practice.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2385
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 16 Jun 2006 14:13:06 +0000 (14:13 +0000)]
New regress test cases and support for loader/dumper.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2384
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 16 Jun 2006 14:12:17 +0000 (14:12 +0000)]
- BUGFIX in pgsql2shp successful return code.
- BUGFIX in shp2pgsql handling of MultiLine WKT.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2383
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 13 Jun 2006 10:20:58 +0000 (10:20 +0000)]
Updated template_gis Makefile to work with older debian sarge (stable).
Patch by Alex Bodnaru.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2382
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 9 Jun 2006 06:03:59 +0000 (06:03 +0000)]
Fixed bug in PGISSCRIPT variable (provided by Alex Bodnaru)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2381
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 5 Jun 2006 17:24:12 +0000 (17:24 +0000)]
Updated misleading documentation for Segmentize() function
git-svn-id: http://svn.osgeo.org/postgis/trunk@2380
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 2 Jun 2006 16:59:51 +0000 (16:59 +0000)]
Fully supported georeferencing in chip drawing ops (must still tweak edge cases)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2379
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 1 Jun 2006 16:57:16 +0000 (16:57 +0000)]
Fixed lwgeom drawing primitives to honour georeferencing.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2378
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 1 Jun 2006 07:07:21 +0000 (07:07 +0000)]
Added "fmgr.h" include, for PG_MODULE_MAGIC definition
git-svn-id: http://svn.osgeo.org/postgis/trunk@2377
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 1 Jun 2006 06:58:34 +0000 (06:58 +0000)]
Added magic block ctor for 8.2 compatibility
git-svn-id: http://svn.osgeo.org/postgis/trunk@2376
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 1 Jun 2006 06:56:20 +0000 (06:56 +0000)]
Don't link pgsql2shp to more libs then required.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2375
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 31 May 2006 08:58:19 +0000 (08:58 +0000)]
Added support and info for CHIP.datatype 7,8,107 and 108. They were not documented but used by CHIP canonical input function.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2374
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 31 May 2006 06:43:12 +0000 (06:43 +0000)]
Imported template_gis utilities contributed by Roberto Boati and Alex Bodnaru.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2373
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 30 May 2006 17:19:48 +0000 (17:19 +0000)]
Added some primitives for CHIP management + rendering for points and lines
git-svn-id: http://svn.osgeo.org/postgis/trunk@2372
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 30 May 2006 17:17:58 +0000 (17:17 +0000)]
Fixed bug in CHIP input routine failing on uncompressed 1x1 integer chip inputs
git-svn-id: http://svn.osgeo.org/postgis/trunk@2371
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 30 May 2006 08:47:00 +0000 (08:47 +0000)]
added copyright header
git-svn-id: http://svn.osgeo.org/postgis/trunk@2370
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 30 May 2006 08:38:58 +0000 (08:38 +0000)]
Added some missing copyright headers.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2369
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 23 May 2006 09:48:53 +0000 (09:48 +0000)]
NEW AsHEXEWKB(geom, XDR|NDR) function + documentation
git-svn-id: http://svn.osgeo.org/postgis/trunk@2368
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 22 May 2006 15:29:19 +0000 (15:29 +0000)]
Moved 'measures' query into a specific file, added a test for bug #108
git-svn-id: http://svn.osgeo.org/postgis/trunk@2367
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 22 May 2006 14:57:23 +0000 (14:57 +0000)]
Set version to 1.1.3CVS
git-svn-id: http://svn.osgeo.org/postgis/trunk@2366
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 22 May 2006 14:23:59 +0000 (14:23 +0000)]
Transform a SRID==0 from GEOS to a SRID=-1.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2365
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 22 May 2006 13:08:27 +0000 (13:08 +0000)]
Fixed a bug in distance2d_poly_poly() never really comparing ring distances
between 1st ring of 1st geom and all rings of second one.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2364
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 22 May 2006 12:10:58 +0000 (12:10 +0000)]
Added 'with oids' specification to create table (oids are used for the test).
'With oids' was available in postgresql 7.3.4 so we should not be highering
the requirements for topology. Suggestion from Alex Bodnaru.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2363
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 22 May 2006 11:17:34 +0000 (11:17 +0000)]
Applied cleanups by Alex Bodnaru
git-svn-id: http://svn.osgeo.org/postgis/trunk@2362
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 22 May 2006 11:02:23 +0000 (11:02 +0000)]
New DumpRings(polygon) function + docs
git-svn-id: http://svn.osgeo.org/postgis/trunk@2361
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 22 May 2006 10:58:10 +0000 (10:58 +0000)]
fixed errors in DEBUG builds
git-svn-id: http://svn.osgeo.org/postgis/trunk@2360
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 22 May 2006 10:38:29 +0000 (10:38 +0000)]
Added usage comment about lwpoly_construct()
git-svn-id: http://svn.osgeo.org/postgis/trunk@2359
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 17 May 2006 15:52:25 +0000 (15:52 +0000)]
Added Bruce Rindahl in the credits hall
git-svn-id: http://svn.osgeo.org/postgis/trunk@2358
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 17 May 2006 15:32:15 +0000 (15:32 +0000)]
Added note about doc generation change
git-svn-id: http://svn.osgeo.org/postgis/trunk@2357
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 17 May 2006 13:11:08 +0000 (13:11 +0000)]
DocBook version set to 4.3 (4.2 did not have <code> tag)
Thanks to Mateus Loskot for the tip!
git-svn-id: http://svn.osgeo.org/postgis/trunk@2356
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 17 May 2006 13:04:20 +0000 (13:04 +0000)]
Changed PDF manual generation rule to use db2pdf from docbook-utils package. Input does not validate, thus the rule doesn't succeed yet, but removing <code> tags is enough to complete.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2355
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 17 May 2006 12:26:45 +0000 (12:26 +0000)]
Added note about pdfxmltex being provided by xmltex package
git-svn-id: http://svn.osgeo.org/postgis/trunk@2354
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 17 May 2006 12:25:33 +0000 (12:25 +0000)]
Added check for pdfxmltex availability before attempting to use it
git-svn-id: http://svn.osgeo.org/postgis/trunk@2353
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 17 May 2006 07:52:55 +0000 (07:52 +0000)]
Additional bbox tests for transcale, rotateX and rotateY
git-svn-id: http://svn.osgeo.org/postgis/trunk@2352
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 16 May 2006 19:11:37 +0000 (19:11 +0000)]
Added tests for translate and scale bbox computation
git-svn-id: http://svn.osgeo.org/postgis/trunk@2351
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 16 May 2006 17:09:52 +0000 (17:09 +0000)]
BUGXFIX in affine() failing to update bounding box
git-svn-id: http://svn.osgeo.org/postgis/trunk@2350
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 11 May 2006 14:24:10 +0000 (14:24 +0000)]
Update to 1.1.2 by Laurent WANDREBECK
git-svn-id: http://svn.osgeo.org/postgis/trunk@2349
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 11 May 2006 09:41:54 +0000 (09:41 +0000)]
added postgis.fo and postgis.pdf
git-svn-id: http://svn.osgeo.org/postgis/trunk@2348
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 11 May 2006 09:41:35 +0000 (09:41 +0000)]
changed single-file html production to 'make html', simpler
git-svn-id: http://svn.osgeo.org/postgis/trunk@2347
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 10 May 2006 13:40:20 +0000 (13:40 +0000)]
Added notes about requirements for dox generation, cleaned up Makefile
git-svn-id: http://svn.osgeo.org/postgis/trunk@2346
b70326c6 -7e19-0410-871a-
916f4a2858ee
Markus Schaber [Wed, 10 May 2006 10:47:35 +0000 (10:47 +0000)]
Small typo fix in comment
git-svn-id: http://svn.osgeo.org/postgis/trunk@2345
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 10 May 2006 10:37:03 +0000 (10:37 +0000)]
Removed >/dev/null redirection of pdfxmltex command, to see what's going on
git-svn-id: http://svn.osgeo.org/postgis/trunk@2344
b70326c6 -7e19-0410-871a-
916f4a2858ee
Markus Schaber [Tue, 9 May 2006 13:06:56 +0000 (13:06 +0000)]
Fixed JtsGeometry.equals()
Imporoved Geometry setter/getter
updated postgis version
git-svn-id: http://svn.osgeo.org/postgis/trunk@2343
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Thu, 4 May 2006 15:19:50 +0000 (15:19 +0000)]
Support for Tru64 build (bug#104)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2342
b70326c6 -7e19-0410-871a-
916f4a2858ee
Markus Schaber [Wed, 3 May 2006 08:33:09 +0000 (08:33 +0000)]
added eclipsebin to cvsignore
git-svn-id: http://svn.osgeo.org/postgis/trunk@2341
b70326c6 -7e19-0410-871a-
916f4a2858ee
Markus Schaber [Wed, 3 May 2006 08:30:25 +0000 (08:30 +0000)]
Added regression tests for OGC conformant multiPoint parsing, updated CHANGELOG
git-svn-id: http://svn.osgeo.org/postgis/trunk@2340
b70326c6 -7e19-0410-871a-
916f4a2858ee
Markus Schaber [Wed, 3 May 2006 08:18:51 +0000 (08:18 +0000)]
Added test case for scientific notation
git-svn-id: http://svn.osgeo.org/postgis/trunk@2339
b70326c6 -7e19-0410-871a-
916f4a2858ee
Markus Schaber [Wed, 26 Apr 2006 14:42:16 +0000 (14:42 +0000)]
fixed typo in regression test online help
git-svn-id: http://svn.osgeo.org/postgis/trunk@2338
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 26 Apr 2006 12:19:48 +0000 (12:19 +0000)]
Added --with-geos-libdir and --with-proj-libdir configure switches
git-svn-id: http://svn.osgeo.org/postgis/trunk@2337
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 18 Apr 2006 16:57:10 +0000 (16:57 +0000)]
Fixed invalid C++ style comment
git-svn-id: http://svn.osgeo.org/postgis/trunk@2336
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 18 Apr 2006 16:56:46 +0000 (16:56 +0000)]
Used ad-hoc AC_PROG_YACC for yacc detection
git-svn-id: http://svn.osgeo.org/postgis/trunk@2335
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 18 Apr 2006 14:09:28 +0000 (14:09 +0000)]
Limited text field size to 255 (bug #84) [will eventually provide a switch to support wider fields ]
git-svn-id: http://svn.osgeo.org/postgis/trunk@2334
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 18 Apr 2006 12:36:35 +0000 (12:36 +0000)]
updated
git-svn-id: http://svn.osgeo.org/postgis/trunk@2333
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 18 Apr 2006 12:30:46 +0000 (12:30 +0000)]
Added test for wkt parser
git-svn-id: http://svn.osgeo.org/postgis/trunk@2332
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 18 Apr 2006 12:30:08 +0000 (12:30 +0000)]
WKT parser: forbidden EMPTY elements in non-collection multigeoms.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2331
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 18 Apr 2006 10:28:48 +0000 (10:28 +0000)]
Cleanly handled deserialization of points with non-point input by raising an error. Made other simple geoms deserializers errors of this kind be consistent. Added a check in lwgeom_typename() to avoid memory corruption when input geometrytype is out of range.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2330
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 18 Apr 2006 09:19:26 +0000 (09:19 +0000)]
Added check for libiconv_open (for MingW) - patch provided by Mark Cave-Ayland
git-svn-id: http://svn.osgeo.org/postgis/trunk@2329
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 18 Apr 2006 09:16:26 +0000 (09:16 +0000)]
Substituted bzero() use with memset()
git-svn-id: http://svn.osgeo.org/postgis/trunk@2328
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 18 Apr 2006 09:10:36 +0000 (09:10 +0000)]
Applied patch by Mark Cave-Ayland allowing in-place regression tests to
be run under MingW (Win32)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2327
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 10 Apr 2006 08:19:03 +0000 (08:19 +0000)]
Added support for printing argument geoms on union failures
within unite_garray() loop.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2326
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 29 Mar 2006 09:25:12 +0000 (09:25 +0000)]
removed obsoleted items
git-svn-id: http://svn.osgeo.org/postgis/trunk@2325
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 29 Mar 2006 09:19:07 +0000 (09:19 +0000)]
Set release version and date
git-svn-id: http://svn.osgeo.org/postgis/trunk@2323
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 29 Mar 2006 09:14:13 +0000 (09:14 +0000)]
Prepared for 1.1.2 release
git-svn-id: http://svn.osgeo.org/postgis/trunk@2322
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Tue, 28 Mar 2006 08:39:38 +0000 (08:39 +0000)]
Mangled Self-intersection message to remove 'at or near point'
so that test works with both GEOS 2.x (w/out point spec) and 3.x (with point spec)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2321
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 27 Mar 2006 09:33:03 +0000 (09:33 +0000)]
Used a larger grid for buffer() test, to account for rounding changes between
GEOS-2.2 and GEOS-3.0
git-svn-id: http://svn.osgeo.org/postgis/trunk@2320
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 13 Mar 2006 10:54:08 +0000 (10:54 +0000)]
Applied patch from Mark Cave Ayland embedding access control for
the estimated_extent functions.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2319
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 13 Mar 2006 10:41:07 +0000 (10:41 +0000)]
added enforceRHR fix
git-svn-id: http://svn.osgeo.org/postgis/trunk@2318
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Sun, 12 Mar 2006 17:20:08 +0000 (17:20 +0000)]
Fix isccw to return correct ccw answer.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2317
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Sun, 12 Mar 2006 17:13:30 +0000 (17:13 +0000)]
Fix for enforceRHR to actually enforce rather than just reverse. (Note
that seems to be enforcing CW RHR rather than CCW RHR.)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2316
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 8 Mar 2006 18:21:35 +0000 (18:21 +0000)]
Added pg_config --libs to PGFELIBS as a workaround for systems
that doesn't automatically detect dependencies
git-svn-id: http://svn.osgeo.org/postgis/trunk@2315
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 1 Mar 2006 09:10:22 +0000 (09:10 +0000)]
Fixed 'clean' rule to succeed also when tree already cleaned (rm -f)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2314
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Fri, 24 Feb 2006 20:23:26 +0000 (20:23 +0000)]
Minor error in install instructions
git-svn-id: http://svn.osgeo.org/postgis/trunk@2313
b70326c6 -7e19-0410-871a-
916f4a2858ee
Markus Schaber [Thu, 23 Feb 2006 11:48:08 +0000 (11:48 +0000)]
documented affine(), rewrote transscale() to use affine()
git-svn-id: http://svn.osgeo.org/postgis/trunk@2312
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 22 Feb 2006 14:06:20 +0000 (14:06 +0000)]
Added affine() internal function.
Provided rotate{Z,X,Y}() internally using affine().
Made scale() and translate() internally use affine().
Obsoleted transscale() function.
Fixed a bbox-related bug in transscale()
Added a test for affine transformations.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2311
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 15 Feb 2006 08:38:06 +0000 (08:38 +0000)]
Qualified args of difference() to avoid clashes with other packages
git-svn-id: http://svn.osgeo.org/postgis/trunk@2310
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 10 Feb 2006 10:58:57 +0000 (10:58 +0000)]
Made it a single transaction
git-svn-id: http://svn.osgeo.org/postgis/trunk@2309
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 10 Feb 2006 10:57:43 +0000 (10:57 +0000)]
Removed intermediate VACUUM
git-svn-id: http://svn.osgeo.org/postgis/trunk@2308
b70326c6 -7e19-0410-871a-
916f4a2858ee
Markus Schaber [Mon, 6 Feb 2006 20:04:33 +0000 (20:04 +0000)]
fixed srid handling in jts for composed geometries - this had prevented 'inner' geometries with no given srid from inheriting the srid from outer collection.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2307
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 6 Feb 2006 11:16:12 +0000 (11:16 +0000)]
Added uchar typedef
git-svn-id: http://svn.osgeo.org/postgis/trunk@2306
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 6 Feb 2006 11:12:22 +0000 (11:12 +0000)]
uint32_t typedef moved back from wktparse.h to lwgparse.c and wktunparse.c
git-svn-id: http://svn.osgeo.org/postgis/trunk@2305
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 6 Feb 2006 11:09:02 +0000 (11:09 +0000)]
added snaptogrid behavior
git-svn-id: http://svn.osgeo.org/postgis/trunk@2304
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 3 Feb 2006 20:53:37 +0000 (20:53 +0000)]
Swapped stdint.h (unavailable on Solaris9) with inttypes.h
git-svn-id: http://svn.osgeo.org/postgis/trunk@2303
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Fri, 3 Feb 2006 09:52:14 +0000 (09:52 +0000)]
Changed int4 typedefs to use POSIX uint32_t
git-svn-id: http://svn.osgeo.org/postgis/trunk@2302
b70326c6 -7e19-0410-871a-
916f4a2858ee
Paul Ramsey [Thu, 2 Feb 2006 04:46:16 +0000 (04:46 +0000)]
Updated maintainers info.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2301
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 1 Feb 2006 22:15:32 +0000 (22:15 +0000)]
Made regress/run_test create and drop it's regress database
unless otherwise specified using --nocreate and --nodrop switches.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2300
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Wed, 1 Feb 2006 20:48:50 +0000 (20:48 +0000)]
Portable tests for docdir and datadir, comments fixed.
Thanks to Havard Tveite for pointing out.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2299
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Sun, 29 Jan 2006 13:54:38 +0000 (13:54 +0000)]
Fixed bug in SnapToGrid() bbox computation.
Previous policy (WHEN SIMPLE) turned out to be non-simple,
so this has been changed to TAINING.
Bbox will then be recomputed by scanning output coordinates
iff input had a bbox cache.
AUTOCACHE_BBOX define (the default) will still force a
computation of output box if worth it.
Regress tests added for the case reported on postgis-users
Run of regress tests do not require postgis install
anymore. The library build in source tree will be
used for this purpose.
Version bumped to 1.1.2 and CHANGES file updated.
git-svn-id: http://svn.osgeo.org/postgis/trunk@2298
b70326c6 -7e19-0410-871a-
916f4a2858ee
Sandro Santilli [Mon, 23 Jan 2006 00:13:34 +0000 (00:13 +0000)]
Set version to 1.1.1, edited 1.1.1 Release Notes chapter in manual
and set release date (2006-01-23).
git-svn-id: http://svn.osgeo.org/postgis/trunk@2296
b70326c6 -7e19-0410-871a-
916f4a2858ee