Enable cahce-features and disable twkb for test environment

This commit is contained in:
Daniel García Aubert 2018-06-05 11:51:55 +02:00
parent 22da5a1ff0
commit fcaab30fe7

View File

@ -207,7 +207,7 @@ var config = {
simplify_geometries: true,
use_overviews: true, // use overviews to retrieve raster
max_size: 500,
twkb_encoding: true
twkb_encoding: false
},
limits: {
@ -225,7 +225,7 @@ var config = {
// If enabled Mapnik will reuse the features retrieved from the database
// instead of requesting them once per style inside a layer
'cache-features': false,
'cache-features': true,
// Require metrics to the renderer
metrics: false,