Skip to content

Commit

Permalink
Merge branch 'main' into deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Sep 26, 2024
2 parents 202d003 + 20902aa commit 93259ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Maps/UkCoverageMap/Providers/EEProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ export default class EECoverageMapProvider extends CoverageProvider<true> {
'2024-04-26': '26 April 2024',
'2024-07-11': '11 July 2024',
'2024-07-23': '23 July 2024',
'2024-09-25': '25 September 2024',
}
protected _version = '2024-07-23'
protected _version = '2024-09-25'

_getLayers(version: string): ICoverageLayer[] {
return [
Expand Down

0 comments on commit 93259ae

Please sign in to comment.