Skip to content

Commit

Permalink
feat: enable 4 layers for explore
Browse files Browse the repository at this point in the history
- mammalsDensity
- birdsDensity
- amphibiansDensity
- fireRisk
  • Loading branch information
mohitb35 committed Feb 18, 2025
1 parent 922daef commit cae26b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/utils/mapsV2/mapSettings.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export const mapSettingsConfig: MapSettingsConfig = {
},
{
key: 'birdsDensity',
canShow: false,
canShow: true,
isAvailable: null,
additionalInfo: {
resolution: '~10km',
Expand All @@ -245,7 +245,7 @@ export const mapSettingsConfig: MapSettingsConfig = {
},
{
key: 'mammalsDensity',
canShow: false,
canShow: true,
isAvailable: null,
additionalInfo: {
resolution: '~10km',
Expand All @@ -261,7 +261,7 @@ export const mapSettingsConfig: MapSettingsConfig = {
},
{
key: 'amphibiansDensity',
canShow: false,
canShow: true,
isAvailable: null,
additionalInfo: {
resolution: '~10km',
Expand All @@ -279,7 +279,7 @@ export const mapSettingsConfig: MapSettingsConfig = {
risks: [
{
key: 'fireRisk',
canShow: false,
canShow: true,
isAvailable: null,
additionalInfo: {
resolution: '~55km',
Expand Down

0 comments on commit cae26b5

Please sign in to comment.