Changeset 15743 in josm for trunk


Ignore:
Timestamp:
2020-01-20T23:45:26+01:00 (4 years ago)
Author:
Don-vip
Message:

fix #18585, see #17454 - Support duration as restriction-type in conditional syntax validator test

File:
1 edited

Legend:

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

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