Modify ↓
Opened 4 years ago
Closed 4 years ago
#21373 closed defect (invalid)
Weg 42150356: Tag "Vehicle=private" is wrong and exclude bicycles from routing.
| Reported by: | Velocicapro | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | Cc: |
Description
Wrong:
-- <tag k="vehicle" v="private"/>
Correction:
++ <tag k='motor_vehicle' v='destination' />
++ <tag k='bicycle' v='yes' />
.
Attachments (0)
Note:
See TracTickets
for help on using tickets.


