Changeset 19445 in josm for trunk/src/org
- Timestamp:
- 2025-11-07T15:07:19+01:00 (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/ConditionalKeys.java
r18560 r19445 30 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 "delivery", "customers", "permissive", "private", "agricultural", "forestry", "no")); 32 "delivery", "customers", "permissive", "private", "agricultural", "forestry", "no", "permit")); 33 33 private static final Set<String> TRANSPORT_MODES = new HashSet<>(Arrays.asList("access", "foot", "ski", "inline_skates", "ice_skates", 34 34 "horse", "vehicle", "bicycle", "carriage", "trailer", "caravan", "motor_vehicle", "motorcycle", "moped", "mofa",
Note:
See TracChangeset
for help on using the changeset viewer.
