]> granicus.if.org Git - postgis/log
postgis
20 years agoinitial revision
Sandro Santilli [Wed, 22 Dec 2004 17:02:17 +0000 (17:02 +0000)]
initial revision

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

20 years agoGeomFromWKB() and GeometryFromText() issue a warning if provided formats
Sandro Santilli [Wed, 22 Dec 2004 10:32:27 +0000 (10:32 +0000)]
GeomFromWKB() and GeometryFromText() issue a warning if provided formats
are not OGC-strict. Introduced GeomFromEWKT() and GeomFromEWKB() for
extended formats.

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

20 years agoDrop useless SRID from geometry when downloading EWKB format.
Sandro Santilli [Wed, 22 Dec 2004 10:29:09 +0000 (10:29 +0000)]
Drop useless SRID from geometry when downloading EWKB format.

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

20 years agoMade asText and asBinary strict OGC conformant, introduced asEWKT and asEWKB
Sandro Santilli [Tue, 21 Dec 2004 17:46:44 +0000 (17:46 +0000)]
Made asText and asBinary strict OGC conformant, introduced asEWKT and asEWKB
for extended version outputs.

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

20 years agoCanonical binary reverted back to EWKB, now supporting SRID inclusion.
Sandro Santilli [Tue, 21 Dec 2004 15:19:01 +0000 (15:19 +0000)]
Canonical binary reverted back to EWKB, now supporting SRID inclusion.

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

20 years agoMade setSRID(geom, -1) actually *remove* srid from LWGEOM.
Sandro Santilli [Tue, 21 Dec 2004 15:17:30 +0000 (15:17 +0000)]
Made setSRID(geom, -1) actually *remove* srid from LWGEOM.

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

20 years agoFixed bug in pass 4 where sample boxes were referred as BOXs and not BOX2DFLOAT4...
Mark Cave-Ayland [Tue, 21 Dec 2004 12:21:45 +0000 (12:21 +0000)]
Fixed bug in pass 4 where sample boxes were referred as BOXs and not BOX2DFLOAT4. Also increased SDFACTOR to 3.25

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

20 years agoUpdated geom_accum to create *real* geometry arrays, changed aggregates
Sandro Santilli [Tue, 21 Dec 2004 12:04:42 +0000 (12:04 +0000)]
Updated geom_accum to create *real* geometry arrays, changed aggregates
using it accordingly. Fixed collect output type settings, and dropped
CR/LF in lwgeom_functions_basic.c

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

20 years agoallocation for deserialized lwline made after type checking
Sandro Santilli [Tue, 21 Dec 2004 11:25:10 +0000 (11:25 +0000)]
allocation for deserialized lwline made after type checking

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

20 years agoAdded array element delimiter for type geometry
Sandro Santilli [Mon, 20 Dec 2004 17:49:42 +0000 (17:49 +0000)]
Added array element delimiter for type geometry

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

20 years agoSRID is no more skipped from asText output.
Sandro Santilli [Mon, 20 Dec 2004 14:21:34 +0000 (14:21 +0000)]
SRID is no more skipped from asText output.

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

20 years agoCreated a new 'Geometry Editors' section.
Sandro Santilli [Mon, 20 Dec 2004 14:11:18 +0000 (14:11 +0000)]
Created a new 'Geometry Editors' section.

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

20 years agoAdded addBBOX() and dropBBOX() documentation.
Sandro Santilli [Mon, 20 Dec 2004 14:02:12 +0000 (14:02 +0000)]
Added addBBOX() and dropBBOX() documentation.

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

20 years agoAdded dropBBOX().
Sandro Santilli [Mon, 20 Dec 2004 14:01:48 +0000 (14:01 +0000)]
Added dropBBOX().

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

20 years agoLWGEOM_gist_joinsel defined for all PG versions
Sandro Santilli [Fri, 17 Dec 2004 18:00:33 +0000 (18:00 +0000)]
LWGEOM_gist_joinsel defined for all PG versions

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

20 years agoFixed call to geos_version.sh
Sandro Santilli [Fri, 17 Dec 2004 18:00:16 +0000 (18:00 +0000)]
Fixed call to geos_version.sh

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

20 years agoMoved getMachineEndian from parser to liblwgeom.{h,c}.
Sandro Santilli [Fri, 17 Dec 2004 11:08:53 +0000 (11:08 +0000)]
Moved getMachineEndian from parser to liblwgeom.{h,c}.
Added XDR and NDR defines.
Fixed all usage of them.

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

