Skip to content

Commit 91aef67

Browse files
committed
disable layers for old map
1 parent 37ac375 commit 91aef67

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/javascript/components/widgets/widgets/climate/emissions-deforestation/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default {
1111
units: ['co2LossByYear', 'cLossByYear']
1212
},
1313
analysis: true,
14-
layers: ['b32a2f15-25e8-4ecc-98e0-68782ab1c0fe'],
14+
// layers: ['b32a2f15-25e8-4ecc-98e0-68782ab1c0fe'],
1515
metaKey: 'widget_carbon_emissions_tree_cover_loss',
1616
dataType: 'loss',
1717
colors: 'climate',

app/javascript/components/widgets/widgets/climate/emissions-plantations/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default {
1313
units: ['co2LossByYear', 'cLossByYear']
1414
},
1515
colors: 'climate',
16-
layers: ['b32a2f15-25e8-4ecc-98e0-68782ab1c0fe'],
16+
// layers: ['b32a2f15-25e8-4ecc-98e0-68782ab1c0fe'],
1717
metaKey: 'tree_biomass_loss',
1818
sortOrder: {},
1919
sentences: {

app/javascript/components/widgets/widgets/climate/future-carbon-gains/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default {
1111
options: {
1212
units: ['co2Gain', 'cGain']
1313
},
14-
layers: ['fffa76d3-5008-48b7-afeb-2c7054548f2e'],
14+
// layers: ['fffa76d3-5008-48b7-afeb-2c7054548f2e'],
1515
metaKey: 'potential_tree_biomass_gain',
1616
sortOrder: {
1717
summary: 1,

app/javascript/components/widgets/widgets/climate/whrc-biomass/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default {
1111
colors: 'climate',
1212
dataType: 'loss',
1313
metaKey: 'aboveground_biomass',
14-
layers: ['f10bded4-94e2-40b6-8602-ae5bdfc07c08'],
14+
// layers: ['f10bded4-94e2-40b6-8602-ae5bdfc07c08'],
1515
sortOrder: {
1616
summary: 0,
1717
forestChange: 0

0 commit comments

Comments
 (0)