Merge Use and Type, adding Ownership

Closes #241
This commit is contained in:
Tom Russell 2019-05-02 19:26:45 +01:00
parent dda11fbbb0
commit 39fe444395
2 changed files with 19 additions and 10 deletions

View File

@ -57,21 +57,30 @@
{ {
"inactive": true, "inactive": true,
"title": "Use", "slug": "use", "title": "Use", "slug": "use",
"intro": "How are buildings used today? Coming soon…", "intro": "How are buildings used, and how does use change over time? Coming soon…",
"help": "https://pages.colouring.london/use", "help": "https://pages.colouring.london/use",
"fields": [ "fields": [
{ "title": "Single of multiple use?", "slug": "use_multi" }, { "title": "Single of multiple use?", "slug": "use_multi" },
{ "title": "Type of use/s", "slug": "use_type" }, { "title": "Type of use/s", "slug": "use_type" },
{ "title" : "Number of self-contained units", "slug": "use_number_scu" } { "title": "Number of self-contained units", "slug": "use_number_scu" },
{ "title": "Original use (as constructed)", "slug": "use_type_original" }
] ]
}, },
{ {
"inactive": true, "inactive": true,
"title": "Type", "slug": "type", "title": "Ownership", "slug": "ownership",
"intro": "How were buildings originally used? Coming soon…", "intro": "How are buildings owned? Coming soon…",
"help": "https://pages.colouring.london/type", "help": "https://pages.colouring.london/buildingcategories",
"fields": [ "fields": [
{ "title": "Type of building (original use)", "slug": "type_original" } {
"title": "Owner type (private, state/public, or communal/third sector)",
"slug": "ownership_owner_type"
},
{
"title": "Original owner type (at construction)",
"slug": "ownership_owner_type_original"
},
{ "title": "Tenure type", "slug": "ownership_tenure_type" }
] ]
}, },
{ {

View File

@ -64,8 +64,8 @@ const LEGEND_CONFIG = {
title: "Use", title: "Use",
elements: [] elements: []
}, },
type: { ownership: {
title: "Type", title: "Ownership",
elements: [] elements: []
}, },
construction: { construction: {