You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for fields of type localized: When changing a feature from a preset that had a name field (of type localized) and one changes it to a preset without a corresponding name field, only the base name tag is removed during the tag upgrade, but any localized names are preserved. Example: craft=key_cutter name=foo name:en=bar when changed to a recycling bin will end up as amenity=recycling recycling_type=container name:en=bar). This should consistently remove either all names or none.
for fields of type multiCombo it does not remove the old tags when the new preset does not have a field for the corresponding tag(s). Example: amenity=recycling recycling_type=container recycling:plastic=yes recycling:=invalid ends up as craft=key_cutter recycling:plastic=yes (note that only the recycling:=invalid was removed because that's how the tag key prefix is defined in the field's key property). This should remove all corresponding tags with a key that matches the field's prefix.
More follow-ups for #11696:
localized: When changing a feature from a preset that had anamefield (of typelocalized) and one changes it to a preset without a corresponding name field, only the basenametag is removed during the tag upgrade, but any localized names are preserved. Example:craft=key_cutter name=foo name:en=barwhen changed to a recycling bin will end up asamenity=recycling recycling_type=container name:en=bar). This should consistently remove either all names or none.multiComboit does not remove the old tags when the new preset does not have a field for the corresponding tag(s). Example:amenity=recycling recycling_type=container recycling:plastic=yes recycling:=invalidends up ascraft=key_cutter recycling:plastic=yes(note that only therecycling:=invalidwas removed because that's how the tag key prefix is defined in the field'skeyproperty). This should remove all corresponding tags with a key that matches the field's prefix.