mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-26 20:33:51 +01:00
split building_area field: one with default yes and one with no default
This commit is contained in:
parent
c0f4f164cc
commit
65f46b5adb
131 changed files with 140 additions and 130 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"key": "building",
|
||||
"type": "combo",
|
||||
"default": "yes",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
|
|
|
|||
9
data/fields/building_area_yes.json
Normal file
9
data/fields/building_area_yes.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"key": "building",
|
||||
"type": "combo",
|
||||
"default": "yes",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
"label": "Building"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue