Change Mixd Use order to capitalised
This commit is contained in:
parent
529ce96e42
commit
817b44515b
@ -97,6 +97,6 @@ async function deriveOrderFromGroup(groups: string[]): Promise<string> {
|
||||
if(orders.length === 1) {
|
||||
return orders[0];
|
||||
} else if (orders.length > 1) {
|
||||
return 'Mixed use';
|
||||
return 'Mixed Use';
|
||||
} else return null;
|
||||
}
|
||||
|
@ -35,7 +35,7 @@ VALUES
|
||||
('U060','Utilities And Infrastructure','order',NULL,True),
|
||||
('U110','Vacant And Derelict','order',NULL,True),
|
||||
--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
|
||||
('U011','Agriculture','group','U010', True),
|
||||
|
Loading…
Reference in New Issue
Block a user