mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-05 22:46:38 +02:00
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:
@@ -3,8 +3,8 @@
|
||||
"type": "semiCombo",
|
||||
"label": "Sports",
|
||||
"options": [
|
||||
"skating",
|
||||
"hockey",
|
||||
"ice_skating",
|
||||
"ice_hockey",
|
||||
"multi",
|
||||
"curling",
|
||||
"ice_stock"
|
||||
|
||||
Reference in New Issue
Block a user