Ticket #77 (closed task: done)
Investigate why dots are overlapping the Google Map display
| Reported by: | jdalbey | Owned by: | jdalbey |
|---|---|---|---|
| Priority: | Medium | Milestone: | May 2019 Training |
| Component: | none | Version: | |
| Severity: | Minor | Keywords: | |
| Cc: |
Description
Ideally there should be two dots adjacent, as in the ATMS client.
Change History
comment:2 Changed 7 years ago by jdalbey
- Status changed from new to closed
- Resolution set to done
Solved, committed in r271. The postmile file is preprocessed (code not committed yet) to determine the unit vector perpendicular to the highway at each dot. Then when the map is zoomed the dot is redrawn at an appropriate distance from the highway, so the pair of dots appear side-by-side.
Note: See
TracTickets for help on using
tickets.

They are overlapping because they are really close together. For the simulation, we don't really need them to be that close, so we'll just eliminate one of them from the data file.
We NEED two dots at each point to show separate colors for each direction, in the event one direction is free flowing and the other is congested.