Unidata / IDV

The Integrated Data Viewer (IDV) from Unidata is a framework for analyzing and displaying geoscience data.
http://www.unidata.ucar.edu/software/idv/
Other
80 stars 37 forks source link

Add property that disables IDV version check. #101

Open jon4than opened 9 years ago

jon4than commented 9 years ago

This adds a property, idv.doversioncheck, to allow/disallow IDV version checking. Default behavior is to always perform the check.

This approach allows subclasses of IntegratedDataViewer to simply override initInner() and set idv.doversioncheck to false before calling the IDV's initInner().