Show Location Details

154 views Asked by At

In which class is generated "Show Location Details" report at Vehicle Map ? I think is in "ReportDisplay.java" but i am not finding it , please help .

1

There are 1 answers

0
i3rd On BEST ANSWER

Found it ... Is at TrackMap.java at write method this section :

out.write("<div id='"+MapProvider.ID_DETAIL_TABLE+"' style='width:100%;'></div>\n");

And the modification of html generated "showLocationDetail" can be modified at : jsmap.js at

jsmShowDetailReport()