]> granicus.if.org Git - postgis/log
postgis
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

20 years agoMore cleanups.
Sandro Santilli [Thu, 28 Oct 2004 16:23:17 +0000 (16:23 +0000)]
More cleanups.

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

20 years agocleanups.
Sandro Santilli [Thu, 28 Oct 2004 16:13:30 +0000 (16:13 +0000)]
cleanups.

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

20 years agoMade data structurs old-compilers-friendly.
Sandro Santilli [Thu, 28 Oct 2004 16:10:45 +0000 (16:10 +0000)]
Made data structurs old-compilers-friendly.

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

20 years agoFixed a bug in LWGEOM_asGML.
Sandro Santilli [Thu, 28 Oct 2004 16:10:25 +0000 (16:10 +0000)]
Fixed a bug in LWGEOM_asGML.

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

20 years agoFixed geos-based opPolygonize include.
Sandro Santilli [Thu, 28 Oct 2004 15:40:58 +0000 (15:40 +0000)]
Fixed geos-based opPolygonize include.

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

20 years agoCleanups.
Sandro Santilli [Thu, 28 Oct 2004 09:38:44 +0000 (09:38 +0000)]
Cleanups.

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

20 years agoAdded makeline(point, point). Changed LineFromMultiPoint definition.
Sandro Santilli [Thu, 28 Oct 2004 09:29:38 +0000 (09:29 +0000)]
Added makeline(point, point). Changed LineFromMultiPoint definition.

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

20 years agoAdded AddPoint(line, point, [position]) and support API functions.
Sandro Santilli [Thu, 28 Oct 2004 09:00:11 +0000 (09:00 +0000)]
Added AddPoint(line, point, [position]) and support API functions.

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

20 years agofixed name of line constructor as documentation reports it.
Sandro Santilli [Thu, 28 Oct 2004 07:56:12 +0000 (07:56 +0000)]
fixed name of line constructor as documentation reports it.
LineFromMultiPoint().

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

20 years agocollect(geometry, geometry) re-introduced. collector() is an alias for collect().
Sandro Santilli [Thu, 28 Oct 2004 07:45:41 +0000 (07:45 +0000)]
collect(geometry, geometry) re-introduced. collector() is an alias for collect().

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

20 years agoAdded MakeBox2D, MakeBox3D implementation and documentation.
Sandro Santilli [Wed, 27 Oct 2004 15:40:48 +0000 (15:40 +0000)]
Added MakeBox2D, MakeBox3D implementation and documentation.

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

20 years agoMakePoly renamed to Polygonize
Sandro Santilli [Wed, 27 Oct 2004 15:19:45 +0000 (15:19 +0000)]
MakePoly renamed to Polygonize

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

20 years agoupdated
Sandro Santilli [Wed, 27 Oct 2004 15:09:51 +0000 (15:09 +0000)]
updated

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

20 years agoAdded constructors docs and intial organizzation for postgis extension functions.
Sandro Santilli [Wed, 27 Oct 2004 14:28:57 +0000 (14:28 +0000)]
Added constructors docs and intial organizzation for postgis extension functions.

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

20 years agoUnset debug define.
Sandro Santilli [Wed, 27 Oct 2004 13:35:28 +0000 (13:35 +0000)]
Unset debug define.

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

20 years agoAsSVG returns NULL on GEOMETRY COLLECTION input.
Sandro Santilli [Wed, 27 Oct 2004 12:30:53 +0000 (12:30 +0000)]
AsSVG returns NULL on GEOMETRY COLLECTION input.

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

20 years agoupdated
Sandro Santilli [Wed, 27 Oct 2004 11:06:44 +0000 (11:06 +0000)]
updated

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

20 years agoAdded polygonize interface (makepoly aggregate)
Sandro Santilli [Wed, 27 Oct 2004 11:05:08 +0000 (11:05 +0000)]
Added polygonize interface (makepoly aggregate)

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

20 years agoRemoved another getbox2d() call.
Sandro Santilli [Wed, 27 Oct 2004 11:02:24 +0000 (11:02 +0000)]
Removed another getbox2d() call.

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

20 years agoFixed fix_geometry_columns() to leave correctly linked records untouched.
Sandro Santilli [Wed, 27 Oct 2004 10:55:13 +0000 (10:55 +0000)]
Fixed fix_geometry_columns() to leave correctly linked records untouched.

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

20 years agoBug fix in GEOS version extractor.
Sandro Santilli [Tue, 26 Oct 2004 16:48:25 +0000 (16:48 +0000)]
Bug fix in GEOS version extractor.

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

