Ticket #17026: reg_name.patch

File reg_name.patch, 741 bytes (added by GerdP, 5 years ago)
  • data/validator/combinations.mapcss

     
    394394}
    395395
    396396/* any other *_name tag (with some exceptions) but not a name , see #10837 #11297 #11539 #16437 */
    397 *[/_name$/][!name][!old_name][!loc_name][!uic_name][!artist_name][!lock_name][!"osak:municipality_name"][!"osak:street_name"][noname!=yes] {
     397*[/_name$/][!name][!old_name][!loc_name][!uic_name][!artist_name][!lock_name][!"osak:municipality_name"][!"osak:street_name"][noname!=yes][!reg_name] {
    398398  throwWarning: tr("alternative name without {0}", "{1.key}");
    399399  group: tr("missing tag");
    400400}