]> granicus.if.org Git - postgis/log
postgis
18 years agoadded ejb3 tutorial
Markus Schaber [Wed, 20 Sep 2006 09:03:12 +0000 (09:03 +0000)]
added ejb3 tutorial

git-svn-id: http://svn.osgeo.org/postgis/trunk@2476 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoApplied patch by Michael Fuhr <mike@fuhr.org>:
Sandro Santilli [Mon, 18 Sep 2006 13:21:44 +0000 (13:21 +0000)]
Applied patch by Michael Fuhr <mike@fuhr.org>:
Most are spelling errors, but in one case I removed the word "symmetric"
from the description of the Difference() function (SymDifference() is
symmetric; Difference() is not).

git-svn-id: http://svn.osgeo.org/postgis/trunk@2475 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoFixed regress tests to pass with GEOS-3.0.0
Sandro Santilli [Mon, 18 Sep 2006 09:16:22 +0000 (09:16 +0000)]
Fixed regress tests to pass with GEOS-3.0.0

git-svn-id: http://svn.osgeo.org/postgis/trunk@2474 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoupdated readme to java directory layout change
Markus Schaber [Wed, 13 Sep 2006 20:17:46 +0000 (20:17 +0000)]
updated readme to java directory layout change

git-svn-id: http://svn.osgeo.org/postgis/trunk@2473 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoAdded fix for null dates that are encoded as '' instead of 00000000.
Paul Ramsey [Sat, 9 Sep 2006 16:32:57 +0000 (16:32 +0000)]
Added fix for null dates that are encoded as '' instead of 00000000.

git-svn-id: http://svn.osgeo.org/postgis/trunk@2472 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoMore fixes for mixed declarations and code
Sandro Santilli [Thu, 7 Sep 2006 17:37:22 +0000 (17:37 +0000)]
More fixes for mixed declarations and code

git-svn-id: http://svn.osgeo.org/postgis/trunk@2471 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoDeclare variables at start of blocks...
Sandro Santilli [Thu, 7 Sep 2006 17:03:43 +0000 (17:03 +0000)]
Declare variables at start of blocks...

git-svn-id: http://svn.osgeo.org/postgis/trunk@2470 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoremoved duplicated function definition
Sandro Santilli [Wed, 6 Sep 2006 11:16:59 +0000 (11:16 +0000)]
removed duplicated function definition

git-svn-id: http://svn.osgeo.org/postgis/trunk@2469 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoupdated jdbc Makefile to new directory layout
Markus Schaber [Tue, 5 Sep 2006 15:22:12 +0000 (15:22 +0000)]
updated jdbc Makefile to new directory layout

git-svn-id: http://svn.osgeo.org/postgis/trunk@2468 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoJava/JDBC directory reorganization
Markus Schaber [Tue, 5 Sep 2006 15:16:57 +0000 (15:16 +0000)]
Java/JDBC directory reorganization

git-svn-id: http://svn.osgeo.org/postgis/trunk@2467 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoadded EJB2 support POC
Markus Schaber [Wed, 30 Aug 2006 08:46:32 +0000 (08:46 +0000)]
added EJB2 support POC

git-svn-id: http://svn.osgeo.org/postgis/trunk@2466 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agofixed README about droped trove4j dependency
Markus Schaber [Wed, 30 Aug 2006 08:39:01 +0000 (08:39 +0000)]
fixed README about droped trove4j dependency

git-svn-id: http://svn.osgeo.org/postgis/trunk@2465 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoadded regress/lwpostgis.sql to svn:ignore list
Sandro Santilli [Fri, 28 Jul 2006 13:11:57 +0000 (13:11 +0000)]
added regress/lwpostgis.sql to svn:ignore list

git-svn-id: http://svn.osgeo.org/postgis/trunk@2464 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoupdated
Sandro Santilli [Fri, 28 Jul 2006 13:08:21 +0000 (13:08 +0000)]
updated