20 years agoObsoleted getbox2d(). Use getbox2d_p() or getbox2d_internal() instead.
Sandro Santilli [Mon, 25 Oct 2004 17:07:09 +0000 (17:07 +0000)]
Obsoleted getbox2d(). Use getbox2d_p() or getbox2d_internal() instead.

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

20 years agoportable math expressions.
Sandro Santilli [Mon, 25 Oct 2004 15:31:27 +0000 (15:31 +0000)]
portable math expressions.

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

20 years agoY axis reverse and relative path fixes from Olivier Courtin.
Sandro Santilli [Mon, 25 Oct 2004 14:20:57 +0000 (14:20 +0000)]
Y axis reverse and relative path fixes from Olivier Courtin.

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

20 years agoRemoved useless network type includes,
Sandro Santilli [Mon, 25 Oct 2004 12:27:33 +0000 (12:27 +0000)]
Removed useless network type includes,
Added param.h include for BYTE_ORDER defines under win32.

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

20 years agoStricter syntax fixes. Reported by S�bastien NICAISE <snicaise@iciatechnologies.com>
Sandro Santilli [Thu, 21 Oct 2004 19:48:34 +0000 (19:48 +0000)]
Stricter syntax fixes. Reported by S�bastien NICAISE <snicaise@iciatechnologies.com>

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

20 years agoupdated
Sandro Santilli [Thu, 21 Oct 2004 19:47:48 +0000 (19:47 +0000)]
updated

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

20 years agoZMflags check on costituent geometries only performed when there is
Sandro Santilli [Thu, 21 Oct 2004 19:46:36 +0000 (19:46 +0000)]
ZMflags check on costituent geometries only performed when there is
at least one.

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

20 years agoAdded detect_geos_version in all: rule
Sandro Santilli [Thu, 21 Oct 2004 19:45:43 +0000 (19:45 +0000)]
Added detect_geos_version in all: rule

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

20 years agoAdded reverse(geometry) and ForceRHR(geometry) documentation.
Sandro Santilli [Mon, 18 Oct 2004 11:35:37 +0000 (11:35 +0000)]
Added reverse(geometry) and ForceRHR(geometry) documentation.

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

20 years agomakeline_from_multipoint renamed to line_from_multipoint
Sandro Santilli [Mon, 18 Oct 2004 11:29:00 +0000 (11:29 +0000)]
makeline_from_multipoint renamed to line_from_multipoint

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

20 years agoupdated
Sandro Santilli [Mon, 18 Oct 2004 09:37:11 +0000 (09:37 +0000)]
updated

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

20 years agoremoved USE_WKB partially-used define
Sandro Santilli [Sun, 17 Oct 2004 13:25:44 +0000 (13:25 +0000)]
removed USE_WKB partially-used define

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

20 years agoHEXWKB polygon
Sandro Santilli [Sun, 17 Oct 2004 13:24:44 +0000 (13:24 +0000)]
HEXWKB polygon

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

20 years agoupdated
Sandro Santilli [Sun, 17 Oct 2004 13:01:10 +0000 (13:01 +0000)]
updated

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

20 years agoHEXWKB multiline output
Sandro Santilli [Sun, 17 Oct 2004 12:59:12 +0000 (12:59 +0000)]
HEXWKB multiline output

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

20 years agoFixed a bug in lwline_serialize_buf preventing dimension override
Sandro Santilli [Sun, 17 Oct 2004 12:51:23 +0000 (12:51 +0000)]
Fixed a bug in lwline_serialize_buf preventing dimension override

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

20 years agoFixed a debugging function output bug
Sandro Santilli [Sun, 17 Oct 2004 12:43:32 +0000 (12:43 +0000)]
Fixed a debugging function output bug

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

20 years agoPoint and MultiPoint loaded using HEXWKB.
Sandro Santilli [Sun, 17 Oct 2004 12:26:02 +0000 (12:26 +0000)]
Point and MultiPoint loaded using HEXWKB.

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

20 years agofixed prototype for user query table
Sandro Santilli [Sun, 17 Oct 2004 12:16:47 +0000 (12:16 +0000)]
fixed prototype for user query table

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

20 years agoBug fixed in multipoint4D creation
Sandro Santilli [Sun, 17 Oct 2004 12:15:10 +0000 (12:15 +0000)]
Bug fixed in multipoint4D creation

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

20 years agoupdated
Sandro Santilli [Fri, 15 Oct 2004 22:02:06 +0000 (22:02 +0000)]
updated

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

20 years agoInitial WKB functionalities
Sandro Santilli [Fri, 15 Oct 2004 22:01:35 +0000 (22:01 +0000)]
Initial WKB functionalities

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