20 years agoAdded missing prototype
Sandro Santilli [Fri, 17 Dec 2004 11:07:48 +0000 (11:07 +0000)]
Added missing prototype

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

20 years agoAdded GEOSnoop stub for non-geos installations
Sandro Santilli [Fri, 17 Dec 2004 11:06:37 +0000 (11:06 +0000)]
Added GEOSnoop stub for non-geos installations

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

20 years agoAdded canonical binary conversions as bytea<->geometry casts and
Sandro Santilli [Fri, 17 Dec 2004 10:10:32 +0000 (10:10 +0000)]
Added canonical binary conversions as bytea<->geometry casts and
explicit _send and _recv for PG>73

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

20 years agogetMachineEndian exported
Sandro Santilli [Fri, 17 Dec 2004 10:10:01 +0000 (10:10 +0000)]
getMachineEndian exported

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

20 years agoChanges in preparation for 1.0.0RC1
Paul Ramsey [Fri, 17 Dec 2004 06:53:09 +0000 (06:53 +0000)]
Changes in preparation for 1.0.0RC1

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

20 years agoInitial skel for geometry_send canonical binary rep.
Sandro Santilli [Thu, 16 Dec 2004 12:30:24 +0000 (12:30 +0000)]
Initial skel for geometry_send canonical binary rep.

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

20 years agopg_restore-800 handling
Sandro Santilli [Thu, 16 Dec 2004 12:07:11 +0000 (12:07 +0000)]
pg_restore-800 handling

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

20 years agoAdded UpdateGeometrySRID documentation
Sandro Santilli [Wed, 15 Dec 2004 13:10:28 +0000 (13:10 +0000)]
Added UpdateGeometrySRID documentation

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

20 years agoEnforced schema use in UpdateGeometrySRID
Sandro Santilli [Wed, 15 Dec 2004 12:59:40 +0000 (12:59 +0000)]
Enforced schema use in UpdateGeometrySRID

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

20 years agoAdded UpdateGeometrySRID
Sandro Santilli [Wed, 15 Dec 2004 12:54:49 +0000 (12:54 +0000)]
Added UpdateGeometrySRID

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

20 years agoupdated TODO
Sandro Santilli [Wed, 15 Dec 2004 09:46:20 +0000 (09:46 +0000)]
updated TODO

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

20 years agoDie if target database exists
Sandro Santilli [Wed, 15 Dec 2004 09:43:21 +0000 (09:43 +0000)]
Die if target database exists

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

20 years agoFixed memory leaks depending on input size.
Sandro Santilli [Wed, 15 Dec 2004 08:46:47 +0000 (08:46 +0000)]
Fixed memory leaks depending on input size.

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

20 years agoFixed a bug in lwgeom_dropBBOX()
Sandro Santilli [Tue, 14 Dec 2004 11:41:43 +0000 (11:41 +0000)]
Fixed a bug in lwgeom_dropBBOX()

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

20 years agoAdded geometry::text cast.
Sandro Santilli [Tue, 14 Dec 2004 11:02:08 +0000 (11:02 +0000)]
Added geometry::text cast.

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

20 years agoAdded SRID check in collect_garray();
Sandro Santilli [Tue, 14 Dec 2004 09:47:00 +0000 (09:47 +0000)]
Added SRID check in collect_garray();

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

20 years agoreduced function calls in lwcollection_serialize_size
Sandro Santilli [Tue, 14 Dec 2004 09:37:47 +0000 (09:37 +0000)]
reduced function calls in lwcollection_serialize_size

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

20 years agofixed a typo in polygonize function
Sandro Santilli [Tue, 14 Dec 2004 09:29:40 +0000 (09:29 +0000)]
fixed a typo in polygonize function

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

20 years agoupdated
Sandro Santilli [Mon, 13 Dec 2004 14:12:56 +0000 (14:12 +0000)]
updated

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

20 years agoInitial skeleton on join selectivity estimator.
Sandro Santilli [Mon, 13 Dec 2004 14:03:07 +0000 (14:03 +0000)]
Initial skeleton on join selectivity estimator.
Current estimators application for box2d && box2d operator.

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

20 years agolwpostgis.sql copy moved from root to lwgeom/Makefile
Sandro Santilli [Mon, 13 Dec 2004 13:04:41 +0000 (13:04 +0000)]
lwpostgis.sql copy moved from root to lwgeom/Makefile

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

20 years agoHandled more schema specification in 800 pg_restore output.
Sandro Santilli [Mon, 13 Dec 2004 12:56:25 +0000 (12:56 +0000)]
Handled more schema specification in 800 pg_restore output.

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

