Changes between Initial Version and Version 1 of Ticket #19722
- Timestamp:
- 2020-08-27T21:58:38+02:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19722 – Description
initial v1 8 8 2. The java test doesn't take into account transportation-mode-limited restrictions. According to the [https://wiki.openstreetmap.org/wiki/Relation:restriction#Tags wiki], `restriction:mode=*` is also valid. 9 9 10 **Expected: no warning if**11 `restriction` + `type=restriction` + `restriction=no_left_turn` 12 `restriction` + `type=restriction` + `restriction:foot=no_left_turn` 10 ==== Expected: no warning if 11 - `restriction` + `type=restriction` + `restriction=no_left_turn` 12 - `restriction` + `type=restriction` + `restriction:foot=no_left_turn` 13 13 14 **Expected: only 1 warning if**15 `restriction` + `type=restriction` 14 ==== Expected: only 1 warning if 15 - `restriction` + `type=restriction` 16 16 17 17


