Files
iD/data/presets/fields/elevation.json
Quincy Morgan 67afa20dc0 Let comboboxes filter against terms, not just values
Add terms property to fields
Make terms translatable for searchable fields
Account for fields' terms and keys when filtering with the Add field menu (close #5763)
2019-08-09 11:12:40 -05:00

11 lines
158 B
JSON

{
"key": "ele",
"type": "number",
"icon": "elevation",
"universal": true,
"label": "Elevation",
"terms": [
"altitude"
]
}