mapnik/plugins/input/pgraster
2015-10-09 16:07:19 -07:00
..
build.py ensure consistent, ordered linking for plugins - closes #3105 2015-10-01 13:35:56 -07:00
pgraster_datasource.cpp code cleanup / c++11 usage in plugins 2015-10-09 16:07:19 -07:00
pgraster_datasource.hpp update copyright notice 2015-06-16 12:49:16 +02:00
pgraster_featureset.cpp update copyright notice 2015-06-16 12:49:16 +02:00
pgraster_featureset.hpp update copyright notice 2015-06-16 12:49:16 +02:00
pgraster_wkb_reader.cpp Render NODATA as transparent and clip highbit data 2015-07-08 08:29:53 -07:00
pgraster_wkb_reader.hpp update copyright notice 2015-06-16 12:49:16 +02:00
README Add mention of CartoDB support in pgraster input plugin code 2014-08-20 17:31:41 +02:00
TODO pull in pgraster plugin by @strk from 2.3.x to master/3.x - refs #2329 #1660 2014-08-12 15:03:51 -07:00

PostGIS Raster input plugin for mapnik
======================================

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

Credits
=======

The plugin was initially developed by Sandro Santilli <strk@keybit.net>
with support from CartoDB.