Commit graph

865 commits

Author SHA1 Message Date
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
Jorge Arévalo 257dcf8a72 Added svn tag keywords to raster plpgsql scripts. Related ticket #642.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6127 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-25 16:06:00 +00:00
Jorge Arévalo 562b81caab Raster build simplified. Only "./configure --with-raster & make & make install" needed. Raster objetive names changed in GNUMakefile. Raster library object generated with PostGIS version numbers.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6095 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-22 14:00: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
Pierre Racine 38acd04457 -Fix for ticket 632. st_world2rastercoordx and st_world2rastercoordy must return int instead of float8.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6088 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-20 13:38:37 +00:00
Pierre Racine 247098bcdc -Fix for ticket 628.
git-svn-id: http://svn.osgeo.org/postgis/trunk@6082 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-15 21:46:14 +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 ca413e3788 Deleted references to 'WKT' in rtpostgis.sql and faq_raster.xml
git-svn-id: http://svn.osgeo.org/postgis/trunk@6074 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-13 15:41:21 +00:00
Regina Obe 4f1d3ea598 this is now auto built when make comments is run
git-svn-id: http://svn.osgeo.org/postgis/trunk@6066 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-12 18:38:20 +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
Pierre Racine 775037ed16 -Modify ST_Intersects so that index is taken into account by the planner
-Added a series of ST_Intersects with a boolean parameter to make the desactivation of the nodata value working with indexes

git-svn-id: http://svn.osgeo.org/postgis/trunk@6056 b70326c6-7e19-0410-871a-916f4a2858ee
2010-10-08 14:55:39 +00:00
Jorge Arévalo 9f1242978f liblwgeom/lex.yy.c replaced with previous version
git-svn-id: http://svn.osgeo.org/postgis/trunk@6021 b70326c6-7e19-0410-871a-916f4a2858ee
2010-09-27 12:59:29 +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