split building_area field: one with default yes and one with no default

This commit is contained in:
Martin Raifer
2022-09-09 13:22:04 +02:00
parent c0f4f164cc
commit 65f46b5adb
131 changed files with 140 additions and 130 deletions
-1
View File
@@ -1,7 +1,6 @@
{
"key": "building",
"type": "combo",
"default": "yes",
"geometry": [
"area"
],
+9
View File
@@ -0,0 +1,9 @@
{
"key": "building",
"type": "combo",
"default": "yes",
"geometry": [
"area"
],
"label": "Building"
}