Radar file updates

-DefaultRadarDualPolBaseData.xml
  -When the lower resolution level3 products were removed from the SBN this also included the removal of all Spectrum Width products, which the 4 panel no longer loaded anything in the bottom left panel (even though CC was still there)
  -I added the option to first check for SW and then if that didn't exist then to plot CC

-RadarMapMouseHandler.java
  -Added the full list of Velocity products to the product2 list (so if one isn't there, it will try another)
This commit is contained in:
Tiffany Meyer 2022-07-12 10:23:44 -04:00
parent 3f5d02245c
commit 7d0a2adf4f
2 changed files with 2 additions and 2 deletions

View file

@ -440,7 +440,7 @@
<metadataMap>
<mapping key="productCode">
<constraint
constraintValue="155,28,29,30"
constraintValue="155,28,29,30,161,160"
constraintType="IN" />
</mapping>
<mapping key="icao">

View file

@ -156,7 +156,7 @@ public class RadarMapMouseHandler extends InputAdapter {
Map<String, String> variableSubstitutions = new HashMap<>();
// TODO: dynamically select this from some control
variableSubstitutions.put("product1", "153,94,19,20");
variableSubstitutions.put("product2", "154");
variableSubstitutions.put("product2", "154,99,27,25");
new LoadBundleHandler("bundles/site/Radar_" + pt.getName().toLowerCase() + ".xml",
variableSubstitutions, null, true).execute(null);