2014-08-20 17:31:41 +02:00
|
|
|
PostGIS Raster input plugin for mapnik
|
|
|
|
======================================
|
2014-08-13 00:14:25 +02:00
|
|
|
|
2014-08-13 00:03:51 +02:00
|
|
|
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
|
2014-08-20 17:31:41 +02:00
|
|
|
|
|
|
|
Credits
|
|
|
|
=======
|
|
|
|
|
|
|
|
The plugin was initially developed by Sandro Santilli <strk@keybit.net>
|
|
|
|
with support from CartoDB.
|
|
|
|
|