mapnik/plugins/input/pgraster
2017-03-14 12:29:32 +00:00
..
build.py fix for santize address errors 2015-12-27 21:40:10 -06:00
pgraster_datasource.cpp Merge branch 'postgis-quoting' of https://github.com/lightmare/mapnik into lightmare-postgis-quoting 2017-03-14 12:29:32 +00:00
pgraster_datasource.hpp pgraster: copy quoting and interpolation changes from postgis 2017-02-10 18:55:23 +01:00
pgraster_featureset.cpp update copyright year to 2016 2016-12-20 17:57:22 +01:00
pgraster_featureset.hpp move box2.hpp and related files into geometry dir 2017-01-26 09:51:37 +01:00
pgraster_wkb_reader.cpp move box2.hpp and related files into geometry dir 2017-01-26 09:51:37 +01:00
pgraster_wkb_reader.hpp move box2.hpp and related files into geometry dir 2017-01-26 09:51:37 +01: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.