Building field should be combo not typeCombo

(because `building=yes` is a valid and popular tag)
This commit is contained in:
Bryan Housel
2016-01-29 21:12:43 -05:00
parent aa5c2ac3e8
commit 0f352047d4
2 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,5 +1,5 @@
{
"key": "building",
"type": "typeCombo",
"type": "combo",
"label": "Building"
}
}