Changeset 16713 in josm for trunk


Ignore:
Timestamp:
2020-06-23T23:38:54+02:00 (4 years ago)
Author:
Klumbumbus
Message:

fix #17026 - Don't warn about reg_name without name (similar to loc_name)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/resources/data/validator/combinations.mapcss

    r16705 r16713  
    454454}
    455455
    456 /* any other *_name tag (with some exceptions) but not a name , see #10837 #11297 #11539 #16437 */
    457 *[/_name$/][!name][!old_name][!loc_name][!uic_name][!artist_name][!lock_name][!"osak:municipality_name"][!"osak:street_name"][noname!=yes] {
     456/* any other *_name tag (with some exceptions) but not a name , see #10837 #11297 #11539 #16437 #17026 */
     457*[/_name$/][!name][!old_name][!loc_name][!reg_name][!uic_name][!artist_name][!lock_name][!"osak:municipality_name"][!"osak:street_name"][noname!=yes] {
    458458  throwWarning: tr("alternative name without {0}", "{1.key}");
    459459  group: tr("missing tag");
Note: See TracChangeset for help on using the changeset viewer.