]> granicus.if.org Git - postgis/log
postgis
20 years agoSerialized form and WKB prepared to accept ZM flags replacing DD (dimensions)
Sandro Santilli [Mon, 4 Oct 2004 13:53:42 +0000 (13:53 +0000)]
Serialized form and WKB prepared to accept ZM flags replacing DD (dimensions)

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

20 years agoAdded missing prototype
Sandro Santilli [Mon, 4 Oct 2004 09:25:23 +0000 (09:25 +0000)]
Added missing prototype

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

20 years agoupdated
Sandro Santilli [Sun, 3 Oct 2004 15:57:41 +0000 (15:57 +0000)]
updated

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

20 years agoMade GEOS<->LWGEOM converters keep geometry structures.
Sandro Santilli [Sun, 3 Oct 2004 15:52:23 +0000 (15:52 +0000)]
Made GEOS<->LWGEOM converters keep geometry structures.
Fixed bug in serializers.
Added noop(geometry) for deserialize/serialize debugging.

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

20 years agoAdded lwgeom_add(LWGEOM *to, int where, LWGEOM *what).
Sandro Santilli [Fri, 1 Oct 2004 14:49:34 +0000 (14:49 +0000)]
Added lwgeom_add(LWGEOM *to, int where, LWGEOM *what).
Added LWGEOM2GEOS keeping input geometry structure.

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

20 years agoinitial revision
Sandro Santilli [Fri, 1 Oct 2004 07:51:09 +0000 (07:51 +0000)]
initial revision

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

20 years agoAdded runtime cast functions.
Sandro Santilli [Fri, 1 Oct 2004 07:51:00 +0000 (07:51 +0000)]
Added runtime cast functions.

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

20 years agobug fixes
Sandro Santilli [Thu, 30 Sep 2004 16:06:05 +0000 (16:06 +0000)]
bug fixes

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

20 years agoAdded BBOX finders and its support in serializer.
Sandro Santilli [Thu, 30 Sep 2004 15:42:28 +0000 (15:42 +0000)]
Added BBOX finders and its support in serializer.

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

20 years agoupdated
Sandro Santilli [Thu, 30 Sep 2004 11:49:39 +0000 (11:49 +0000)]
updated

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

20 years agoMore common flags between LW<type>s.
Sandro Santilli [Thu, 30 Sep 2004 11:45:40 +0000 (11:45 +0000)]
More common flags between LW<type>s.
LWGEOM_summary output made cleaner and moved to lwgeom_debug.c

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

20 years agoAdded missing liblwgeom.c file.
Sandro Santilli [Thu, 30 Sep 2004 08:18:06 +0000 (08:18 +0000)]
Added missing liblwgeom.c file.
Made LWMPOINT, LWMLINE, LWMPOLY compatible with LWCOLLECTION.
Fixed reverse() and forcerhr() to maintain geometry structure.

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

20 years agoupdated
Sandro Santilli [Thu, 30 Sep 2004 06:54:46 +0000 (06:54 +0000)]
updated

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

20 years agoAdded serialize function for LWGEOM
Sandro Santilli [Wed, 29 Sep 2004 15:25:21 +0000 (15:25 +0000)]
Added serialize function for LWGEOM

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

20 years agoBig layout change.
Sandro Santilli [Wed, 29 Sep 2004 10:50:30 +0000 (10:50 +0000)]
Big layout change.
lwgeom.h is public API
liblwgeom.h is private header
lwgeom_pg.h is for PG-links
lw<type>.c contains type-specific functions

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

20 years agoChanged LWGEOM to PG_LWGEOM.
Sandro Santilli [Wed, 29 Sep 2004 06:31:42 +0000 (06:31 +0000)]
Changed LWGEOM to PG_LWGEOM.
Changed LWGEOM_construct to PG_LWGEOM_construct.

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

20 years agoRemoved ^Ms, added note about flatting nature of LWGEOM_EXPLODED.
Sandro Santilli [Tue, 28 Sep 2004 17:13:36 +0000 (17:13 +0000)]
Removed ^Ms, added note about flatting nature of LWGEOM_EXPLODED.

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

20 years agoAdded AsGML function ref
Sandro Santilli [Tue, 28 Sep 2004 16:22:21 +0000 (16:22 +0000)]
Added AsGML function ref

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

