Use combo not checkbox for building field (fixes #2553)

This commit is contained in:
Bryan Housel
2015-03-18 10:25:59 -04:00
parent c69fbf3e3d
commit dffff73d39
2 changed files with 3 additions and 3 deletions

View File

@@ -229,7 +229,7 @@
},
"building_area": {
"key": "building",
"type": "defaultcheck",
"type": "combo",
"default": "yes",
"geometry": "area",
"label": "Building"

View File

@@ -1,7 +1,7 @@
{
"key": "building",
"type": "defaultcheck",
"type": "combo",
"default": "yes",
"geometry": "area",
"label": "Building"
}
}