Created
August 17, 2021 02:11
-
-
Save kalda341/f1ba27d8fd28cbc0d7d6dea72f8ab321 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const overlayDocMap = new Map<string, readonly string[]>([ | |
// Natural Resources | |
['High-Use Aquifer Management Areas Overlay [rp]', ['D1']], | |
['Quality-Sensitive Aquifer Management Areas Overlay [rp]', ['D2']], | |
['High-Use Stream Management Areas Overlay [rp]', ['D3']], | |
['Natural Stream Management Areas Overlay [rp]', ['D4']], | |
['Lake Management Areas Overlay (Natural and Urban Lake) [rp]', ['D5', 'D6']], | |
['Water Supply Management Areas Overlay [rp]', ['D7']], | |
['Wetland Management Areas Overlay [rp]', ['D7']], | |
['Significant Ecological Areas Overlay', ['D9']], | |
// Natural Heritage | |
['Outstanding Natural Features Overlay [rcp/dp]', ['D10']], | |
// D10 has objectives and policies for Outstanding Natural Landscapes, but D11 contains | |
// the activities and standards for them. | |
['Outstanding Natural Landscapes Overlay [rcp/dp]', ['D10', 'D11']], | |
['Outstanding Natural Character Overlay [rcp/dp]', ['D11']], | |
['High Natural Character Overlay [rcp/dp]', ['D11']], | |
['Waitakere Ranges Heritage Area Overlay', ['D12']], | |
['Notable Trees Overlay', ['D13']], | |
[ | |
'Regionally Significant Volcanic Viewshafts And Height Sensitive Areas Overlay [rcp/dp]', | |
['D14'], | |
], | |
['Regionally Significant Volcanic Viewshafts Overlay Contours [i]', ['D14']], | |
['Locally Significant Volcanic Viewshafts Overlay [rcp/dp]', ['D14']], | |
['Locally Significant Volcanic Viewshafts Overlay Contours [i]', ['D14']], | |
['Ridgeline Protection Overlay', ['D15']], | |
['Local Public Views Overlay [rcp/dp]', ['D16']], | |
// Historical Heritage and Special Character | |
['Historic Heritage Overlay Place [rcp/dp]', ['D17']], | |
['Historic Heritage Overlay Extent of Place [rcp/dp]', ['D17']], | |
['Special Character Areas Overlay Residential and Business', ['D18']], | |
['Auckland War Memorial Museum Viewshaft Overlay', ['D19']], | |
['Auckland War Memorial Museum Viewshaft Overlay Contours', ['D19']], | |
['Stockade Hill Viewshaft Overlay - 8m Height Area', ['D20A']], | |
['Stockade Hill Viewshaft [i]', ['D20A']], | |
// Mana Whenua | |
['Sites and Places of Significance to Mana Whenua Overlay [rcp/dp]', ['D21']], | |
// Built Environment | |
['Identified Growth Corridor Overlay', ['D22']], | |
// Infrastructure | |
['Airport Approach Surface Overlay', ['D23']], | |
['Aircraft Noise Overlay', ['D24']], | |
['City Centre Port Noise Overlay [rcp/dp]', ['D25']], | |
['National Grid Corridor Overlay', ['D26']], | |
['Quarry Buffer Area Overlay', ['D27']], | |
]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment