Turn on land use groups as used

This commit is contained in:
Maciej Ziarkowski 2019-12-02 20:56:49 +00:00
parent aa3e1604e6
commit 1dddf3a31e

View File

@ -39,47 +39,47 @@ VALUES
('U140','Mixed use','order',NULL,True), ('U140','Mixed use','order',NULL,True),
-- group -- group
('U011','Agriculture','group','U010', False), ('U011','Agriculture','group','U010', True),
('U012','Fisheries','group','U010', False), ('U012','Fisheries','group','U010', True),
('U021','Managed forest','group','U020', False), ('U021','Managed forest','group','U020', True),
('U022','Un-managed forest','group','U020', False), ('U022','Un-managed forest','group','U020', True),
('U031','Mineral workings and quarries','group','U030', False), ('U031','Mineral workings and quarries','group','U030', True),
('U041','Outdoor amenity and open spaces','group','U040', False), ('U041','Outdoor amenity and open spaces','group','U040', True),
('U042','Amusement and show places','group','U040', False), ('U042','Amusement and show places','group','U040', True),
('U043','Libraries, museums and galleries','group','U040', False), ('U043','Libraries, museums and galleries','group','U040', True),
('U044','Sports facilities and grounds','group','U040', False), ('U044','Sports facilities and grounds','group','U040', True),
('U045','Holiday parks and camps','group','U040', False), ('U045','Holiday parks and camps','group','U040', True),
('U046','Allotments and city farms','group','U040', False), ('U046','Allotments and city farms','group','U040', True),
('U051','Transport tracks and ways','group','U050', False), ('U051','Transport tracks and ways','group','U050', True),
('U054','Transport terminals and interchanges','group','U050', False), ('U052','Transport terminals and interchanges','group','U050', True), -- corrected U054 to U052
('U053','Car parks','group','U050', False), ('U053','Car parks','group','U050', True),
('U051','Vehicle storage','group','U050', False), ('U054','Vehicle storage','group','U050', True), -- corrected U051 to U054
('U055','Goods and freight terminals','group','U050', False), ('U055','Goods and freight terminals','group','U050', True),
('U056','Waterways','group','U050', False), ('U056','Waterways','group','U050', True),
('U061','Energy production and distribution','group','U060', False), ('U061','Energy production and distribution','group','U060', True),
('U062','Water storage and treatment','group','U060', False), ('U062','Water storage and treatment','group','U060', True),
('U063','Refuse disposal','group','U060', False), ('U063','Refuse disposal','group','U060', True),
('U064','Cemeteries and crematoria','group','U060', False), ('U064','Cemeteries and crematoria','group','U060', True),
('U065','Post and telecommunications','group','U060', False), ('U065','Post and telecommunications','group','U060', True),
('U071','Dwellings','group','U070', False), ('U071','Dwellings','group','U070', True),
('U072','Hotels, boarding and guest houses','group','U070', False), ('U072','Hotels, boarding and guest houses','group','U070', True),
('U073','Residential institutions','group','U070', False), ('U073','Residential institutions','group','U070', True),
('U081','Medical and health care services','group','U080', False), ('U081','Medical and health care services','group','U080', True),
('U082','Places of worship','group','U080', False), ('U082','Places of worship','group','U080', True),
('U083','Education','group','U080', False), ('U083','Education','group','U080', True),
('U084','Community services','group','U080', False), ('U084','Community services','group','U080', True),
('U091','Shops','group','U090', False), ('U091','Shops','group','U090', True),
('U092','Financial and professional services','group','U090', False), ('U092','Financial and professional services','group','U090', True),
('U093','Restaurants and cafes','group','U090', False), ('U093','Restaurants and cafes','group','U090', True),
('U094','Public houses, bars and nightclubs','group','U090', False), ('U094','Public houses, bars and nightclubs','group','U090', True),
('U101','Manufacturing','group','U100', False), ('U101','Manufacturing','group','U100', True),
('U102','Offices','group','U100', False), ('U102','Offices','group','U100', True),
('U103','Storage','group','U100', False), ('U103','Storage','group','U100', True),
('U104','Wholesale distribution','group','U100', False), ('U104','Wholesale distribution','group','U100', True),
('U111','Vacant','group','U110', False), ('U111','Vacant','group','U110', True),
('U112','Derelict','group','U110', False), ('U112','Derelict','group','U110', True),
('U121','Defence','group','U120', False), ('U121','Defence','group','U120', True),
('U131','Unused land','group','U130', False), ('U131','Unused land','group','U130', True),
-- class -- class
('AG05A -A','Agricultural research establishment','class','U011',True), ('AG05A -A','Agricultural research establishment','class','U011',True),