diff --git a/config/environments/development.js.example b/config/environments/development.js.example index 1e59ebf3..68737330 100644 --- a/config/environments/development.js.example +++ b/config/environments/development.js.example @@ -361,7 +361,7 @@ var config = { // Use this as a feature flags enabling/disabling mechanism ,enabledFeatures: { // whether it should intercept tile render errors an act based on them, enabled by default. - onTileErrorStrategy: true, + onTileErrorStrategy: false, // whether the affected tables for a given SQL must query directly postgresql or use the SQL API cdbQueryTablesFromPostgres: true, // whether in mapconfig is available stats & metadata for each layer diff --git a/config/environments/production.js.example b/config/environments/production.js.example index 42aecabd..5e8ab271 100644 --- a/config/environments/production.js.example +++ b/config/environments/production.js.example @@ -361,7 +361,7 @@ var config = { // Use this as a feature flags enabling/disabling mechanism ,enabledFeatures: { // whether it should intercept tile render errors an act based on them, enabled by default. - onTileErrorStrategy: true, + onTileErrorStrategy: false, // whether the affected tables for a given SQL must query directly postgresql or use the SQL API cdbQueryTablesFromPostgres: true, // whether in mapconfig is available stats & metadata for each layer diff --git a/config/environments/staging.js.example b/config/environments/staging.js.example index 5083ec11..4741fd74 100644 --- a/config/environments/staging.js.example +++ b/config/environments/staging.js.example @@ -361,7 +361,7 @@ var config = { // Use this as a feature flags enabling/disabling mechanism ,enabledFeatures: { // whether it should intercept tile render errors an act based on them, enabled by default. - onTileErrorStrategy: true, + onTileErrorStrategy: false, // whether the affected tables for a given SQL must query directly postgresql or use the SQL API cdbQueryTablesFromPostgres: true, // whether in mapconfig is available stats & metadata for each layer diff --git a/config/environments/test.js.example b/config/environments/test.js.example index 34edb917..fae21737 100644 --- a/config/environments/test.js.example +++ b/config/environments/test.js.example @@ -363,7 +363,7 @@ var config = { // Use this as a feature flags enabling/disabling mechanism ,enabledFeatures: { // whether it should intercept tile render errors an act based on them, enabled by default. - onTileErrorStrategy: true, + onTileErrorStrategy: false, // whether the affected tables for a given SQL must query directly postgresql or use the SQL API cdbQueryTablesFromPostgres: true, // whether in mapconfig is available stats & metadata for each layer