mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Add preset searching of terms Add more synonyms, improve matching - levenstein for terms too.
93 lines
1.8 KiB
JSON
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"
|
|
}
|
|
}
|