Changeset 334 in tmcsimulator for trunk/webapps/js/harLayer.js
- Timestamp:
- 03/19/2019 10:02:12 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/webapps/js/harLayer.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/webapps/js/harLayer.js
r333 r334 58 58 showHARMessage(harID); // note: this is async 59 59 document.getElementById('har-info-label').innerHTML = "HAR ID: " + 60 harID + " LOCATION: " + event.feature.getProperty("location"); 60 harID + " LOCATION: " + event.feature.getProperty("location") 61 + " " + event.feature.getProperty("street"); 61 62 // clear input fields 62 63 document.getElementById('har-msgcontent1').value = "";
Note: See TracChangeset
for help on using the changeset viewer.
