From 54734a8934a2858b8b1bea258d6d4c90167a8441 Mon Sep 17 00:00:00 2001 From: gaellafond Date: Thu, 3 Nov 2022 16:24:11 +0800 Subject: [PATCH] Version 0.7.0 NcAnimate: - Fixed bug with arrowVariable overwrites not applied properly. - Added extraAmountOutOfRangeLow and extraAmountOutOfRangeHigh properties to NcAnimateLegendBean. - Added ColourSchemeType.ARROW_THRESHOLDS - Added arrowColour and arrowThresholds properties to NcAnimateNetCDFVariableBean. --- pom.xml | 2 +- .../bean/ncanimate/NcAnimateLegendBean.java | 18 ++++ .../NcAnimateNetCDFVariableBean.java | 90 +++++++++++++--- .../ereefs/helper/NcAnimateConfigHelper.java | 102 +++++++++--------- 4 files changed, 150 insertions(+), 62 deletions(-) diff --git a/pom.xml b/pom.xml index 6f29336..f71b945 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ au.gov.aims ereefs-database - 0.6.26 + 0.7.0