Changeset 334 in tmcsimulator for trunk/webapps/js
- Timestamp:
- 03/19/2019 10:02:12 AM (7 years ago)
- Location:
- trunk/webapps/js
- Files:
-
- 2 edited
-
cmsLayer.js (modified) (1 diff)
-
harLayer.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/webapps/js/cmsLayer.js
r333 r334 58 58 showMessage(cmsID); // note: this is async 59 59 document.getElementById('cms-info-label').innerHTML = "CMS ID: " + 60 cmsID + " LOCATION: " + event.feature.getProperty("location"); 60 cmsID + " LOCATION: " + event.feature.getProperty("location") 61 + " " + event.feature.getProperty("street"); 61 62 // clear input fields 62 63 document.getElementById('msgcontent1').value = ""; -
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.