20 years agoFixed a bug in PostGIS2GEOS_point
Sandro Santilli [Tue, 28 Sep 2004 09:31:12 +0000 (09:31 +0000)]
Fixed a bug in PostGIS2GEOS_point

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

20 years agoupdated
Sandro Santilli [Tue, 28 Sep 2004 09:05:24 +0000 (09:05 +0000)]
updated

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

20 years agoAdded forceRHR() and support functions.
Sandro Santilli [Tue, 28 Sep 2004 09:01:17 +0000 (09:01 +0000)]
Added forceRHR() and support functions.

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

20 years agoAdded ptarray_isccw(). Added extern modifiers to public prototypes.
Sandro Santilli [Tue, 28 Sep 2004 09:00:33 +0000 (09:00 +0000)]
Added ptarray_isccw(). Added extern modifiers to public prototypes.

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

20 years agoupdated
Sandro Santilli [Tue, 28 Sep 2004 08:28:40 +0000 (08:28 +0000)]
updated

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

20 years agoAdded reverse(geometry) and support functions
Sandro Santilli [Tue, 28 Sep 2004 08:22:20 +0000 (08:22 +0000)]
Added reverse(geometry) and support functions

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

20 years agoAdded some const modifiers
Sandro Santilli [Tue, 28 Sep 2004 08:21:42 +0000 (08:21 +0000)]
Added some const modifiers

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

20 years agoupdated
Sandro Santilli [Mon, 27 Sep 2004 17:27:35 +0000 (17:27 +0000)]
updated

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

20 years agoDebugging defines set to NODEBUG.
Sandro Santilli [Mon, 27 Sep 2004 08:26:03 +0000 (08:26 +0000)]
Debugging defines set to NODEBUG.

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

20 years agoupdated
Sandro Santilli [Mon, 27 Sep 2004 08:24:40 +0000 (08:24 +0000)]
updated

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

20 years agoAdded USE_GIST variable on top of file. Changed true values report
Sandro Santilli [Mon, 27 Sep 2004 08:23:45 +0000 (08:23 +0000)]
Added USE_GIST variable on top of file. Changed true values report
as fraction of total rows.

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

20 years agoAdded profile.h deps
Sandro Santilli [Fri, 24 Sep 2004 22:27:57 +0000 (22:27 +0000)]
Added profile.h deps

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

20 years agoAdded worst and best percentile for both intersects and distance
Sandro Santilli [Fri, 24 Sep 2004 12:20:56 +0000 (12:20 +0000)]
Added worst and best percentile for both intersects and distance

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

20 years agoapproximated nums to 2 decimal digits
Sandro Santilli [Fri, 24 Sep 2004 11:58:01 +0000 (11:58 +0000)]
approximated nums to 2 decimal digits

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

20 years agoinitial intersects profiler frontend implementation
Sandro Santilli [Fri, 24 Sep 2004 11:35:45 +0000 (11:35 +0000)]
initial intersects profiler frontend implementation

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

20 years agoAdded box2d->geometry cast.
Sandro Santilli [Fri, 24 Sep 2004 09:46:53 +0000 (09:46 +0000)]
Added box2d->geometry cast.

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

20 years agoAdded -m / -z switches to control output type: XYM,XYMZ.
Sandro Santilli [Thu, 23 Sep 2004 16:14:19 +0000 (16:14 +0000)]
Added -m / -z switches to control output type: XYM,XYMZ.

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

20 years agoModified GML output as suggested by Martin Daly.
Sandro Santilli [Thu, 23 Sep 2004 15:09:07 +0000 (15:09 +0000)]
Modified GML output as suggested by Martin Daly.

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

20 years agoInitial GML output routines.
Sandro Santilli [Thu, 23 Sep 2004 11:12:47 +0000 (11:12 +0000)]
Initial GML output routines.

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

20 years agoProfile output modified again, input geoms points and conversion times separated
Sandro Santilli [Thu, 23 Sep 2004 10:13:15 +0000 (10:13 +0000)]
Profile output modified again, input geoms points and conversion times separated

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

20 years agoindentation fixes
Sandro Santilli [Wed, 22 Sep 2004 17:13:26 +0000 (17:13 +0000)]
indentation fixes

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

20 years agoindentation and function-call-debugging preparation
Sandro Santilli [Wed, 22 Sep 2004 17:12:40 +0000 (17:12 +0000)]
indentation and function-call-debugging preparation

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

