Index: trunk/src/tmcsim/application.properties
===================================================================
--- trunk/src/tmcsim/application.properties	(revision 274)
+++ trunk/src/tmcsim/application.properties	(revision 278)
@@ -1,5 +1,5 @@
-#Mon, 25 Feb 2019 17:13:55 -0800
+#Tue, 26 Feb 2019 10:15:50 -0800
 
-Application.revision=273
+Application.revision=275
 
-Application.buildnumber=97
+Application.buildnumber=99
Index: trunk/src/atmsdriver/model/Station.java
===================================================================
--- trunk/src/atmsdriver/model/Station.java	(revision 274)
+++ trunk/src/atmsdriver/model/Station.java	(revision 278)
@@ -187,9 +187,11 @@
         for (LoopDetector loop : loops)
         {
-            if (loop.loopLocation.startsWith(laneDir))
-            {
+            // THIS DECISION ISN'T NEEDED after JD's BuildHighwayFile pgm
+            // creates a highway map based on VDS instead of Controller (LDS).
+//            if (loop.loopLocation.startsWith(laneDir))
+//            {
                 // UPDATE LOOP WITH VALUES
                 loop.updateLoop(dotColor.volume(), dotColor.occupancy());
-            }
+//            }
         }
 
@@ -222,6 +224,8 @@
         for (LoopDetector loop : loops)
         {
-            if (loop.loopLocation.substring(0,2).equals(laneDir))
-            {
+            // THIS DECISION ISN'T NEEDED after JD's BuildHighwayFile pgm
+            // creates a highway map based on VDS instead of Controller (LDS).
+//            if (loop.loopLocation.substring(0,2).equals(laneDir))
+//            {
                 // Return color according to loop volume of first matching lane
                 if (loop.vol == 1)
@@ -237,5 +241,5 @@
                     return '-';
                 }
-            }
+//            }
         }
         // Default case for when the route is not on this direction
