Index: trunk/src/atmsdriver/trafficeventseditor/TrafficEventsEditor.java
===================================================================
--- trunk/src/atmsdriver/trafficeventseditor/TrafficEventsEditor.java	(revision 257)
+++ trunk/src/atmsdriver/trafficeventseditor/TrafficEventsEditor.java	(revision 343)
@@ -90,5 +90,5 @@
                 TrafficLaneEvent currEvent = currFrame.events.get(i);
                 data[i][0] = Integer.toString(currEvent.routeNum);
-                data[i][1] = Integer.toString(currEvent.station.ldsID);
+                data[i][1] = Integer.toString(currEvent.station.vdsID);
                 data[i][2] = Double.toString(currEvent.station.postmile);
                 data[i][3] = Integer.toString(currEvent.loopDetector.loopID);
@@ -285,5 +285,5 @@
             for(int i = 0; i < rows; i++)
             {
-                data[i][0] = Integer.toString(hwy.stations.get(i).ldsID);
+                data[i][0] = Integer.toString(hwy.stations.get(i).vdsID);
                 data[i][1] = hwy.stations.get(i).direction.getLetter();
                 data[i][2] = Double.toString(hwy.stations.get(i).postmile);
