Mapnik renderer: do not cache features

This commit is contained in:
Daniel García Aubert 2018-06-05 11:35:42 +02:00
parent 6d0c38371a
commit 22da5a1ff0

View File

@ -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': true,
'cache-features': false,
// Require metrics to the renderer
metrics: false,