Merge "VLab Issue #4602 Fixes MPE Gage Table Data Reading problem introduced in a earlier 14.3.1 build, a.k.a Redmine O&M DR 16699" into ohd_14.3.1

Former-commit-id: 57614e9869d5a36c80b8d988e8fea4136045a982
This commit is contained in:
Chip Gobs 2014-09-08 14:28:33 -04:00 committed by Gerrit Code Review
commit 780f484a56
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>