Changeset 17434 in josm for trunk/src/org


Ignore:
Timestamp:
2021-01-03T23:17:33+01:00 (3 years ago)
Author:
Don-vip
Message:

fix #20337 - support dog:conditional

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/ConditionalKeys.java

    r16643 r17434  
    2929    private static final Set<String> RESTRICTION_TYPES = new HashSet<>(Arrays.asList("oneway", "toll", "noexit", "maxspeed", "minspeed",
    3030            "maxstay", "maxweight", "maxaxleload", "maxheight", "maxwidth", "maxlength", "overtaking", "maxgcweight", "maxgcweightrating",
    31             "fee", "restriction", "interval", "duration"));
     31            "fee", "restriction", "interval", "duration", "dog"));
    3232    private static final Set<String> RESTRICTION_VALUES = new HashSet<>(Arrays.asList("yes", "official", "designated", "destination",
    3333            "delivery", "customers", "permissive", "private", "agricultural", "forestry", "no"));
Note: See TracChangeset for help on using the changeset viewer.