Changeset 15347 in josm
- Timestamp:
- 2019-09-12T22:52:06+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/ConditionalKeys.java
r15293 r15347 35 35 private static final Set<String> TRANSPORT_MODES = new HashSet<>(Arrays.asList("access", "foot", "ski", "inline_skates", "ice_skates", 36 36 "horse", "vehicle", "bicycle", "carriage", "trailer", "caravan", "motor_vehicle", "motorcycle", "moped", "mofa", 37 "motorcar", "motorhome", "psv", "bus", "taxi", "tourist_bus", "goods", "hgv", "agricultural", "atv", "snowmobile" 38 /*,"hov","emergency","hazmat","disabled"*/)); 37 "motorcar", "motorhome", "psv", "bus", "taxi", "tourist_bus", "goods", "hgv", "agricultural", "atv", "snowmobile", 38 "hgv_articulated", "ski:nordic", "ski:alpine", "ski:telemark", "coach", "golf_cart" 39 /*,"minibus","share_taxi","hov","car_sharing","emergency","hazmat","disabled"*/)); 39 40 40 41 private static final Pattern CONDITIONAL_PATTERN;
Note:
See TracChangeset
for help on using the changeset viewer.
