Closed tommyjasmin closed 12 years ago
One potential problem is that classes in ucar.unidata.util are supposed to be relatively self contained and especially not import anything from visad. That was done so classes could be used in other projects like netcdf-java. However, with 4.3, there is no more code sharing between the IDV and netcdf-java projects so maybe it's a moot point?
I can remove the VisAD refs from ucar.unidata.util.ContourInfo.java if you like guys. If so just holler.
Depends on VisAD changes committed 3 Oct 2012. Creates a JSlider in Contour Properties Editor dialog, with general Low, Medium, High levels. Apply button passes the value to VisAD ContourControl, which decides how many labels to draw on a contour line based on the level selected and number of points on that line.