20 years agoRemoved obsoleted function and fixed some warnings.
Sandro Santilli [Mon, 13 Dec 2004 12:25:27 +0000 (12:25 +0000)]
Removed obsoleted function and fixed some warnings.

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

20 years agoAdded notice about availability of shorter syntax for estimated_extent()
Sandro Santilli [Fri, 10 Dec 2004 22:20:19 +0000 (22:20 +0000)]
Added notice about availability of shorter syntax for estimated_extent()

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

20 years agoAdded estimated_extent() doc.
Sandro Santilli [Fri, 10 Dec 2004 22:16:16 +0000 (22:16 +0000)]
Added estimated_extent() doc.

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

20 years agoimplemented estimated_extent() function
Sandro Santilli [Fri, 10 Dec 2004 12:35:11 +0000 (12:35 +0000)]
implemented estimated_extent() function

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

20 years agoAdjusted to work with new bytea WKB encoding, only supports 2d/3dz.
Sandro Santilli [Thu, 9 Dec 2004 09:42:25 +0000 (09:42 +0000)]
Adjusted to work with new bytea WKB encoding, only supports 2d/3dz.

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

20 years agoupdated
Sandro Santilli [Wed, 8 Dec 2004 14:46:48 +0000 (14:46 +0000)]
updated

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

20 years agoInitial revision
Sandro Santilli [Sun, 5 Dec 2004 11:46:30 +0000 (11:46 +0000)]
Initial revision

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

20 years agocommented out drops of unexistant tables
Sandro Santilli [Sun, 5 Dec 2004 11:45:12 +0000 (11:45 +0000)]
commented out drops of unexistant tables

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

20 years agoChanged AddGeometryColumns to not complain about invalid schema
Sandro Santilli [Sun, 5 Dec 2004 11:44:51 +0000 (11:44 +0000)]
Changed AddGeometryColumns to not complain about invalid schema

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

20 years agoFixed a bug in pt_in_ring_2d.
Sandro Santilli [Mon, 29 Nov 2004 16:37:12 +0000 (16:37 +0000)]
Fixed a bug in pt_in_ring_2d.

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

20 years agoCommented out useless CFLAGS override.
Sandro Santilli [Mon, 29 Nov 2004 11:16:08 +0000 (11:16 +0000)]
Commented out useless CFLAGS override.

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

20 years agoSome initializzations to make compiler happy.
Sandro Santilli [Mon, 29 Nov 2004 11:15:48 +0000 (11:15 +0000)]
Some initializzations to make compiler happy.

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

20 years agoRemoved duplicated tests
Sandro Santilli [Fri, 26 Nov 2004 17:08:22 +0000 (17:08 +0000)]
Removed duplicated tests

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

20 years agoMoved basic LWGEOM parsing tests in mainstream regress dir.
Sandro Santilli [Fri, 26 Nov 2004 17:06:36 +0000 (17:06 +0000)]
Moved basic LWGEOM parsing tests in mainstream regress dir.

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

20 years agoFirst regress test cleaned up.
Sandro Santilli [Fri, 26 Nov 2004 16:54:43 +0000 (16:54 +0000)]
First regress test cleaned up.

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

20 years agoPorted index regress test to lwgeom
Sandro Santilli [Fri, 26 Nov 2004 16:26:51 +0000 (16:26 +0000)]
Ported index regress test to lwgeom

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

20 years agoAdded regressions test notes
Sandro Santilli [Fri, 26 Nov 2004 15:52:57 +0000 (15:52 +0000)]
Added regressions test notes

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

20 years agoFinished cleanup of main regression test.
Sandro Santilli [Fri, 26 Nov 2004 15:50:05 +0000 (15:50 +0000)]
Finished cleanup of main regression test.

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

20 years agolwcollection_same allows different components ordering to
Sandro Santilli [Fri, 26 Nov 2004 15:06:08 +0000 (15:06 +0000)]
lwcollection_same allows different components ordering to
reflect older behaviour.

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

20 years agoCleanup
Sandro Santilli [Fri, 26 Nov 2004 14:56:13 +0000 (14:56 +0000)]
Cleanup

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

20 years agoFixed a bug in lwcollection_same
Sandro Santilli [Fri, 26 Nov 2004 14:55:05 +0000 (14:55 +0000)]
Fixed a bug in lwcollection_same

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

20 years agoInitial regress tests adaptation for lwgeom
Sandro Santilli [Fri, 26 Nov 2004 13:04:39 +0000 (13:04 +0000)]
Initial regress tests adaptation for lwgeom

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