20 years agoremoved some compiler warnings
Sandro Santilli [Wed, 22 Sep 2004 17:11:56 +0000 (17:11 +0000)]
removed some compiler warnings

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

20 years agoAdded missing prototype to make compiler happy
Sandro Santilli [Wed, 22 Sep 2004 17:11:28 +0000 (17:11 +0000)]
Added missing prototype to make compiler happy

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

20 years agoAdded lwpoint_size, lwline_size, lwpoly_size for computing
Sandro Santilli [Wed, 22 Sep 2004 16:52:13 +0000 (16:52 +0000)]
Added lwpoint_size, lwline_size, lwpoly_size for computing
serialized size from deserialized objects.

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

20 years agoSome more source file cleanups.
Sandro Santilli [Wed, 22 Sep 2004 16:29:18 +0000 (16:29 +0000)]
Some more source file cleanups.

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

20 years agoMoved size computation functions in module static scope.
Sandro Santilli [Wed, 22 Sep 2004 16:09:54 +0000 (16:09 +0000)]
Moved size computation functions in module static scope.
Renamed public one to lwgeom_size(char *).

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

20 years agolw<type>_findlength function made statics of lwgeom_api.c.
Sandro Santilli [Wed, 22 Sep 2004 15:15:51 +0000 (15:15 +0000)]
lw<type>_findlength function made statics of lwgeom_api.c.
public functions with those names should accept LW<TYPE> pointers instead..

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

20 years agoLWGEOM TODO moved back to the lwgeom/ dir.
Sandro Santilli [Wed, 22 Sep 2004 15:11:30 +0000 (15:11 +0000)]
LWGEOM TODO moved back to the lwgeom/ dir.

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

20 years agoupdated
Sandro Santilli [Wed, 22 Sep 2004 14:57:17 +0000 (14:57 +0000)]
updated

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

20 years agoline_interpolate_point added.
Sandro Santilli [Wed, 22 Sep 2004 14:57:00 +0000 (14:57 +0000)]
line_interpolate_point added.

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

20 years agofixed a comment
Sandro Santilli [Wed, 22 Sep 2004 14:56:33 +0000 (14:56 +0000)]
fixed a comment

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

20 years agoAdded 'label' argument to the profreport macro.
Sandro Santilli [Wed, 22 Sep 2004 13:45:11 +0000 (13:45 +0000)]
Added 'label' argument to the profreport macro.

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

20 years agoRenamed lwgeom_npoints_recursive to lwgeom_npoints and exposed in lwgeom.h.
Sandro Santilli [Wed, 22 Sep 2004 11:42:45 +0000 (11:42 +0000)]
Renamed lwgeom_npoints_recursive to lwgeom_npoints and exposed in lwgeom.h.
Changed SERIALIZED_FORM macro to be less LWGEOM structure aware.
Added profiling header file.
Modified profiling calls to include total query time.
Initial profiling support in the mindistance function.

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

20 years agoAdd number nesting to sections. Fix link in postgis.xml
Paul Ramsey [Wed, 22 Sep 2004 04:48:51 +0000 (04:48 +0000)]
Add number nesting to sections. Fix link in postgis.xml

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

20 years agoslightly changed PROF_SUM output for sort acceptance
Sandro Santilli [Tue, 21 Sep 2004 21:04:14 +0000 (21:04 +0000)]
slightly changed PROF_SUM output for sort acceptance

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

20 years agoFixed a profiler bug.
Sandro Santilli [Tue, 21 Sep 2004 20:44:14 +0000 (20:44 +0000)]
Fixed a profiler bug.
Added points count and doubled profiler output.

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

20 years agoAdd section autolabelling to printed output
Paul Ramsey [Tue, 21 Sep 2004 19:10:41 +0000 (19:10 +0000)]
Add section autolabelling to printed output

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

20 years agoAdd autolabelling to sections in generated HTML.
Paul Ramsey [Tue, 21 Sep 2004 19:09:40 +0000 (19:09 +0000)]
Add autolabelling to sections in generated HTML.

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

20 years agoAdded missing profiling report calls in predicates
Sandro Santilli [Tue, 21 Sep 2004 17:50:56 +0000 (17:50 +0000)]
Added missing profiling report calls in predicates

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

20 years agoAdded GEOS profiling support.
Sandro Santilli [Tue, 21 Sep 2004 17:36:54 +0000 (17:36 +0000)]
Added GEOS profiling support.

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

