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)

Change History (1)

comment:1 by abalosc1, 6 years ago

Resolution: fixed
Status: newclosed

Thanks for the input! Changes have been made.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.