Changeset 13981 in josm


Ignore:
Timestamp:
2018-06-28T22:08:49+02:00 (6 years ago)
Author:
Klumbumbus
Message:

fix #16437 - don't warn about lock_name without name

File:
1 edited

Legend:

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

    r13975 r13981  
    391391}
    392392
    393 /* any other *_name tag (with some exceptions) but not a name , see #10837 #11297 #11539 */
    394 *[/_name$/][!name][!old_name][!loc_name][!uic_name][!artist_name][!"osak:municipality_name"][!"osak:street_name"][noname!=yes] {
     393/* any other *_name tag (with some exceptions) but not a name , see #10837 #11297 #11539 #16437 */
     394*[/_name$/][!name][!old_name][!loc_name][!uic_name][!artist_name][!lock_name][!"osak:municipality_name"][!"osak:street_name"][noname!=yes] {
    395395  throwWarning: tr("alternative name without {0}", "{1.key}");
    396396  group: tr("missing tag");
Note: See TracChangeset for help on using the changeset viewer.