20 years agoreduced memory copies in GEOS2POSTGIS()
Sandro Santilli [Tue, 21 Sep 2004 16:08:03 +0000 (16:08 +0000)]
reduced memory copies in GEOS2POSTGIS()

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

20 years agobuffer serialized accept NULL as return-size pointer
Sandro Santilli [Tue, 21 Sep 2004 16:07:25 +0000 (16:07 +0000)]
buffer serialized accept NULL as return-size pointer

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

20 years agoAdded lwgeom_empy_length(), lwgeom_constructempty_buf(), lwexploded_serialize_buf()
Sandro Santilli [Tue, 21 Sep 2004 15:44:53 +0000 (15:44 +0000)]
Added lwgeom_empy_length(), lwgeom_constructempty_buf(), lwexploded_serialize_buf()

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

20 years agoAdded lwexploded_findlength
Sandro Santilli [Tue, 21 Sep 2004 10:57:26 +0000 (10:57 +0000)]
Added lwexploded_findlength

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

20 years agoOptimized postgis->geos conversion
Sandro Santilli [Mon, 20 Sep 2004 21:13:23 +0000 (21:13 +0000)]
Optimized postgis->geos conversion

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

20 years agocommented pfree call in GEOSnoop (seems to generate memory faults)
Sandro Santilli [Mon, 20 Sep 2004 21:13:01 +0000 (21:13 +0000)]
commented pfree call in GEOSnoop (seems to generate memory faults)

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

20 years agoupdated
Sandro Santilli [Mon, 20 Sep 2004 17:14:18 +0000 (17:14 +0000)]
updated

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

20 years agochanged comments to better show shape type handling
Sandro Santilli [Mon, 20 Sep 2004 17:13:31 +0000 (17:13 +0000)]
changed comments to better show shape type handling

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

20 years agoAdded -d -d availability notice in help string.
Sandro Santilli [Mon, 20 Sep 2004 17:11:44 +0000 (17:11 +0000)]
Added -d -d availability notice in help string.
Added user notice about output shape type.

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

20 years agoAdded force_4d(geometry)
Sandro Santilli [Mon, 20 Sep 2004 17:03:41 +0000 (17:03 +0000)]
Added force_4d(geometry)

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

20 years agoAdded 4d geometries support.
Sandro Santilli [Mon, 20 Sep 2004 16:33:05 +0000 (16:33 +0000)]
Added 4d geometries support.
Changelog section moved at bottom file.

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

20 years agoFixed a bug in popbyte. Trapped WKB endiannes errors.
Sandro Santilli [Mon, 20 Sep 2004 14:14:43 +0000 (14:14 +0000)]
Fixed a bug in popbyte. Trapped WKB endiannes errors.

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

20 years agoupdated
Sandro Santilli [Mon, 20 Sep 2004 13:50:24 +0000 (13:50 +0000)]
updated

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

20 years agoPostgis-1.x support (LWGEOM) added.
Sandro Santilli [Mon, 20 Sep 2004 13:49:27 +0000 (13:49 +0000)]
Postgis-1.x support (LWGEOM) added.
postgis version detected at runtime.
Endiannes unchecked ... TODO.

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

20 years agoChanged postgis.sql to lwpostgis.sql
Sandro Santilli [Mon, 20 Sep 2004 12:07:54 +0000 (12:07 +0000)]
Changed postgis.sql to lwpostgis.sql

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

20 years agoAdded lwpostgis.sql rule
Sandro Santilli [Mon, 20 Sep 2004 12:07:36 +0000 (12:07 +0000)]
Added lwpostgis.sql rule

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

20 years agoupdated layout description and configuration instructions
Sandro Santilli [Mon, 20 Sep 2004 10:58:07 +0000 (10:58 +0000)]
updated layout description and configuration instructions

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

20 years agoRenamed README
Sandro Santilli [Mon, 20 Sep 2004 10:09:06 +0000 (10:09 +0000)]
Renamed README

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

20 years agoAdded missing 'uninstall' rules. Fixed existing install rules.
Sandro Santilli [Mon, 20 Sep 2004 10:08:18 +0000 (10:08 +0000)]
Added missing 'uninstall' rules. Fixed existing install rules.

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

20 years agoConfiguration and common Makefile work moved to Makefile.config
Sandro Santilli [Mon, 20 Sep 2004 09:58:26 +0000 (09:58 +0000)]
Configuration and common Makefile work moved to Makefile.config
Build is possible from each directory and from the root directory.

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

