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
This commit is contained in:
Quincy Morgan
2019-05-23 15:39:15 -04:00
parent 642e651f5d
commit 0dfd0612b1
5 changed files with 44 additions and 6 deletions
+2 -2
View File
@@ -3,8 +3,8 @@
"type": "semiCombo",
"label": "Sports",
"options": [
"skating",
"hockey",
"ice_skating",
"ice_hockey",
"multi",
"curling",
"ice_stock"