NCAR / VAPOR

VAPOR is the Visualization and Analysis Platform for Ocean, Atmosphere, and Solar Researchers
https://www.vapor.ucar.edu/
BSD 3-Clause "New" or "Revised" License
178 stars 49 forks source link

2D rendering inconsistant rendering #1624

Open shaomeng opened 5 years ago

shaomeng commented 5 years ago

2D rendering gives inconsistent rendering with the following 2 sequences of steps.

Sequence 1:

  1. Open VAPOR, import CF data: MOM4/JinHeeYuk/ocean_eta
  2. Create a 2D renderer, enable it.
  3. Rendering shows up on screen.

Sequence 2:

  1. Open VAPOR, import CF data: MOM4/iom1/ocean_month
  2. Create a 2D renderer, enable it.
  3. Delete this current renderer.
  4. Import another CF data: MOM4/JinHeeYuk/ocean_eta
  5. Create a 2D renderer with the 2nd data set.
  6. Enable it. Nothing shows up on screen.
shaomeng commented 5 years ago

Note: this behavior seems to also affect Image Renderer.