20 years agoPOSTGIS2GEOS conversion failures handled cleanier
Sandro Santilli [Tue, 23 Nov 2004 16:16:26 +0000 (16:16 +0000)]
POSTGIS2GEOS conversion failures handled cleanier

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

20 years agoMassaged to work with pg_dump-7.2 and pg_restore-7.2
Sandro Santilli [Fri, 19 Nov 2004 17:39:33 +0000 (17:39 +0000)]
Massaged to work with pg_dump-7.2 and pg_restore-7.2

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

20 years agoprecision made of type signed int (for %.*d correct use).
Sandro Santilli [Fri, 19 Nov 2004 17:29:09 +0000 (17:29 +0000)]
precision made of type signed int (for %.*d correct use).

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

20 years agoAdded support for PG<73 in gist support functions
Sandro Santilli [Fri, 19 Nov 2004 13:48:10 +0000 (13:48 +0000)]
Added support for PG<73 in gist support functions
and modified preprocessor flags to be compatible with older versions.

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

20 years agoFixed IN/OUT representation of types to support < 73 PG versions
Sandro Santilli [Fri, 19 Nov 2004 13:32:50 +0000 (13:32 +0000)]
Fixed IN/OUT representation of types to support < 73 PG versions

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

20 years agoupdated
Sandro Santilli [Thu, 18 Nov 2004 18:16:11 +0000 (18:16 +0000)]
updated

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

20 years agoAdded a copy of the PQunescapeBytea function found in libpq of PG>=73
Sandro Santilli [Thu, 18 Nov 2004 18:14:19 +0000 (18:14 +0000)]
Added a copy of the PQunescapeBytea function found in libpq of PG>=73

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

20 years agoSubstituted isfinite() with finite().
Sandro Santilli [Thu, 18 Nov 2004 13:47:57 +0000 (13:47 +0000)]
Substituted isfinite() with finite().

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

20 years agoYet another GEOSHasZ bug fix
Sandro Santilli [Wed, 17 Nov 2004 15:28:44 +0000 (15:28 +0000)]
Yet another GEOSHasZ bug fix

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

20 years agoGEOSHasZ now checks both DoubleNotANumber and isFinite
Sandro Santilli [Wed, 17 Nov 2004 15:18:09 +0000 (15:18 +0000)]
GEOSHasZ now checks both DoubleNotANumber and isFinite

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

20 years agoChanges GEOSHasZ to use isfinite()
Sandro Santilli [Wed, 17 Nov 2004 09:07:38 +0000 (09:07 +0000)]
Changes GEOSHasZ to use isfinite()

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

20 years agoFixed a typo in geometry type names.
Sandro Santilli [Wed, 17 Nov 2004 07:57:38 +0000 (07:57 +0000)]
Fixed a typo in geometry type names.

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

20 years agoSRID checks and enforce for all GEOS operations.
Sandro Santilli [Tue, 16 Nov 2004 13:54:39 +0000 (13:54 +0000)]
SRID checks and enforce for all GEOS operations.
Z value handled so to show it only when available.

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

20 years agoAdded GEOSHasZ() and GEOSSetSRID()
Sandro Santilli [Tue, 16 Nov 2004 13:52:42 +0000 (13:52 +0000)]
Added GEOSHasZ() and GEOSSetSRID()

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

20 years agoFixed a bug in PIP invocation, added some debugging lines.
Sandro Santilli [Mon, 15 Nov 2004 10:51:35 +0000 (10:51 +0000)]
Fixed a bug in PIP invocation, added some debugging lines.

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

20 years agoAdd information about where test was downloaded from.
Paul Ramsey [Sat, 13 Nov 2004 01:47:20 +0000 (01:47 +0000)]
Add information about where test was downloaded from.

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

20 years agoDeleted entries in spatial_ref_sys and geometry_columns.
Sandro Santilli [Fri, 12 Nov 2004 18:13:26 +0000 (18:13 +0000)]
Deleted entries in spatial_ref_sys and geometry_columns.

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

20 years agoMade PointN, InteriorRingN and GeometryN 1-based as required by
Sandro Santilli [Fri, 12 Nov 2004 17:50:46 +0000 (17:50 +0000)]
Made PointN, InteriorRingN and GeometryN 1-based as required by
OGC conformance suite.

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

20 years agoAdded grep -v ^# to cpp pipeline for .sql generation. Under OS/X cpp adds a
Paul Ramsey [Thu, 11 Nov 2004 21:29:51 +0000 (21:29 +0000)]
Added grep -v ^# to cpp pipeline for .sql generation. Under OS/X cpp adds a
header with a # comment field to the start of the output file.

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

