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

14 lines
379 B
Text

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