Add mention of CartoDB support in pgraster input plugin code
This commit is contained in:
parent
fd7682aab2
commit
01b56c3606
7 changed files with 33 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
Initially developed by Sandro Santilli <strk@keybit.net>
|
||||
PostGIS Raster input plugin for mapnik
|
||||
======================================
|
||||
|
||||
This plugin shares directives with the "postgis" one,
|
||||
with the following differences:
|
||||
|
@ -14,3 +15,10 @@ with the following differences:
|
|||
- "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.
|
||||
|
||||
|
|
|
@ -18,6 +18,10 @@
|
|||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
*****************************************************************************
|
||||
*
|
||||
* Initially developed by Sandro Santilli <strk@keybit.net> for CartoDB
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
#include "../postgis/connection_manager.hpp"
|
||||
|
|
|
@ -18,6 +18,10 @@
|
|||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
*****************************************************************************
|
||||
*
|
||||
* Initially developed by Sandro Santilli <strk@keybit.net> for CartoDB
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
#ifndef PGRASTER_DATASOURCE_HPP
|
||||
|
|
|
@ -18,6 +18,10 @@
|
|||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
*****************************************************************************
|
||||
*
|
||||
* Initially developed by Sandro Santilli <strk@keybit.net> for CartoDB
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
#include "pgraster_featureset.hpp"
|
||||
|
|
|
@ -18,6 +18,10 @@
|
|||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
*****************************************************************************
|
||||
*
|
||||
* Initially developed by Sandro Santilli <strk@keybit.net> for CartoDB
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
#ifndef PGRASTER_FEATURESET_HPP
|
||||
|
|
|
@ -18,6 +18,10 @@
|
|||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
*****************************************************************************
|
||||
*
|
||||
* Initially developed by Sandro Santilli <strk@keybit.net> for CartoDB
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
#include "pgraster_wkb_reader.hpp"
|
||||
|
|
|
@ -18,6 +18,10 @@
|
|||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
*****************************************************************************
|
||||
*
|
||||
* Initially developed by Sandro Santilli <strk@keybit.net> for CartoDB
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
#ifndef PGRASTER_WKB_READER_HPP
|
||||
|
|
Loading…
Reference in a new issue