From b11a766c28c0282cb886ec324f265ead9d7b84e9 Mon Sep 17 00:00:00 2001 From: Rafa de la Torre Date: Tue, 3 Apr 2018 10:16:46 +0200 Subject: [PATCH] Add config for markers_symbolizer_caches examples --- config/environments/development.js.example | 7 ++++++- config/environments/production.js.example | 6 +++++- config/environments/staging.js.example | 6 +++++- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/config/environments/development.js.example b/config/environments/development.js.example index 12de0912..842f55d2 100644 --- a/config/environments/development.js.example +++ b/config/environments/development.js.example @@ -210,7 +210,12 @@ var config = { 'cache-features': true, // Require metrics to the renderer - metrics: false + metrics: false, + + // Options for markers attributes, ellipses and images caches + markers_symbolizer_caches: { + disabled: false + } }, http: { timeout: 2000, // the timeout in ms for a http tile request diff --git a/config/environments/production.js.example b/config/environments/production.js.example index beb9f15c..771ed2b5 100644 --- a/config/environments/production.js.example +++ b/config/environments/production.js.example @@ -205,8 +205,12 @@ var config = { 'cache-features': true, // Require metrics to the renderer - metrics: false + metrics: false, + // Options for markers attributes, ellipses and images caches + markers_symbolizer_caches: { + disabled: false + } }, http: { timeout: 2000, // the timeout in ms for a http tile request diff --git a/config/environments/staging.js.example b/config/environments/staging.js.example index 40d3bb8b..dd2d892c 100644 --- a/config/environments/staging.js.example +++ b/config/environments/staging.js.example @@ -205,8 +205,12 @@ var config = { 'cache-features': true, // Require metrics to the renderer - metrics: false + metrics: false, + // Options for markers attributes, ellipses and images caches + markers_symbolizer_caches: { + disabled: false + } }, http: { timeout: 2000, // the timeout in ms for a http tile request