mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-25 06:55:46 +00:00
Use combo not checkbox for building field (fixes #2553)
This commit is contained in:
@@ -229,7 +229,7 @@
|
||||
},
|
||||
"building_area": {
|
||||
"key": "building",
|
||||
"type": "defaultcheck",
|
||||
"type": "combo",
|
||||
"default": "yes",
|
||||
"geometry": "area",
|
||||
"label": "Building"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"key": "building",
|
||||
"type": "defaultcheck",
|
||||
"type": "combo",
|
||||
"default": "yes",
|
||||
"geometry": "area",
|
||||
"label": "Building"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user