Changeset 14767 in josm for trunk/src/org


Ignore:
Timestamp:
2019-02-07T22:20:35+01:00 (6 years ago)
Author:
Klumbumbus
Message:
  • fix #17297, see #8877 - add wiki documented denominations >500 uses
  • fix #17298 - don't warn about "customer is not a valid restriction value"
File:
1 edited

Legend:

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

    r14455 r14767  
    3232            "fee", "restriction"));
    3333    private static final Set<String> RESTRICTION_VALUES = new HashSet<>(Arrays.asList("yes", "official", "designated", "destination",
    34             "delivery", "permissive", "private", "agricultural", "forestry", "no"));
     34            "delivery", "customer", "permissive", "private", "agricultural", "forestry", "no"));
    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",
Note: See TracChangeset for help on using the changeset viewer.