mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
Use defaultcheck for building_area field (fixes #2111)
This commit is contained in:
@@ -187,7 +187,7 @@
|
||||
},
|
||||
"building_area": {
|
||||
"key": "building",
|
||||
"type": "check",
|
||||
"type": "defaultcheck",
|
||||
"default": "yes",
|
||||
"geometry": "area",
|
||||
"label": "Building"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"key": "building",
|
||||
"type": "check",
|
||||
"type": "defaultcheck",
|
||||
"default": "yes",
|
||||
"geometry": "area",
|
||||
"label": "Building"
|
||||
|
||||
Reference in New Issue
Block a user