Opened 7 years ago
Last modified 5 years ago
#1318 new defect/bug
GTK+ context menu - traffic distortion (blocked) and copying coordinates to clipboard not working
Reported by: | joaopirralha | Owned by: | cp15 |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | gui/gtk | Version: | git master |
Severity: | normal | Keywords: | |
Cc: |
Description
When I open the context menu in a road and choose <street> → Traffic distortion → Blocked, nothing happens, even if I recalculate and redraw or do it before setting the current position and destination points. Max speed and Delay may also not be working. Also, Traffic distortion and its children are missing translations.
In addition, when I open the context menu in a point and choose <point> → <coordinates format>, nothing is copied to the clipboard, as one might expect.
I joined these two issues together as they might be caused by the same problem in the context menu itself.
Note: See
TracTickets for help on using
tickets.
Traffic distortions are indeed not implemented completely. Currently they are written to a file in Navit’s data directory. The file is in fact a binfile map, which you can add to your mapset. Doing so will make traffic distortions visible in Navit. Routing will consider distortions, provided they are already present when calculating the route.
I am currently working on a true traffic framework, see #570.