git-svn-id: http://svn.osgeo.org/postgis/trunk@2463 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoAdded tests for makeline, makebox2d and makebox3d
Sandro Santilli [Fri, 28 Jul 2006 13:07:52 +0000 (13:07 +0000)]
Added tests for makeline, makebox2d and makebox3d

git-svn-id: http://svn.osgeo.org/postgis/trunk@2462 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoFixed small typo in debugging message, replaced custom SRID check with errorIfSRIDMis...
Sandro Santilli [Fri, 28 Jul 2006 13:07:06 +0000 (13:07 +0000)]
Fixed small typo in debugging message, replaced custom SRID check with errorIfSRIDMismatch() function in LWGEOM_makeline

git-svn-id: http://svn.osgeo.org/postgis/trunk@2461 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoAdded SRID match check in MakeBox3D, fixed small typo in error message
Sandro Santilli [Fri, 28 Jul 2006 13:06:05 +0000 (13:06 +0000)]
Added SRID match check in MakeBox3D, fixed small typo in error message

git-svn-id: http://svn.osgeo.org/postgis/trunk@2460 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoAdded SRID match check in MakeBox2D
Sandro Santilli [Fri, 28 Jul 2006 13:05:20 +0000 (13:05 +0000)]
Added SRID match check in MakeBox2D

git-svn-id: http://svn.osgeo.org/postgis/trunk@2459 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoMarked shapefiles as binary, corrected accidentally mangled ones
Sandro Santilli [Thu, 27 Jul 2006 15:06:11 +0000 (15:06 +0000)]
Marked shapefiles as binary, corrected accidentally mangled ones

git-svn-id: http://svn.osgeo.org/postgis/trunk@2458 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agotypo fix in comment
Markus Schaber [Thu, 27 Jul 2006 09:44:33 +0000 (09:44 +0000)]
typo fix in comment

git-svn-id: http://svn.osgeo.org/postgis/trunk@2457 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoChanged Refractions mailing address.
Paul Ramsey [Wed, 26 Jul 2006 18:44:15 +0000 (18:44 +0000)]
Changed Refractions mailing address.

git-svn-id: http://svn.osgeo.org/postgis/trunk@2456 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoRe-order repository
Paul Ramsey [Wed, 26 Jul 2006 17:21:13 +0000 (17:21 +0000)]
Re-order repository

git-svn-id: http://svn.osgeo.org/postgis/trunk@2455 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoRe-order repository
Paul Ramsey [Wed, 26 Jul 2006 17:21:08 +0000 (17:21 +0000)]
Re-order repository

git-svn-id: http://svn.osgeo.org/postgis/trunk@2454 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoFixed bug in collect() function discarding SRID of input
Sandro Santilli [Tue, 25 Jul 2006 20:16:00 +0000 (20:16 +0000)]
Fixed bug in collect() function discarding SRID of input

git-svn-id: http://svn.osgeo.org/postgis/trunk@2413 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoReworked jdbc2 makefile
Markus Schaber [Tue, 25 Jul 2006 18:24:47 +0000 (18:24 +0000)]
Reworked jdbc2 makefile

git-svn-id: http://svn.osgeo.org/postgis/trunk@2412 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoAdd official "adaptions" to the files to make them suitable for
Paul Ramsey [Fri, 21 Jul 2006 21:21:53 +0000 (21:21 +0000)]
Add official "adaptions" to the files to make them suitable for
submission to the OGC compliance process.

git-svn-id: http://svn.osgeo.org/postgis/trunk@2411 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agofixed checkSrid method in JtsBinaryWriter
Markus Schaber [Wed, 19 Jul 2006 13:31:18 +0000 (13:31 +0000)]
fixed checkSrid method in JtsBinaryWriter

git-svn-id: http://svn.osgeo.org/postgis/trunk@2410 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoFix setSridRecurse function in JTS
Markus Schaber [Wed, 19 Jul 2006 09:45:53 +0000 (09:45 +0000)]
Fix setSridRecurse function in JTS

