mapnik/plugins/input/pgraster
Sandro Santilli fa4d1e4ada Implement input plugin for PostGIS Rasters
Closes #1660.
Includes python bindings and testcases.
2014-08-01 10:25:41 +02:00
..
build.py Implement input plugin for PostGIS Rasters 2014-08-01 10:25:41 +02:00
pgraster_datasource.cpp Implement input plugin for PostGIS Rasters 2014-08-01 10:25:41 +02:00
pgraster_datasource.hpp Implement input plugin for PostGIS Rasters 2014-08-01 10:25:41 +02:00
pgraster_featureset.cpp Implement input plugin for PostGIS Rasters 2014-08-01 10:25:41 +02:00
pgraster_featureset.hpp Implement input plugin for PostGIS Rasters 2014-08-01 10:25:41 +02:00
pgraster_wkb_reader.cpp Implement input plugin for PostGIS Rasters 2014-08-01 10:25:41 +02:00
pgraster_wkb_reader.hpp Implement input plugin for PostGIS Rasters 2014-08-01 10:25:41 +02:00
README Implement input plugin for PostGIS Rasters 2014-08-01 10:25:41 +02:00
TODO Implement input plugin for PostGIS Rasters 2014-08-01 10:25:41 +02:00

This plugin shares directives with the "postgis" one,
with the following differences:

 - "raster_field" replaces "geometry_field"

 - "raster_table" replaces "geometry_table"

 - "prescale_rasters" replaces "simplify_geometries"

 - "use_overviews" introduced

 - "clip_rasters" boolean introduced, defaults to false

 - "band" introduced, with same semantic of the GDAL driver