diff --git a/config/environments/development.js.example b/config/environments/development.js.example index 644fea48..fcba16f1 100644 --- a/config/environments/development.js.example +++ b/config/environments/development.js.example @@ -338,7 +338,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 db18d93c..3ee290ee 100644 --- a/config/environments/production.js.example +++ b/config/environments/production.js.example @@ -338,7 +338,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 b478ca80..e3df0953 100644 --- a/config/environments/staging.js.example +++ b/config/environments/staging.js.example @@ -338,7 +338,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 776166e5..e8b8e608 100644 --- a/config/environments/test.js.example +++ b/config/environments/test.js.example @@ -333,7 +333,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