Skip to content

Commit 04fb252

Browse files
authored
fix: disable 53382-nz-roads-addressing until EOF error is fixed BM-1070 (#1052)
#### Motivation We are seeing some EOF errors when unzipping the export archive for nz-roads-addressing, we do not currently use this layer so disable it until we can figure out how to fix the EOFs #### Modification Disable layer 53382 #### Checklist _If not applicable, provide explanation of why._ - [ ] Tests updated - [ ] Docs updated - [ ] Issue linked in Title
1 parent 25ebe02 commit 04fb252

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,8 @@ const Monitor = [
424424
{ id: 52309, name: '52309-cook-islands-tree-points-topo-125k-zone3' },
425425
{ id: 52310, name: '52310-cook-islands-wharf-centrelines-topo-125k-zone3' },
426426
{ id: 52390, name: '52390-nz-campbell-island-motu-ihupuku-rock-points-topo-150k' },
427-
{ id: 53382, name: '53382-nz-roads-addressing' },
427+
// TODO: re-enable this when BM-1070 is fixed
428+
// { id: 53382, name: '53382-nz-roads-addressing' },
428429
];
429430

430431
export const Layers = new Map<number, { id: number; name: string }>();

0 commit comments

Comments
 (0)