git-svn-id: http://svn.osgeo.org/postgis/trunk@2409 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agofix compiler warning due to deprecated method
Markus Schaber [Tue, 18 Jul 2006 18:13:57 +0000 (18:13 +0000)]
fix compiler warning due to deprecated method

git-svn-id: http://svn.osgeo.org/postgis/trunk@2408 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agofix SRID handling in JTS code
Markus Schaber [Tue, 18 Jul 2006 18:13:31 +0000 (18:13 +0000)]
fix SRID handling in JTS code

git-svn-id: http://svn.osgeo.org/postgis/trunk@2407 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoApplied Michael Fuhr patches:
Sandro Santilli [Fri, 7 Jul 2006 13:56:52 +0000 (13:56 +0000)]
Applied Michael Fuhr patches:
Eliminate the warnings that escape_string_warning complains about.
The patches change \' (backslash single-quote) to '' (single-quote single-quote) and replace a couple of other escapes with calls to chr().

git-svn-id: http://svn.osgeo.org/postgis/trunk@2406 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoFixed support for PostgreSQL 8.2 (gist) - patch by Michael Fuhr <mike@fuhr.org>
Sandro Santilli [Sun, 2 Jul 2006 23:41:24 +0000 (23:41 +0000)]
Fixed support for PostgreSQL 8.2 (gist) - patch by Michael Fuhr <mike@fuhr.org>

git-svn-id: http://svn.osgeo.org/postgis/trunk@2405 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoPrepared for 1.1.3 release: release notes, changes, version. Release date set for...
Sandro Santilli [Fri, 30 Jun 2006 21:29:06 +0000 (21:29 +0000)]
Prepared for 1.1.3 release: release notes, changes, version. Release date set for today (2006-06-30)

git-svn-id: http://svn.osgeo.org/postgis/trunk@2403 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoreplaced ROLLBACK with COMMIT in psql output to hide differences with 7.4 and lower...
Sandro Santilli [Mon, 26 Jun 2006 01:02:28 +0000 (01:02 +0000)]
replaced ROLLBACK with COMMIT in psql output to hide differences with 7.4 and lower pgsql versions.

git-svn-id: http://svn.osgeo.org/postgis/trunk@2402 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoFixed Invalid Memory Alloc request size error on GEOS=>LWGEOM conversion for EMPTY...
Sandro Santilli [Mon, 26 Jun 2006 00:56:26 +0000 (00:56 +0000)]
Fixed Invalid Memory Alloc request size error on GEOS=>LWGEOM conversion for EMPTY geometries. Removed warnings when built with POSTGIS_DEBUG enabled.

git-svn-id: http://svn.osgeo.org/postgis/trunk@2401 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoAdded debug lines in LWGEOM_affine, fixed some compiler warnings for build with POSTG...
Sandro Santilli [Mon, 26 Jun 2006 00:41:24 +0000 (00:41 +0000)]
Added debug lines in LWGEOM_affine, fixed some compiler warnings for build with POSTGIS_DEBUG enabled.

git-svn-id: http://svn.osgeo.org/postgis/trunk@2400 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoqualified all geometry arguments.
Sandro Santilli [Mon, 26 Jun 2006 00:40:45 +0000 (00:40 +0000)]
qualified all geometry arguments.

git-svn-id: http://svn.osgeo.org/postgis/trunk@2399 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoAdded Long Transaction Support routines, dox and regress test.
Sandro Santilli [Sun, 25 Jun 2006 23:59:33 +0000 (23:59 +0000)]
Added Long Transaction Support routines, dox and regress test.

git-svn-id: http://svn.osgeo.org/postgis/trunk@2398 b70326c6-7e19-0410-871a-916f4a2858ee

18 years agoFixed the lc_messages failure by avoiding attempts at setting it when run against...
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

18 years agoRelease Notes moved to an higher depth to reduce ToC noise.
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

18 years agoFixed HTML output rules
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

