Changes between Initial Version and Version 1 of Ticket #23932, comment 25
- Timestamp:
- 2024-10-18T22:11:13+02:00 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23932, comment 25
initial v1 3 3 Example: https://www.openstreetmap.org/way/742066021 4 4 This could be fixed by changing `[/^cycleway(?!:right|:left|:both):/]` to `[/^cycleway(?!:right|:left|:both|:lanes):/]` in line 1116, and 5 `assertNoMatch: "way highway=primary oneway=yes lanes=3bicycle:lanes=no|designated|yes cycleway:lanes=|lane|no";`5 `assertNoMatch: "way highway=primary oneway=yes bicycle:lanes=no|designated|yes cycleway:lanes=|lane|no";` 6 6 7 7 After that, no more comments from me :)