Changeset 16656 in josm


Ignore:
Timestamp:
2020-06-16T14:10:22+02:00 (4 years ago)
Author:
Klumbumbus
Message:

fix #19396 - Warn about stream=intermittent and don't warn anymore about missing tag stream without waterway as the whole stream key is dubious

Location:
trunk/resources/data/validator
Files:
2 edited

Legend:

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

    r16514 r16656  
    4040way[traffic_mode               ][!railway][route!=railway],
    4141way[workrules                  ][!railway][route!=railway],
    42 way[stream                     ][!waterway],
    4342way[length_unit                ][!waterway],
    4443way[canal                      ][!waterway],
  • trunk/resources/data/validator/deprecated.mapcss

    r16500 r16656  
    19821982  group: tr("deprecated tagging");
    19831983}
     1984
     1985/* #19396 */
     1986way[stream=intermittent] {
     1987  throwWarning: tr("{0} is deprecated", "{0.tag}");
     1988  suggestAlternative: "intermittent=yes";
     1989  suggestAlternative: "seasonal=yes";
     1990  group: tr("deprecated tagging");
     1991}
Note: See TracChangeset for help on using the changeset viewer.