Incorrect coordinate projections for some data sets
The project from lat-lon to PCS coordinates is not performed correctly for some data, resulting in highly distorted visualizations. This is a regression that was introduced in VAPOR 3.6
To reproduce:
- Load ROMS/Kauffman/*nc
- Enable the image renderer
The results look like:

The correct rendering generated by vapor 3.5 looks like:

Defer fixing until we have better automated integration testing
On Casper, the follow error message occurs while importing data:
VAssert(rc >= 0) failed in LegacyVectorMath.cpp, line 901
@shaomeng I can't reproduce this. Can you describe exactly what you are doing that generates an assert?
@shaomeng I can't reproduce this. Can you describe exactly what you are doing that generates an assert?
Must be a user mistake. I cannot reproduce it now. Closing again.