i3rd
i3rd

Reputation: 66

Show Location Details

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 .

Upvotes: 0

Views: 155

Answers (1)

i3rd
i3rd

Reputation: 66

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()

Upvotes: 1

Related Questions