mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 16:49:40 +02:00
Always flag tags as incomplete rather than outdated when the changes are purely additive
This commit is contained in:
+2
-2
@@ -478,8 +478,8 @@ A feature does not have enough tags to define what it is.
|
||||
|
||||
A feature has nonstandard tags.
|
||||
|
||||
* `deprecated_tags`: the feature has tags listed in `deprecated.json` or matches a preset with a `replacement` property
|
||||
* `incomplete_tags`: the feature does not have all tags from the `addTags` property of its matching preset
|
||||
* `deprecated_tags`: the feature has tags that should be replaced or removed, as specified in `deprecated.json` or the `replacement` property of a preset
|
||||
* `incomplete_tags`: the feature has tags that indicate it should also have some other tags
|
||||
* `noncanonical_brand`: the feature indicates it should match a name-suggestion-index entry but does not have all of the given tags
|
||||
* `old_multipolygon`: the feature is a multipolygon relation with its defining tags set on its outer member way
|
||||
|
||||
|
||||
Reference in New Issue
Block a user