Changeset 422 in tmcsimulator for trunk/src/atmsdriver/GoogleMapAnimator.java
- Timestamp:
- 06/23/2019 10:27:35 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/atmsdriver/GoogleMapAnimator.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/atmsdriver/GoogleMapAnimator.java
r340 r422 1 1 package atmsdriver; 2 2 3 import atmsdriver.model.Highways;4 import atmsdriver.model.TrafficEvent;3 import tmcsim.highwaymodel.Highways; 4 import tmcsim.highwaymodel.TrafficEvent; 5 5 import java.io.FileInputStream; 6 6 import java.io.FileNotFoundException; … … 67 67 incidents = new HashMap<String, List<TrafficEvent>>(); 68 68 highways = new Highways( 69 "config/vds_data/highways_fullmap.txt", 70 // following aren't used by this application 71 "localhost", 8080); 69 "config/vds_data/highways_fullmap.txt"); 72 70 final String CONFIG_FILE_NAME = "traffic_model_config.properties"; 73 71 String propertiesFile = "config" + System.getProperty("file.separator")
Note: See TracChangeset
for help on using the changeset viewer.