20 years agoadded missing prototype
Sandro Santilli [Mon, 20 Sep 2004 09:29:29 +0000 (09:29 +0000)]
added missing prototype

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

20 years agoReworked build scripts.
Sandro Santilli [Mon, 20 Sep 2004 09:22:25 +0000 (09:22 +0000)]
Reworked build scripts.

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

20 years agofixed bugs in non-GEOS centroid function
Sandro Santilli [Mon, 20 Sep 2004 09:21:29 +0000 (09:21 +0000)]
fixed bugs in non-GEOS centroid function

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

20 years agocleanups
Sandro Santilli [Mon, 20 Sep 2004 09:20:51 +0000 (09:20 +0000)]
cleanups

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

20 years agogeneralized library ignore line
Sandro Santilli [Mon, 20 Sep 2004 08:53:06 +0000 (08:53 +0000)]
generalized library ignore line

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

20 years agoAdded postgis_geos_version.h
Sandro Santilli [Mon, 20 Sep 2004 08:52:20 +0000 (08:52 +0000)]
Added postgis_geos_version.h

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

20 years agoincluded local postgis_geos_version.h
Sandro Santilli [Mon, 20 Sep 2004 08:52:01 +0000 (08:52 +0000)]
included local postgis_geos_version.h

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

20 years agoAdded detect_geos_version rule
Sandro Santilli [Mon, 20 Sep 2004 08:51:43 +0000 (08:51 +0000)]
Added detect_geos_version rule

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

20 years agoMoved lwgeom TODO in the root
Sandro Santilli [Mon, 20 Sep 2004 08:29:33 +0000 (08:29 +0000)]
Moved lwgeom TODO in the root

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

20 years agoHWGEOM functions moved under hwgeom/ directory
Sandro Santilli [Mon, 20 Sep 2004 08:25:24 +0000 (08:25 +0000)]
HWGEOM functions moved under hwgeom/ directory

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

20 years agofixed typo
Sandro Santilli [Mon, 20 Sep 2004 08:21:04 +0000 (08:21 +0000)]
fixed typo

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

20 years agoprepared to contain old internal representation code
Sandro Santilli [Mon, 20 Sep 2004 07:50:06 +0000 (07:50 +0000)]
prepared to contain old internal representation code

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

20 years agoFixed a serius bug in pointArray_construct.
Sandro Santilli [Sat, 18 Sep 2004 22:15:35 +0000 (22:15 +0000)]
Fixed a serius bug in pointArray_construct.
Added debugging output, optimized some functions, indentation buties..

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

20 years agoAdded more debugging output
Sandro Santilli [Sat, 18 Sep 2004 22:13:44 +0000 (22:13 +0000)]
Added more debugging output

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

20 years agoReorganize OpenGIS function reference into categories.
Paul Ramsey [Thu, 16 Sep 2004 20:36:48 +0000 (20:36 +0000)]
Reorganize OpenGIS function reference into categories.

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

20 years agoAdded the distance_sphere function to calculate the distance between two points
Mark Leslie [Thu, 16 Sep 2004 15:50:59 +0000 (15:50 +0000)]
Added the distance_sphere function to calculate the distance between two points
on an earth-sized sphere using an algorithm implemented by Bruno Wolff III.
Added the postgresql loader function.

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

20 years agoAdded box3d_to_box2df_p to reduce number of required memcpys
Sandro Santilli [Thu, 16 Sep 2004 10:42:08 +0000 (10:42 +0000)]
Added box3d_to_box2df_p to reduce number of required memcpys

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

20 years agoChanged SPI_cursor_open call changes to be used for USE_VERSION > 80
Sandro Santilli [Thu, 16 Sep 2004 09:06:44 +0000 (09:06 +0000)]
Changed SPI_cursor_open call changes to be used for USE_VERSION > 80
(change seems to be intended for future releases)

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

20 years agoAdded binary predicate short-circuits
Sandro Santilli [Thu, 16 Sep 2004 09:05:31 +0000 (09:05 +0000)]
Added binary predicate short-circuits

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

20 years agoAdded getbox2d_internal
Sandro Santilli [Thu, 16 Sep 2004 09:05:10 +0000 (09:05 +0000)]
Added getbox2d_internal

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

20 years agoupdated
Sandro Santilli [Thu, 16 Sep 2004 09:04:45 +0000 (09:04 +0000)]
updated

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