Opened 7 years ago
Closed 7 years ago
#1319 closed defect/bug (fixed)
announcement of destination at intersections
Reported by: | rico (2) | Owned by: | KaZeR |
---|---|---|---|
Priority: | major | Milestone: | version 0.5.1 |
Component: | core | Version: | git master |
Severity: | normal | Keywords: | |
Cc: |
Description
hi,
announcement of destination at an intersections does only work for oneways because attr_street_destination_forward/backward is not set by maptool.
A little patch is attached to solve this. If there is only a destination tag without backward/forward (is sometimes used in osm when the direction is not ambiguous) attr_street_destination_forward and backward is set to the value of destination
Attachments (1)
Change History (4)
Changed 7 years ago by rico (2)
comment:1 Changed 7 years ago by kazer
- Milestone set to version 0.5.1
comment:2 Changed 7 years ago by jandegr
comment:3 Changed 7 years ago by jandegr
- Resolution set to fixed
- Status changed from new to closed
close because it got merged https://github.com/navit-gps/navit/commit/6f12e099b2486a1f2024020ed98db7b61717dbc5
Note: See
TracTickets for help on using
tickets.
Hi, Because of some circumstances at the time of the H5 project, the changes in maptool for destination:backward/forward never got merged, despite navigation.c holding all the needed code to deal with destination:backward/forward.
I submitted a PR to add them, but without checks since both OSM and navigation.c already do so and it is easier to modify such logic in navigation.c than in maptool, if such would ever be necessery. https://github.com/navit-gps/navit/pull/88