Re-order land use legend
This commit is contained in:
parent
415a6872b7
commit
6a7c4f1270
@ -20,16 +20,16 @@ const LEGEND_CONFIG = {
|
|||||||
use: {
|
use: {
|
||||||
title: 'Land 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: '#4a54a6', text: 'Residential' },
|
||||||
|
{ color: '#e5050d', text: 'Mixed Use' },
|
||||||
{ color: '#ff8c00', text: 'Retail' },
|
{ color: '#ff8c00', text: 'Retail' },
|
||||||
|
{ color: '#f5f58f', text: 'Industry And Business' },
|
||||||
|
{ color: '#73ccd1', text: 'Community Services' },
|
||||||
|
{ color: '#ffbfbf', text: 'Recreation And Leisure' },
|
||||||
{ color: '#b3de69', text: 'Transport' },
|
{ color: '#b3de69', text: 'Transport' },
|
||||||
{ color: '#cccccc', text: 'Utilities And Infrastructure' },
|
{ color: '#cccccc', text: 'Utilities And Infrastructure' },
|
||||||
|
{ color: '#52403C', text: 'Agriculture And Fisheries' },
|
||||||
|
{ color: '#898944', text: 'Defence' },
|
||||||
{ color: '#ffffff', text: 'Vacant And Derelict' },
|
{ color: '#ffffff', text: 'Vacant And Derelict' },
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user