18 years agoAdd getTransactionID() stored procedure to support pgsql 7.3 (not tested against...
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

19 years agoRemoved compiler warnings (and more requested)
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

19 years agoAdded spaces between parameters ref and operator, as pgsql 7.3 chokes otherwise ...
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

19 years agoAdded EnableLongTransactions() and DisableLongTransactions().
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

19 years agoFixed a couple of bugs, added a simple test script, cleaner error messages
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

19 years agoRemoved -0 values from polygon doubles
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

19 years agoChanged -e test with -f, for Solaris support
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

19 years agoremoved spurious newline
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

19 years agoFixed portability issues in the new run_test code, added loader test
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

19 years agoAliased 'test' rule as 'check', to conform to common practice.
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

19 years agoNew regress test cases and support for loader/dumper.
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

19 years ago - BUGFIX in pgsql2shp successful return code.
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

19 years agoUpdated template_gis Makefile to work with older debian sarge (stable).
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

19 years agoFixed bug in PGISSCRIPT variable (provided by Alex Bodnaru)
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

19 years agoUpdated misleading documentation for Segmentize() function
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

19 years agoFully supported georeferencing in chip drawing ops (must still tweak edge cases)
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

19 years agoFixed lwgeom drawing primitives to honour georeferencing.
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

19 years agoAdded "fmgr.h" include, for PG_MODULE_MAGIC definition
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

19 years agoAdded magic block ctor for 8.2 compatibility
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

19 years agoDon't link pgsql2shp to more libs then required.
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

19 years agoAdded support and info for CHIP.datatype 7,8,107 and 108. They were not documented...
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

19 years agoImported template_gis utilities contributed by Roberto Boati and Alex Bodnaru.
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

19 years agoAdded some primitives for CHIP management + rendering for points and lines
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

19 years agoFixed bug in CHIP input routine failing on uncompressed 1x1 integer chip inputs
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

19 years agoadded copyright header
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

19 years agoAdded some missing copyright headers.
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

19 years agoNEW AsHEXEWKB(geom, XDR|NDR) function + documentation
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

19 years agoMoved 'measures' query into a specific file, added a test for bug #108
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

19 years agoSet version to 1.1.3CVS
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

19 years agoTransform a SRID==0 from GEOS to a SRID=-1.
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

19 years agoFixed a bug in distance2d_poly_poly() never really comparing ring distances
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

19 years agoAdded 'with oids' specification to create table (oids are used for the test).
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

19 years agoApplied cleanups by Alex Bodnaru
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

19 years agoNew DumpRings(polygon) function + docs
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

19 years agofixed errors in DEBUG builds
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

19 years agoAdded usage comment about lwpoly_construct()
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

19 years agoAdded Bruce Rindahl in the credits hall
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

19 years agoAdded note about doc generation change
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

19 years agoDocBook version set to 4.3 (4.2 did not have <code> tag)
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

19 years agoChanged PDF manual generation rule to use db2pdf from docbook-utils package. Input...
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

19 years agoAdded note about pdfxmltex being provided by xmltex package
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

19 years agoAdded check for pdfxmltex availability before attempting to use it
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

19 years agoAdditional bbox tests for transcale, rotateX and rotateY
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

19 years agoAdded tests for translate and scale bbox computation
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

19 years agoBUGXFIX in affine() failing to update bounding box
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

19 years agoUpdate to 1.1.2 by Laurent WANDREBECK
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

19 years agoadded postgis.fo and postgis.pdf
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

19 years agochanged single-file html production to 'make html', simpler
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

19 years agoAdded notes about requirements for dox generation, cleaned up Makefile
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

19 years agoSmall typo fix in comment
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

19 years agoRemoved >/dev/null redirection of pdfxmltex command, to see what's going on
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

19 years agoFixed JtsGeometry.equals()
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

19 years agoSupport for Tru64 build (bug#104)
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

19 years agoadded eclipsebin to cvsignore
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

19 years agoAdded regression tests for OGC conformant multiPoint parsing, updated CHANGELOG
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

19 years agoAdded test case for scientific notation
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

19 years agofixed typo in regression test online help
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

19 years agoAdded --with-geos-libdir and --with-proj-libdir configure switches
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

19 years agoFixed invalid C++ style comment
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