Commit graph

110 commits

Author SHA1 Message Date
Mateusz Loskot 0df4af2548 Fixed invalid on-error return value from rt_raster_add_band
git-svn-id: http://svn.osgeo.org/postgis/trunk@6249 b70326c6-7e19-0410-871a-916f4a2858ee
2010-12-02 15:29:59 +00:00
Paul Ramsey 4afb908dba An argument for git. This massive commit includes the renaming of function in the ptarray API, the removal of some pointArray_* variants in favor of ptarray_* variants, and, importantly, the adition of _append_point and _insert_point options for pointarrays. Functions have been switched over to using the API instead of managing the serialized_pointlist themselves. This has necessitated the re-writing of some functions. Simplify2d and Force2d have been re-written as lwgeom functions instead of serialized form functions, and moved into liblwgeom. There are still some major functions to move into liblwgeom, including the point_in_polygon functions that support the intersects shortcuts and the linear referencing fuctions in lwgeom_functions_analytic.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6175 b70326c6-7e19-0410-871a-916f4a2858ee
2010-11-18 05:28:19 +00:00
Jorge Arévalo 6d279379f8 Added MapAlgebra prerequisites to raster core.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6173 b70326c6-7e19-0410-871a-916f4a2858ee
2010-11-14 18:10:59 +00:00
Jorge Arévalo 0299043d3d Added CC=@CC@ in raster/rt_core/Makefile.in. Related ticket #550.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6137 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-27 11:06:28 +00:00
Jorge Arévalo d2f82a6424 Fixes on PostGIS Raster debug system. The raster core uses
default_info_handler() call. Other minor bugs fixed. Created DEBUG file in
raster directory, similar to postgis/DEBUG file. Erased references to old raster debug variables in configure.ac. Deleted old readme file.


git-svn-id: http://svn.osgeo.org/postgis/trunk@6136 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-26 17:40:32 +00:00
Jorge Arévalo ea830ea686 New debug system, similar to the PostGIS debug system, with two sets of macros
that depend on the POSTGIS_DEBUG_LEVEL value. Related ticket #638.


git-svn-id: http://svn.osgeo.org/postgis/trunk@6134 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-26 16:40:49 +00:00
Pierre Racine 70fb6d12d4 -Fix for ticket ticket 634. Typo in error message.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6089 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-20 13:41:35 +00:00
Jorge Arévalo 03be87e7e9 Modified raster Makefiles to solve bugs of ticket #610 (build error and
incorrect placement of rtpostgis.sql file)


git-svn-id: http://svn.osgeo.org/postgis/trunk@6075 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-13 17:12:56 +00:00
Jorge Arévalo 0ed01cc6eb Modified the prototype of dump core/server/sql functions, adding "wkt" to their names, because their returning elements are WKT geometries, not real PostGIS geometries.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6061 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-10 11:16:16 +00:00
Jorge Arévalo dc8b342f29 - Added raster extension to new 'raster' directory.
- Modified PostGIS 'configure.ac' script to add support for new raster type (driven by '--with-raster' configure option.
- Added raster build options to 'GNUMakefile' script.
- PostGIS Python scripts moved to a 'python' subdirectory inside 'raster/scripts' directory.
- References to "WKT" deleted from source code.


git-svn-id: http://svn.osgeo.org/postgis/trunk@6019 b70326c6-7e19-0410-871a-916f4a2858ee
2010-09-26 21:21:03 +00:00