mapnik/plugins/input/pgraster
Mathis Logemann f0940c2075 [CMake] move all build artifacts into same dir to remove the need of copy_dlls (except for plugins)
[CMake] improve BUILD_TESTING and use pkgconf for cairo on linux

[CMake] add Threads dependency to -Config
2021-11-15 00:40:47 +01:00
..
build.py support SCons 3 (initial attempt) 2017-11-16 11:59:55 +01:00
CMakeLists.txt [CMake] move all build artifacts into same dir to remove the need of copy_dlls (except for plugins) 2021-11-15 00:40:47 +01:00
pgraster_datasource.cpp update copyright year [skip ci] 2021-01-05 14:39:07 +00:00
pgraster_datasource.hpp update copyright year [skip ci] 2021-01-05 14:39:07 +00:00
pgraster_featureset.cpp update copyright year [skip ci] 2021-01-05 14:39:07 +00:00
pgraster_featureset.hpp update copyright year [skip ci] 2021-01-05 14:39:07 +00:00
pgraster_wkb_reader.cpp update copyright year [skip ci] 2021-01-05 14:39:07 +00:00
pgraster_wkb_reader.hpp update copyright year [skip ci] 2021-01-05 14:39:07 +00: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.