y_max += gdo.getLineWidthOffsetSouth()
- gdo.getLineWidthOffsetNorth();
}
x_max = coords.scaleX(x_max);
y_max = coords.scaleY(y_max);
x_max = ((x_max + scale_factor_x) / scale_factor_x) * scale_factor_x; // + scale_factor_x;
y_max = ((y_max + scale_factor_y) / scale_factor_y) * scale_factor_y; // + scale_factor_y;
if (x_max < scale_factor_x)