---------------------------------------------------------------------- These were all changes Michael had made to previous Unidata versions on AWIPS Main plugin: com.raytheon.uf.edex.plugin.satellite.mcidas -Add couple new packages -org.apache.commons.codec -ar.com.jhg.pngj -Added quite a bit back into McidasSatellite.java -McidasSatelliteLookups.java -Changed area lookup name to sensor source -Mcidas Configs: -creatingEntities.xml -physicalElements.xml -areaNames.xml This brought up a few errors, pointing to updates I needed to make to -com.raytheon.uf.common.geospatial: MapUtil.java -Added decoding of GVAR native projection products -com.raytheon.edex.plugin.satellite: SatSpatialFactory.java -Added GVAR native projection support. -South polar stereogrpahic support added. -com.raytheon.edex.plugin.satellite: SatMapCoverageDao.java -Add criteria for line element/res -Update satellite menus to have mcidas/UNIWISC entries -com.raytheon.uf.common.dataplugin.satellite: SatMapCoverage.java -Added McIDAS GVAR native projection support. -Un-deprecate projection and fix for goesr ingest.
9 lines
334 B
XML
9 lines
334 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<menuContributionFile>
|
|
<include installTo="menu:satellite?before=GOESR"
|
|
fileName="menus/satellite/goesr/goesrMenu.xml">
|
|
</include>
|
|
<include installTo="menu:satellite?after=GOESR"
|
|
fileName="menus/satellite/baseSatellite.xml">
|
|
</include>
|
|
</menuContributionFile>
|