Ignore:
Timestamp:
2019-09-25T12:13:31+02:00 (5 years ago)
Author:
Don-vip
Message:
  • fix #18153 - prefer location=roof over location=rooftop, location over generator:location
  • update TLD from IANA
  • ignore cycling network tags icn[_ref], ncn[_ref], rcn[_ref], lcn[_ref]
File:
1 edited

Legend:

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

    r15360 r15372  
    189189  fixAdd: "power=substation";
    190190}
    191  
     191
     192*[location=rooftop] {
     193  throwWarning: tr("{0} is deprecated", "{0.tag}");
     194  suggestAlternative: "location=roof";
     195  group: tr("deprecated tagging");
     196  fixAdd: "location=roof";
     197}
     198
     199*[generator:location=*] {
     200  throwWarning: tr("{0} is deprecated", "{0.key}");
     201  suggestAlternative: "location";
     202  group: tr("deprecated tagging");
     203  fixChangeKey: "generator:location => location";
     204}
     205
    192206*[generator:method=dam] {
    193207  throwWarning: tr("{0} is deprecated", "{0.tag}");
Note: See TracChangeset for help on using the changeset viewer.