Changeset 15347 in josm for trunk


Ignore:
Timestamp:
2019-09-12T22:52:06+02:00 (5 years ago)
Author:
Don-vip
Message:

fix #18124 - additional transport modes in ConditionalKeys test (patch by taylor.smock)

File:
1 edited

Legend:

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

    r15293 r15347  
    3535    private static final Set<String> TRANSPORT_MODES = new HashSet<>(Arrays.asList("access", "foot", "ski", "inline_skates", "ice_skates",
    3636            "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"*/));
    3940
    4041    private static final Pattern CONDITIONAL_PATTERN;
Note: See TracChangeset for help on using the changeset viewer.