mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-25 13:50:53 +02:00
split building_area field: one with default yes and one with no default
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"key": "building",
|
||||
"type": "combo",
|
||||
"default": "yes",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"key": "building",
|
||||
"type": "combo",
|
||||
"default": "yes",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"label": "Building"
|
||||
}
|
||||
Reference in New Issue
Block a user