Changeset 333 in tmcsimulator for trunk/webapps/js/vdsLayer.js
- Timestamp:
- 03/19/2019 05:59:34 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/webapps/js/vdsLayer.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/webapps/js/vdsLayer.js
r326 r333 6 6 // var diamond = 'M -1,0 0,-1 1,0 0,1 z'; 7 7 // var myShape = circle; 8 var iconPath = vdsIconGreen;8 var iconPath = iconVDSgreen; 9 9 if (color == 'red') 10 10 { 11 iconPath = vdsIconRed;11 iconPath = iconVDSred; 12 12 } 13 13 else if (color == 'yellow') 14 14 { 15 iconPath = vdsIconYellow;15 iconPath = iconVDSyellow; 16 16 } 17 17 return { … … 136 136 { 137 137 var parsed_JSON; 138 loadJSON(k MapPointsFile, function(response)138 loadJSON(kVDSstatusFile, function(response) 139 139 { 140 140 // Parse JSON string into object
Note: See TracChangeset
for help on using the changeset viewer.
