Add different messages for no tags vs. no descriptive tags warnings

Add warning for relation without a "type" tag
This commit is contained in:
Quincy Morgan
2019-02-06 09:38:33 -05:00
parent 6383fa7ea0
commit 33d02cdba0
3 changed files with 66 additions and 32 deletions
+6 -1
View File
@@ -1228,7 +1228,12 @@ en:
message: "Deleting {n} features: {p} points, {l} lines, {a} areas, and {r} relations."
tip: Only redundant or nonexistent features should be deleted.
missing_tag:
message: "{feature} has no descriptive tags."
any:
message: "{feature} has no tags."
descriptive:
message: "{feature} has no descriptive tags."
specific:
message: '{feature} has no "{tag}" tag.'
tip: Features must have tags that define what they are.
old_multipolygon:
message: "{multipolygon} has misplaced tags."