mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
add additional fields to building preset
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -13,7 +13,14 @@
|
||||
"icon": "warehouse",
|
||||
"form": [
|
||||
"building_yes",
|
||||
"levels",
|
||||
"address"
|
||||
"levels"
|
||||
],
|
||||
"additional": [
|
||||
"address",
|
||||
"telephone",
|
||||
"website",
|
||||
"wikipedia",
|
||||
"elevation",
|
||||
"source"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -34,9 +34,11 @@ iD.ui.preset = function(context) {
|
||||
var wrap = selection.append('div')
|
||||
.attr('class', 'col12 inspector-inner');
|
||||
|
||||
/*
|
||||
wrap.append('div')
|
||||
.attr('class', 'col3 preset-label')
|
||||
.text('Add field');
|
||||
*/
|
||||
|
||||
formbuttonwrap = wrap.append('div')
|
||||
.attr('class', 'col9 preset-input');
|
||||
|
||||
Reference in New Issue
Block a user