By default the report view map (http://ethertontech.com/dev/wtm/index.php/reports/view/1) is not wide. But if you look under the map you'll see a link "Wider Map." If you click that the map gets wide. What we want is a plugin that when installed makes the map always load wide.
This could be as simple as inserting javascript that runs on load:
By default the report view map (http://ethertontech.com/dev/wtm/index.php/reports/view/1) is not wide. But if you look under the map you'll see a link "Wider Map." If you click that the map gets wide. What we want is a plugin that when installed makes the map always load wide.
This could be as simple as inserting javascript that runs on load:
$("a.wider-map").click();
Or it could be way harder.