if (aa[i].graphGroup > -1)
{
int groupSize = 0;
+ // TODO: JAL-1291 revise rendering model so the graphGroup map is computed efficiently for all visible labels
for (int gg = 0; gg < aa.length; gg++)
{
if (aa[gg].graphGroup == aa[i].graphGroup)
{
if (row.graphGroup > -1 && !graphGroupDrawn.get(row.graphGroup))
{
+ // TODO: JAL-1291 revise rendering model so the graphGroup map is computed efficiently for all visible labels
float groupmax = -999999, groupmin = 9999999;
for (int gg = 0; gg < aa.length; gg++)
{