Files
iD/data/presets/forms.json
2013-03-08 21:40:35 -08:00

98 lines
1.9 KiB
JSON

{
"cuisine": {
"key": "cuisine",
"type": "combo",
"indexed": true
},
"internet_access": {
"key": "internet_access",
"title": "Internet Access",
"type": "select",
"options": ["yes", "no", "wlan", "wired", "terminal"]
},
"building_area": {
"key": "building",
"type": "check",
"default": { "area": "yes" }
},
"address": {
"type": "address",
"title": "Address"
},
"operator": {
"key": "operator",
"type": "text"
},
"religion": {
"key": "religion",
"type": "select",
"options": ["christian", "muslim", "buddhist", "jewish", "hindu", "shinto", "taoist"]
},
"denomination": {
"key": "denomination",
"type": "combo"
},
"building": {
"key": "building",
"type": "combo"
},
"building_yes": {
"key": "building",
"type": "combo",
"default": { "area": "yes" }
},
"levels": {
"key": "building:levels",
"type": "number",
"title": "Levels"
},
"fee": {
"key": "fee",
"type": "check"
},
"access": {
"key": "access",
"type": "combo"
},
"atm": {
"key": "atm",
"type": "check"
},
"shelter": {
"key": "shelter",
"type": "check"
},
"emergency": {
"key": "emergency",
"type": "check"
},
"oneway": {
"key": "oneway",
"type": "check"
},
"bridge": {
"key": "bridge",
"type": "check"
},
"tunnel": {
"key": "tunnel",
"type": "check"
},
"maxspeed": {
"key": "maxspeed",
"type": "combo"
},
"surface": {
"key": "surface",
"type": "combo"
},
"layer": {
"key": "layer",
"type": "combo"
},
"elevation": {
"key": "ele",
"type": "number"
}
}