mapnik/plugins/input/pgraster
2014-08-12 20:29:51 -07:00
..
build.py make sure pgraster is rebuilt if headers change inside the postgis plugin dir 2014-08-12 20:29:51 -07:00
pgraster_datasource.cpp make sure pgraster is rebuilt if headers change inside the postgis plugin dir 2014-08-12 20:29:51 -07:00
pgraster_datasource.hpp make sure pgraster is rebuilt if headers change inside the postgis plugin dir 2014-08-12 20:29:51 -07:00
pgraster_featureset.cpp make sure pgraster is rebuilt if headers change inside the postgis plugin dir 2014-08-12 20:29:51 -07:00
pgraster_featureset.hpp port pg_raster plugin to c++11/recent 3.x changes 2014-08-12 15:14:25 -07:00
pgraster_wkb_reader.cpp port pg_raster plugin to c++11/recent 3.x changes 2014-08-12 15:14:25 -07:00
pgraster_wkb_reader.hpp port pg_raster plugin to c++11/recent 3.x changes 2014-08-12 15:14:25 -07:00
README port pg_raster plugin to c++11/recent 3.x changes 2014-08-12 15:14:25 -07: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

Initially developed by Sandro Santilli <strk@keybit.net>

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