mapnik/plugins/input/pgraster
2014-08-12 20:27:01 -07:00
..
build.py Implement input plugin for PostGIS Rasters 2014-08-01 10:25:41 +02:00
pgraster_datasource.cpp remove unused function 2014-08-12 20:27:01 -07: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