Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-kaplan committed Dec 20, 2023
1 parent 739356d commit a763d6e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions enacts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,16 @@

* each `map_text` entry has the suffix `_layer` dropped

### `flex_fcst`

* `flex_fcst` config value is now a list of dictionaries rather than a single dictionary.

## Nota Bene

### all maprooms

* It is no longer necessary to set maproom config keys to `null` in the config file to prevent them from appearing. Only maprooms that are explicitly configured in the config file will be created.

### `crop_suitability`

* `map_text` entries need not `id`
Expand Down

2 comments on commit a763d6e

@remicousin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but then how do you undo an explicitely defined configuration in the country config file by adding to the config-iri or your local config file? For instance if we don't have copy of data from partners?

@aaron-kaplan
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You still can set a maproom to null if you want to. What changes is that we no longer automatically set up all the maprooms that are listed in the config defaults, only the ones that are listed in one of the files listed in the CONFIG environment variable.

Please sign in to comment.