mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-12 12:41:58 +02:00
0dfd0612b1
Don't remove other values when upgrading a tag value within a semicolon-delimited list
13 lines
196 B
JSON
13 lines
196 B
JSON
{
|
|
"key": "sport",
|
|
"type": "semiCombo",
|
|
"label": "Sports",
|
|
"options": [
|
|
"ice_skating",
|
|
"ice_hockey",
|
|
"multi",
|
|
"curling",
|
|
"ice_stock"
|
|
]
|
|
}
|