Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Vehicle Map 的哪个类中生成“显示位置详细信息”报告?我认为在“ReportDisplay.java”中,但我没有找到它,请帮忙。
找到它...在 TrackMap.java 的 write 方法本节:
out.write("<div id='"+MapProvider.ID_DETAIL_TABLE+"' style='width:100%;'></div>\n");
而html生成的“showLocationDetail”的修改可以在:jsmap.js at
jsmShowDetailReport()