Index: trunk/src/atmsdriver/trafficeventseditor/TimeFrames.java
===================================================================
--- trunk/src/atmsdriver/trafficeventseditor/TimeFrames.java	(revision 240)
+++ trunk/src/atmsdriver/trafficeventseditor/TimeFrames.java	(revision 422)
@@ -1,14 +1,10 @@
-/*
- * To change this license header, choose License Headers in Project Properties.
- * To change this template file, choose Tools | Templates
- * and open the template in the editor.
- */
+
 package atmsdriver.trafficeventseditor;
 
-import atmsdriver.model.Highway;
-import atmsdriver.model.Highways;
-import atmsdriver.model.LoopDetector;
-import atmsdriver.model.LoopDetector.DOTCOLOR;
-import atmsdriver.model.Station;
+import tmcsim.highwaymodel.Highway;
+import tmcsim.highwaymodel.Highways;
+import tmcsim.highwaymodel.LoopDetector;
+import tmcsim.highwaymodel.LoopDetector.DOTCOLOR;
+import tmcsim.highwaymodel.Station;
 import java.util.ArrayList;
 import java.util.List;
@@ -35,6 +31,5 @@
     {
         frames = new ArrayList<>();
-        highways = new Highways("./config/vds_data/highways_fullmap.txt", 
-                "192.168.251.46", 8080);
+        highways = new Highways("./config/vds_data/postmile_coordinates.txt");
     }
     
@@ -194,12 +189,5 @@
     void writeToFEP()
     {
-        try
-        {
-            highways.writeToFEP();
-        } 
-        catch (SimulationException ex)
-        {
-            System.out.println("writeToFEP() failed");
-        }
+            highways.toJson();
     }
 
