Skip to content

Commit bc09b74

Browse files
authored
feat(basemaps): Add nz-elevation bucket as valid source s3 bucket. BM-1088 (#1109)
#### Motivation We are now importing elevation data from `nz-elevation` bucket. So, it should be #### Modification Add `nz-elevation` as valid source bucket. #### Checklist _If not applicable, provide explanation of why._ - [ ] Tests updated - [ ] Docs updated - [x] Issue linked in Title
1 parent ecb22d9 commit bc09b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/basemaps-github/create-pr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { registerCli, verbose } from '../common.js';
1111
import { Category, MakeCogGithub } from './make.cog.github.js';
1212

1313
const validTargetBuckets: Set<string> = new Set(['linz-basemaps', 'linz-basemaps-staging']);
14-
const validSourceBuckets: Set<string> = new Set(['nz-imagery', 'linz-imagery']);
14+
const validSourceBuckets: Set<string> = new Set(['nz-imagery', 'linz-imagery', 'nz-elevation']);
1515

1616
export enum ConfigType {
1717
Raster = 'raster',

0 commit comments

Comments
 (0)