Ignore:
Timestamp:
2015-06-08T09:18:09+02:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #11539 - do not warn about alternitive names osak:municipality_name and osak:street_name

File:
1 edited

Legend:

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

    r8437 r8480  
    268268}
    269269
    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] {
     270/* any other *_name tag (with some exceptions) but not a name , see #10837 #11297 #11539 */
     271*[/_name$/][!name][!old_name][!loc_name][!uic_name][!artist_name][!"osak:municipality_name"][!"osak:street_name"][noname!=yes] {
    272272  throwWarning: tr("alternative name without {0}", "{1.key}");
    273273}
Note: See TracChangeset for help on using the changeset viewer.