Files
iD/data/presets/fields/sport_ice.json
T
Quincy Morgan 0dfd0612b1 For ice rinks, prefer the "sport" values "ice_hockey" and "ice_skating" instead of "hockey" and "skating" since that latter are ambiguous
Don't remove other values when upgrading a tag value within a semicolon-delimited list
2019-05-23 15:39:15 -04:00

13 lines
196 B
JSON

{
"key": "sport",
"type": "semiCombo",
"label": "Sports",
"options": [
"ice_skating",
"ice_hockey",
"multi",
"curling",
"ice_stock"
]
}