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
When combining two features, one of which is associated with a preset based on name-suggestion-index, the combined feature prefers the NSI tags over any tags that were found on one of the two original features.
Steps to reproduce:
Draw a building area.
Draw a point and tag it with the “United States Post Office” preset.
Rename the point to “Smallville Post Office”, because most U.S. post offices are named after the towns they’re in.
Combine the point into the building area.
The combined feature is named “United States Post Office”. It should have retained the name “Smallville Post Office” given in step 3.
Alternative steps to reproduce:
Draw a hospital area.
Draw a point and tag it with the “VA Medical Center” preset.
Rename the point to “Metropolis VA Medical Center”.
Combine the point into the building area.
The combined feature is named “VA Medical Center” rather than “Metropolis VA Medical Center”.
Perhaps this is happening due to the same mechanism described in #6920 (comment). Would it help if NSI were more explicit about which brands can have individually named locations?
The text was updated successfully, but these errors were encountered:
When combining two features, one of which is associated with a preset based on name-suggestion-index, the combined feature prefers the NSI tags over any tags that were found on one of the two original features.
Steps to reproduce:
The combined feature is named “United States Post Office”. It should have retained the name “Smallville Post Office” given in step 3.
Alternative steps to reproduce:
The combined feature is named “VA Medical Center” rather than “Metropolis VA Medical Center”.
Perhaps this is happening due to the same mechanism described in #6920 (comment). Would it help if NSI were more explicit about which brands can have individually named locations?
The text was updated successfully, but these errors were encountered: