From 6846a0387844d722cb85f5b98362000a46999eb3 Mon Sep 17 00:00:00 2001 From: Maciej Ziarkowski Date: Thu, 16 Jul 2020 16:22:30 +0200 Subject: [PATCH] Update current use legend --- app/src/frontend/map/legend.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app/src/frontend/map/legend.tsx b/app/src/frontend/map/legend.tsx index 34da43ae..58614d15 100644 --- a/app/src/frontend/map/legend.tsx +++ b/app/src/frontend/map/legend.tsx @@ -20,16 +20,18 @@ const LEGEND_CONFIG = { use: { title: 'Land Use', elements: [ - { color: '#4a54a6', text: 'Residential' }, { color: '#e5050d', text: 'Mixed Use' }, - { color: '#ff8c00', text: 'Retail (pure)' }, + { subtitle: 'Single use:'}, + { color: '#4a54a6', text: 'Residential' }, + { color: '#ff8c00', text: 'Retail' }, { color: '#f5f58f', text: 'Industry & Business' }, { color: '#73ccd1', text: 'Community Services' }, { color: '#ffbfbf', text: 'Recreation & Leisure' }, { color: '#b3de69', text: 'Transport' }, { color: '#cccccc', text: 'Utilities & Infrastructure' }, { color: '#898944', text: 'Defence' }, - { color: '#52403c', text: 'Agriculture'}, + { color: '#fa667d', text: 'Agriculture' }, + { color: '#53f5dd', text: 'Minerals' }, { color: '#ffffff', text: 'Vacant & Derelict' } ] }, @@ -231,7 +233,7 @@ class Legend extends React.Component {
- { item.text } + { item.text }