Files
iD/data/presets/forms.json
Tom MacWright 662cfeb576 Improve preset searching
Add preset searching of terms
Add more synonyms, improve matching - levenstein for terms too.
2013-03-06 16:54:32 -05:00

93 lines
1.8 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" }
},
"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"
},
"access": {
"key": "access",
"type": "combo"
},
"maxspeed": {
"key": "maxspeed",
"type": "combo"
},
"surface": {
"key": "surface",
"type": "combo"
},
"layer": {
"key": "layer",
"type": "combo"
}
}