| 27 | 27 | private final OpeningHourTest openingHourTest = new OpeningHourTest(); |
| 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", "parking:condition:both", "parking:condition:left", "parking:condition:right", |
| | 31 | "parking:condition:both:maxstay", "parking:condition:left:maxstay", "parking:condition:right:maxstay")); |
| 32 | | "delivery", "customers", "permissive", "private", "agricultural", "forestry", "no")); |
| | 33 | "delivery", "customers", "permissive", "private", "agricultural", "forestry", "no", |
| | 34 | "free", "ticket", "disc", "disabled", "residents", "no_parking", "no_standing", "no_stopping" )); |
| 33 | 35 | private static final Set<String> TRANSPORT_MODES = new HashSet<>(Arrays.asList("access", "foot", "ski", "inline_skates", "ice_skates", |
| 34 | 36 | "horse", "vehicle", "bicycle", "carriage", "trailer", "caravan", "motor_vehicle", "motorcycle", "moped", "mofa", |
| 35 | 37 | "motorcar", "motorhome", "psv", "bus", "taxi", "tourist_bus", "goods", "hgv", "agricultural", "atv", "snowmobile", |