Modify ↓
Opened 6 years ago
Closed 6 years ago
#17273 closed enhancement (fixed)
Some possible changes in Rules/OsmoseValidations
Reported by: | naoliv | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | External rule | Version: | |
Keywords: | Cc: | abalosc1 |
Description
In wiki:Rules/OsmoseValidations we have:
/* note 3110 */ *[note]{ throwWarning: "For {0.key}, description or opening_hours tag more appropriate? if not"; suggestAlternative: "fixme"; group: tr("note - Osmose 3110"); }
It's too much generic, isn't it?
It will warn on anything which has a note
tag.
Also, we have a duplicate block:
*[shop=bakers]{ throwWarning: "{0.tag} is deprecated"; group: tr("deprecated tagging - Osmose tagwatch cleaner 3030"); suggestAlternative: "shop=bakery"; fixAdd: "shop=bakery"; } *[shop=bakers]{ throwWarning: "{0.tag} is deprecated"; group: tr("deprecated tagging - Osmose tagwatch cleaner 3030"); suggestAlternative: "shop=bakery"; fixAdd: "shop=bakery"; }
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Thanks for the input! Changes have been made.