Merge pull request #2372 from strk/2.3.x-pgraster-credit
Add mention of CartoDB support in pgraster input plugin code
This commit is contained in:
commit
36bd809361
7 changed files with 16 additions and 6 deletions
|
@ -1,3 +1,6 @@
|
|||
PostGIS Raster input plugin for mapnik
|
||||
======================================
|
||||
|
||||
This plugin shares directives with the "postgis" one,
|
||||
with the following differences:
|
||||
|
||||
|
@ -12,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.
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
*
|
||||
*****************************************************************************
|
||||
*
|
||||
* Initially developed by Sandro Santilli <strk@keybit.net>
|
||||
* Initially developed by Sandro Santilli <strk@keybit.net> for CartoDB.
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
*
|
||||
*****************************************************************************
|
||||
*
|
||||
* Initially developed by Sandro Santilli <strk@keybit.net>
|
||||
* Initially developed by Sandro Santilli <strk@keybit.net> for CartoDB.
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
*
|
||||
*****************************************************************************
|
||||
*
|
||||
* Initially developed by Sandro Santilli <strk@keybit.net>
|
||||
* Initially developed by Sandro Santilli <strk@keybit.net> for CartoDB.
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
*
|
||||
*****************************************************************************
|
||||
*
|
||||
* Initially developed by Sandro Santilli <strk@keybit.net>
|
||||
* Initially developed by Sandro Santilli <strk@keybit.net> for CartoDB.
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
*
|
||||
*****************************************************************************
|
||||
*
|
||||
* Initially developed by Sandro Santilli <strk@keybit.net>
|
||||
* Initially developed by Sandro Santilli <strk@keybit.net> for CartoDB.
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
*
|
||||
*****************************************************************************
|
||||
*
|
||||
* Initially developed by Sandro Santilli <strk@keybit.net>
|
||||
* Initially developed by Sandro Santilli <strk@keybit.net> for CartoDB.
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue