Add legend for land use

This commit is contained in:
Maciej Ziarkowski 2019-12-02 15:12:18 +00:00
parent 51a2a3a1d8
commit 415a6872b7

View File

@ -18,8 +18,20 @@ const LEGEND_CONFIG = {
] ]
}, },
use: { use: {
title: 'Use', title: 'Land Use',
elements: [] elements: [
{ color: '#52403C', text: 'Agriculture And Fisheries' },
{ color: '#73ccd1', text: 'Community Services' },
{ color: '#898944', text: 'Defence' },
{ color: '#f5f58f', text: 'Industry And Business' },
{ color: '#e5050d', text: 'Mixed Use' },
{ color: '#ffbfbf', text: 'Recreation And Leisure' },
{ color: '#4a54a6', text: 'Residential' },
{ color: '#ff8c00', text: 'Retail' },
{ color: '#b3de69', text: 'Transport' },
{ color: '#cccccc', text: 'Utilities And Infrastructure' },
{ color: '#ffffff', text: 'Vacant And Derelict' },
]
}, },
type: { type: {
title: 'Type', title: 'Type',