20 years agoupdated
Sandro Santilli [Thu, 11 Nov 2004 09:42:26 +0000 (09:42 +0000)]
updated

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

20 years agoAdded -fPIC to CFLAGS as suggested by Vincent Schut.
Sandro Santilli [Mon, 8 Nov 2004 11:08:01 +0000 (11:08 +0000)]
Added -fPIC to CFLAGS as suggested by Vincent Schut.

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

20 years agoupdated
Sandro Santilli [Fri, 5 Nov 2004 11:44:55 +0000 (11:44 +0000)]
updated

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

20 years agoHad isvalid raise a NOTICE with invalidity message.
Sandro Santilli [Fri, 5 Nov 2004 11:44:40 +0000 (11:44 +0000)]
Had isvalid raise a NOTICE with invalidity message.

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

20 years agoupdated
Sandro Santilli [Fri, 5 Nov 2004 10:04:31 +0000 (10:04 +0000)]
updated

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

20 years agoAdded ndims(geometry) function, used in a 3rd constraint set
Sandro Santilli [Fri, 5 Nov 2004 08:16:46 +0000 (08:16 +0000)]
Added ndims(geometry) function, used in a 3rd constraint set
by AddGeometryColumn, documented.

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

20 years agoRenamed max/min/avg macros to LW_MAX, LW_MIN, LW_AVG.
Sandro Santilli [Thu, 4 Nov 2004 11:40:08 +0000 (11:40 +0000)]
Renamed max/min/avg macros to LW_MAX, LW_MIN, LW_AVG.

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

20 years agoOops.. my attemt at moving lwpostgis.sql.in one dir up was bogus.
Sandro Santilli [Thu, 4 Nov 2004 09:18:06 +0000 (09:18 +0000)]
Oops.. my attemt at moving lwpostgis.sql.in one dir up was bogus.

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

20 years agoMoved lwpostgis.sql.in and it's build logic up to root directory.
Sandro Santilli [Thu, 4 Nov 2004 08:56:48 +0000 (08:56 +0000)]
Moved lwpostgis.sql.in and it's build logic up to root directory.

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

20 years agoFixed "compat.h" include to be local.
Sandro Santilli [Tue, 2 Nov 2004 17:53:06 +0000 (17:53 +0000)]
Fixed "compat.h" include to be local.

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

20 years agoAdded a copy of GNU vsprintf.c file and compiled in.
Sandro Santilli [Tue, 2 Nov 2004 16:48:54 +0000 (16:48 +0000)]
Added a copy of GNU vsprintf.c file and compiled in.

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

20 years agomin/max macro made available regardless of MINGW32 define.
Sandro Santilli [Tue, 2 Nov 2004 15:59:10 +0000 (15:59 +0000)]
min/max macro made available regardless of MINGW32 define.

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

20 years agoUpdated as suggested by Frank Warmerdam.
Sandro Santilli [Tue, 2 Nov 2004 07:50:26 +0000 (07:50 +0000)]
Updated as suggested by Frank Warmerdam.

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

20 years agoFixed a typo in probe_geometry_columns() reported by Vinko Vrsalovic.
Sandro Santilli [Tue, 2 Nov 2004 07:25:38 +0000 (07:25 +0000)]
Fixed a typo in probe_geometry_columns() reported by Vinko Vrsalovic.

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

20 years agoupdated
Sandro Santilli [Fri, 29 Oct 2004 05:28:05 +0000 (05:28 +0000)]
updated

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

20 years agoFixed bug in AddGeometryColumn refusing to add 4D geoms.
Sandro Santilli [Fri, 29 Oct 2004 05:27:09 +0000 (05:27 +0000)]
Fixed bug in AddGeometryColumn refusing to add 4D geoms.

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

20 years agoInitial local TODO
Sandro Santilli [Thu, 28 Oct 2004 16:48:17 +0000 (16:48 +0000)]
Initial local TODO

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

20 years agoheader inclusion cleanup
Sandro Santilli [Thu, 28 Oct 2004 16:28:07 +0000 (16:28 +0000)]
header inclusion cleanup

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

20 years agoFixed bug in debugguing output
Sandro Santilli [Thu, 28 Oct 2004 16:25:06 +0000 (16:25 +0000)]
Fixed bug in debugguing output

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

20 years agoremoved LF
Sandro Santilli [Thu, 28 Oct 2004 16:24:35 +0000 (16:24 +0000)]
removed LF

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