Mapnik renderer: do not cache features
This commit is contained in:
parent
6d0c38371a
commit
22da5a1ff0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user