Skip to content

Commit 146f809

Browse files
authored
feat: add topo50 tree points and topo50 coastline (#1056)
#### Motivation Cache tree point and coast line layers #### Modification Adds NZ Tree points and topo50 coastline to list of layers cached. #### Checklist _If not applicable, provide explanation of why._ - [ ] Tests updated - [ ] Docs updated - [ ] Issue linked in Title
1 parent b92cf6f commit 146f809

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ const Monitor = [
9494
{ id: 50255, name: '50255-nz-cemetery-polygons-topo-150k' },
9595
{ id: 50256, name: '50256-nz-chimney-points-topo-150k' },
9696
{ id: 50257, name: '50257-nz-cliff-edges-topo-150k' },
97+
{ id: 50258, name: '50258-nz-coastlines-topo-150k' },
9798
{ id: 50259, name: '50259-nz-cutting-edges-topo-150k' },
9899
{ id: 50260, name: '50260-nz-dam-centrelines-topo-150k' },
99100
{ id: 50263, name: '50263-nz-dredge-points-topo-150k' },
@@ -188,6 +189,7 @@ const Monitor = [
188189
{ id: 50362, name: '50362-nz-telephone-centrelines-topo-150k' },
189190
{ id: 50363, name: '50363-nz-tower-points-topo-150k' },
190191
{ id: 50364, name: '50364-nz-track-centrelines-topo-150k' },
192+
{ id: 50365, name: '50365-nz-tree-points-topo-150k' },
191193
{ id: 50366, name: '50366-nz-tunnel-centrelines-topo-150k' },
192194
{ id: 50367, name: '50367-nz-vineyard-polygons-topo-150k' },
193195
{ id: 50368, name: '50368-nz-walkwire-centrelines-topo-150k' },

0 commit comments

Comments
 (0)