Changeset 18560 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2022-09-26T08:42:14+02:00 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/ConditionalKeys.java
r17585 r18560 28 28 private static final Set<String> RESTRICTION_TYPES = new HashSet<>(Arrays.asList("oneway", "toll", "noexit", "maxspeed", "minspeed", 29 29 "maxstay", "maxweight", "maxaxleload", "maxheight", "maxwidth", "maxlength", "overtaking", "maxgcweight", "maxgcweightrating", 30 "fee", "restriction", "interval", "duration", "dog" ));30 "fee", "restriction", "interval", "duration", "dog", "maxweightrating")); 31 31 private static final Set<String> RESTRICTION_VALUES = new HashSet<>(Arrays.asList("yes", "official", "designated", "destination", 32 32 "delivery", "customers", "permissive", "private", "agricultural", "forestry", "no"));
Note:
See TracChangeset
for help on using the changeset viewer.