ossimlabs/ossim

up is up angle calculation grid

kjurka opened this issue · 1 comments

Only reading through the code, so I haven't actually run this, but it looks like the grid layout for the up is up angle calculation is wrong:

ipts[1] = centerIpt + ossimDpt(0.0,heightPercent);

That top row should have -heightPercent, right?