Changeset 261 in tmcsimulator for trunk


Ignore:
Timestamp:
02/12/2019 09:25:41 AM (7 years ago)
Author:
jdalbey
Message:

update atms_map to be 100% height. Add json_path property to testconfig for traffic mgr props.

Location:
trunk
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/atms_map_night_30sec.html

    r259 r261  
    77      /* Set the size of the div element that contains the map */ 
    88      #mapdiv { 
    9         height: 550px;  // or  height: 100% 
     9        height: 100%; 
    1010        width: 100%;   
    1111       } 
  • trunk/config/testConfig/traffic_model_config.properties

    r229 r261  
    44FEPSim_IP_addr = localhost 
    55Output_Destination = FEP 
     6Json_Path = highways.json 
  • trunk/paramics_communicator.log

    r79 r261  
    1  
    2 <!-- Time written to file: 00:00:00 --> 
    3 <?xml version="1.0" encoding="ISO-8859-1"?> 
    4 <CAD_DATA> 
    5     <Basic> 
    6         <Comm_Interval>30</Comm_Interval> 
    7         <Network_ID>1</Network_ID> 
    8         <Simulation>FALSE</Simulation> 
    9         <Incident>FALSE</Incident> 
    10     </Basic> 
    11 </CAD_DATA> 
    12  
     1<?xml version="1.0" encoding="UTF-8" standalone="no"?> 
     2<!DOCTYPE log SYSTEM "logger.dtd"> 
     3<log> 
     4<record> 
     5  <date>2017-11-06T14:55:23</date> 
     6  <millis>1510008923085</millis> 
     7  <sequence>1</sequence> 
     8  <logger>tmcsim.parmicsLog</logger> 
     9  <level>INFO</level> 
     10  <class>tmcsim.paramicslog.ParamicsLogFileHandlerTest</class> 
     11  <method>testGetInstance</method> 
     12  <thread>1</thread> 
     13  <message> 
     14&lt;!-- Time written to file: 00:00:00 --&gt; 
     15Hello friendly log. 
     16</message> 
     17</record> 
     18</log> 
Note: See TracChangeset for help on using the changeset viewer.