Fixes MPE Gage Table Data Reading problem introduced in a earlier 14.3.1 build, a.k.a Redmine O&M DR 16699

Change-Id: I12b879fb873f66d43d7f735165fa4f303c026174

Former-commit-id: fe27c0080d [formerly da10a7b4ac] [formerly fc8a7d48ca] [formerly 4911ac1917 [formerly fc8a7d48ca [formerly 4d87ebeef93e561a303566853fd2616316c568ca]]]
Former-commit-id: 4911ac1917
Former-commit-id: b2318c6fd9b60347162679493f3cfd544eac06b1 [formerly 7c6f9b3ad9]
Former-commit-id: 6d5926df35
This commit is contained in:
Chip Gobs 2014-09-08 11:34:03 -04:00
parent 09a6d218ec
commit 12ea1be41c
2 changed files with 2 additions and 9 deletions

View file

@ -62,6 +62,7 @@ import com.vividsolutions.jts.geom.Coordinate;
* May 20, 2013 15962 lbousaidi Added a new routine getRadarIdsTrue()
* for Radar Sites dialog.
* Mar 05, 2014 17114 lbousaidi display PC data in gage table.
* Sep 04, 2014 16699 cgobs Fixed 14.3.1 issue with reading MPE field data.
* </pre>
*
* @author mpduff
@ -1136,10 +1137,9 @@ public class GageTableDataManager {
double returnValue = -999.0;
try {
String cv_use = dataType.getCv_use();
String dirname = appsDefaults.getToken(dataType.getDirToken());
String fname = FileUtil.join(dirname,
cv_use + sdf.format(displayManager.getCurrentEditDate()) + "z");
dataType.getFileNamePrefix() + sdf.format(displayManager.getCurrentEditDate()) + "z");
Rectangle extent = dataManager.getHRAPExtent();

View file

@ -1,7 +0,0 @@
<project basedir="." default="deploy" name="gov.noaa.nws.ohd.edex.plugin.hydrodualpol">
<available file="../build.edex" property="build.dir.location" value="../build.edex"/>
<available file="../../../../../build.edex" property="build.dir.location" value="../../../../../build.edex"/>
<import file="${build.dir.location}/basebuilds/component_deploy_base.xml" />
</project>