Change Mixd Use order to capitalised

This commit is contained in:
Maciej Ziarkowski 2019-12-03 18:19:50 +00:00
parent 529ce96e42
commit 817b44515b
2 changed files with 2 additions and 2 deletions

View File

@ -97,6 +97,6 @@ async function deriveOrderFromGroup(groups: string[]): Promise<string> {
if(orders.length === 1) { if(orders.length === 1) {
return orders[0]; return orders[0];
} else if (orders.length > 1) { } else if (orders.length > 1) {
return 'Mixed use'; return 'Mixed Use';
} else return null; } else return null;
} }

View File

@ -35,7 +35,7 @@ VALUES
('U060','Utilities And Infrastructure','order',NULL,True), ('U060','Utilities And Infrastructure','order',NULL,True),
('U110','Vacant And Derelict','order',NULL,True), ('U110','Vacant And Derelict','order',NULL,True),
--We have created a landuse order that does not exist for mixed use --We have created a landuse order that does not exist for mixed use
('U140','Mixed use','order',NULL,True), ('U140','Mixed Use','order',NULL,True),
-- group -- group
('U011','Agriculture','group','U010', True), ('U011','Agriculture','group','U010', True),