summaryrefslogtreecommitdiff
path: root/navit/traffic.h
diff options
context:
space:
mode:
authormvglasow <michael -at- vonglasow.com>2017-12-11 21:47:22 +0100
committermvglasow <michael -at- vonglasow.com>2017-12-11 21:47:22 +0100
commit812d9ce2157d5e3b5e99889cb153f2ee5f47e0cb (patch)
tree6ae221ea56d7df6ba5f0bb8c7de367cccaee58f4 /navit/traffic.h
parent2543ff701caf38689eccea235922947ebfdd4a27 (diff)
downloadnavit-812d9ce2157d5e3b5e99889cb153f2ee5f47e0cb.tar.gz
Add:traffic:Match segments with all coordinates
Signed-off-by: mvglasow <michael -at- vonglasow.com>
Diffstat (limited to 'navit/traffic.h')
-rw-r--r--navit/traffic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/traffic.h b/navit/traffic.h
index 417ddab77..4c6094162 100644
--- a/navit/traffic.h
+++ b/navit/traffic.h
@@ -233,6 +233,7 @@ struct traffic_methods {
struct traffic_point {
struct coord_geo coord; /*!< The coordinates of this point, as supplied by the source. These may
* deviate somewhat from the coordinates on the map. */
+ /* TODO do we need map-matched coordinates at all? */
struct pcoord * map_coord; /*!< The coordinates of this point on the map, in forward direction.
* This is filled by the traffic plugin. */
struct pcoord * map_coord_backward; /*!< The coordinates of this point on the map, in backward