- Timestamp:
- 02/12/2019 09:21:40 AM (7 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
-
atmsdriver/model/Highways.java (modified) (1 diff)
-
atmsdriver/model/PostmileCoords.java (modified) (1 diff)
-
tmcsim/application.properties (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/atmsdriver/model/Highways.java
r258 r260 567 567 case '@': colorName = "red";break; 568 568 case '+': colorName = "yellow"; break; 569 case '-': colorName = " green";break;570 case ' ': colorName = " green";break;569 case '-': colorName = "lime";break; 570 case ' ': colorName = "lime";break; 571 571 } 572 outString = outString.replace(" green",colorName);572 outString = outString.replace("desiredcolor",colorName); 573 573 lineout.append(outString); 574 574 lineout.append(" "); -
trunk/src/atmsdriver/model/PostmileCoords.java
r248 r260 111 111 " },\n" + 112 112 " \"properties\": \n" + 113 " {\"color\": \" green\"";113 " {\"color\": \"desiredcolor\""; 114 114 String kTail = "}\n" + 115 115 " },"; -
trunk/src/tmcsim/application.properties
r258 r260 1 # Mon, 11 Feb 2019 16:19:24-08001 #Tue, 12 Feb 2019 10:44:52 -0800 2 2 3 Application.revision=25 73 Application.revision=259 4 4 5 Application.buildnumber=9 45 Application.buildnumber=95
Note: See TracChangeset
for help on using the changeset viewer.