20 years agomakeline_from_multipoint() implemented and exposed.
Sandro Santilli [Fri, 15 Oct 2004 16:21:33 +0000 (16:21 +0000)]
makeline_from_multipoint() implemented and exposed.

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

20 years agoupdated
Sandro Santilli [Fri, 15 Oct 2004 15:25:50 +0000 (15:25 +0000)]
updated

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

20 years agoFixed a bug in outputput dimension detection for makeline()
Sandro Santilli [Fri, 15 Oct 2004 15:21:55 +0000 (15:21 +0000)]
Fixed a bug in outputput dimension detection for makeline()

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

20 years agoupdated
Sandro Santilli [Fri, 15 Oct 2004 15:01:24 +0000 (15:01 +0000)]
updated

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

20 years agoAdded debugging lines
Sandro Santilli [Fri, 15 Oct 2004 15:00:56 +0000 (15:00 +0000)]
Added debugging lines

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

20 years agoFixed a bug in make_lwline
Sandro Santilli [Fri, 15 Oct 2004 15:00:26 +0000 (15:00 +0000)]
Fixed a bug in make_lwline

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

20 years agoupdated
Sandro Santilli [Fri, 15 Oct 2004 11:52:32 +0000 (11:52 +0000)]
updated

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

20 years agoFixed a bug making asSVG return a spurious char at the end.
Sandro Santilli [Fri, 15 Oct 2004 11:48:48 +0000 (11:48 +0000)]
Fixed a bug making asSVG return a spurious char at the end.

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

20 years agoAdded makeline() aggregate and make_lwline() API method.
Sandro Santilli [Fri, 15 Oct 2004 11:42:36 +0000 (11:42 +0000)]
Added makeline() aggregate and make_lwline() API method.

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

20 years agoupdated AsSVG doc
Sandro Santilli [Fri, 15 Oct 2004 09:44:21 +0000 (09:44 +0000)]
updated AsSVG doc

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

20 years agochanged precision semantic back to number of decimal digits
Sandro Santilli [Fri, 15 Oct 2004 09:41:22 +0000 (09:41 +0000)]
changed precision semantic back to number of decimal digits

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

20 years agoAdded a trailing zeros trimmer
Sandro Santilli [Fri, 15 Oct 2004 09:41:01 +0000 (09:41 +0000)]
Added a trailing zeros trimmer

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

20 years agoFixed handling of mixed dimensioned geometries in source table.
Sandro Santilli [Fri, 15 Oct 2004 08:26:03 +0000 (08:26 +0000)]
Fixed handling of mixed dimensioned geometries in source table.

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

20 years agoFixed a bug introduced by me (byteorder skipped for inner geoms in WKB)
Sandro Santilli [Fri, 15 Oct 2004 07:35:41 +0000 (07:35 +0000)]
Fixed a bug introduced by me (byteorder skipped for inner geoms in WKB)

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

20 years agoUpdated pgsql2shp documentation.
Sandro Santilli [Thu, 14 Oct 2004 10:28:31 +0000 (10:28 +0000)]
Updated pgsql2shp documentation.

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

20 years agoAdded support for user query (replacing schema.table)
Sandro Santilli [Thu, 14 Oct 2004 09:59:51 +0000 (09:59 +0000)]
Added support for user query (replacing schema.table)

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

20 years agoupdated
Sandro Santilli [Wed, 13 Oct 2004 19:33:35 +0000 (19:33 +0000)]
updated

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

20 years agoAdded third buffer arg expanation
Sandro Santilli [Wed, 13 Oct 2004 19:32:46 +0000 (19:32 +0000)]
Added third buffer arg expanation

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

20 years agofixed arg number in buffer third arg
Sandro Santilli [Wed, 13 Oct 2004 18:49:56 +0000 (18:49 +0000)]
fixed arg number in buffer third arg

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

20 years agoAdded a third argument to the buffer() function.
Sandro Santilli [Wed, 13 Oct 2004 18:39:39 +0000 (18:39 +0000)]
Added a third argument to the buffer() function.

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

20 years agoDropped SRID argument from point constructor.
Sandro Santilli [Wed, 13 Oct 2004 17:21:49 +0000 (17:21 +0000)]
Dropped SRID argument from point constructor.
Unified procedure name to 'makepoint' for 2d,3dz,4d and 'makepointm' for 3dm.

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

20 years agoupdated
Sandro Santilli [Wed, 13 Oct 2004 15:20:26 +0000 (15:20 +0000)]
updated

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