Changed PostGIS MVT flag name

This commit is contained in:
David Manzanares 2017-09-28 17:57:59 +02:00
parent e5cae8b8e3
commit 5463248578
4 changed files with 36 additions and 4 deletions

View File

@ -111,7 +111,15 @@ var config = {
//If enabled, MVTs will be generated with PostGIS directly, instead of using Mapnik, //If enabled, MVTs will be generated with PostGIS directly, instead of using Mapnik,
//PostGIS 2.4 is required for this to work //PostGIS 2.4 is required for this to work
//If disabled it will use Mapnik MVT generation //If disabled it will use Mapnik MVT generation
usePgSQL: false usePostGIS: false,
dbPoolParams: {
// maximum number of resources to create at any given time
size: 16,
// max milliseconds a resource can go unused before it should be destroyed
idleTimeout: 3000,
// frequency to check for idle resources
reapInterval: 1000
}
}, },
mapnik: { mapnik: {
// The size of the pool of internal mapnik backend // The size of the pool of internal mapnik backend

View File

@ -105,7 +105,15 @@ var config = {
//If enabled, MVTs will be generated with PostGIS directly, instead of using Mapnik, //If enabled, MVTs will be generated with PostGIS directly, instead of using Mapnik,
//PostGIS 2.4 is required for this to work //PostGIS 2.4 is required for this to work
//If disabled it will use Mapnik MVT generation //If disabled it will use Mapnik MVT generation
usePgSQL: false usePostGIS: false,
dbPoolParams: {
// maximum number of resources to create at any given time
size: 16,
// max milliseconds a resource can go unused before it should be destroyed
idleTimeout: 3000,
// frequency to check for idle resources
reapInterval: 1000
}
}, },
mapnik: { mapnik: {
// The size of the pool of internal mapnik backend // The size of the pool of internal mapnik backend

View File

@ -105,7 +105,15 @@ var config = {
//If enabled, MVTs will be generated with PostGIS directly, instead of using Mapnik, //If enabled, MVTs will be generated with PostGIS directly, instead of using Mapnik,
//PostGIS 2.4 is required for this to work //PostGIS 2.4 is required for this to work
//If disabled it will use Mapnik MVT generation //If disabled it will use Mapnik MVT generation
usePgSQL: false usePostGIS: false,
dbPoolParams: {
// maximum number of resources to create at any given time
size: 16,
// max milliseconds a resource can go unused before it should be destroyed
idleTimeout: 3000,
// frequency to check for idle resources
reapInterval: 1000
}
}, },
mapnik: { mapnik: {
// The size of the pool of internal mapnik backend // The size of the pool of internal mapnik backend

View File

@ -104,7 +104,15 @@ var config = {
//If enabled, MVTs will be generated with PostGIS directly, instead of using Mapnik, //If enabled, MVTs will be generated with PostGIS directly, instead of using Mapnik,
//PostGIS 2.4 is required for this to work //PostGIS 2.4 is required for this to work
//If disabled it will use Mapnik MVT generation //If disabled it will use Mapnik MVT generation
usePgSQL: false usePostGIS: false,
dbPoolParams: {
// maximum number of resources to create at any given time
size: 16,
// max milliseconds a resource can go unused before it should be destroyed
idleTimeout: 3000,
// frequency to check for idle resources
reapInterval: 1000
}
}, },
mapnik: { mapnik: {
// The size of the pool of internal mapnik backend // The size of the pool of internal mapnik backend