mapnik/plugins/input/pgraster
Mathis Logemann 42f465f842 refactor datasource plugins
fix merge

remove old DATASOURCE_PLUGIN call

fix memory_datasource

wip

wip

fix temp return

fix install

wip before_unload

linux

remove docker

remove docker

comments

add windows error message if libmapnik=static and plugins=dynamic

fix false plugin macro

plugin default de/constructor to remove UB

simplyfy plugin targets - add fpic

fix makro

simplyfy

use unique_ptr for plugin handle

rename option static plugins

replace local init with fnc call

call setup everywhere

init datasource_static
2022-02-07 15:35:09 +01:00
..
build.py support SCons 3 (initial attempt) 2017-11-16 11:59:55 +01:00
CMakeLists.txt refactor datasource plugins 2022-02-07 15:35:09 +01:00
pgraster_datasource.cpp refactor datasource plugins 2022-02-07 15:35:09 +01:00
pgraster_datasource.hpp Merge branch 'master' of https://github.com/mapnik/mapnik into feature/cmake-static 2022-02-02 17:15:55 +01:00
pgraster_featureset.cpp format dir include and src 2022-01-27 00:12:08 +01:00
pgraster_featureset.hpp format dir include and src 2022-01-27 00:12:08 +01:00
pgraster_wkb_reader.cpp format dir include and src 2022-01-27 00:12:08 +01:00
pgraster_wkb_reader.hpp format dir include and src 2022-01-27 00:12:08 +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.