Skip to content

Commit

Permalink
feat: change default value for exclude argument (#514)
Browse files Browse the repository at this point in the history
The national 10m satellite imagery mosaic has had a name change since
the source imagery was published to the ODR.
Previously it was named `nz_satellite_2021-2022_10m_RGB` in the basemaps
aerial config
It is now named `new-zealand_2022-2023_10m`. This new name structure
will continue going forward.
  • Loading branch information
rebclarke authored Apr 4, 2024
1 parent 0877929 commit a4c5239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/basemaps/mapsheet-json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- name: include
value: ''
- name: exclude
value: 'nz-satellite'
value: 'new-zealand'
templateDefaults:
container:
imagePullPolicy: Always
Expand Down

0 comments on commit a4c5239

Please sign in to comment.