Changeset 8436 in josm for trunk/data/validator


Ignore:
Timestamp:
2015-06-01T16:21:26+02:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #11297 - ignore artist_name and noname=yes for alternitive name without name test

File:
1 edited

Legend:

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

    r8431 r8436  
    268268}
    269269
    270 /* any other *_name tag (except old_name, loc_name and uic_name) but not a name , see #10837 */
    271 *[/_name$/][!name][!old_name][!loc_name][!uic_name] {
     270/* any other *_name tag (except old_name, loc_name and uic_name) but not a name , see #10837 #11297 */
     271*[/_name$/][!name][!old_name][!loc_name][!uic_name][!artist_name][noname!=yes] {
    272272  throwWarning: tr("alternative name without {0}", "{1.key}");
    273273}
Note: See TracChangeset for help on using the changeset viewer.