Issue #1469 - updated for compatibility with recent changes to Pypies.

Former-commit-id: 90b9cf9804 [formerly 02c16b6f3d] [formerly d710e987e4 [formerly 417ecdcc5b9907b95856571d5d03fa12099eb3f6]]
Former-commit-id: d710e987e4
Former-commit-id: 37d1aee965
This commit is contained in:
Bryan Kowal 2013-01-15 16:09:42 -06:00
parent 34c9aa4a6f
commit 8a7376ed60

View file

@ -2364,8 +2364,7 @@ public class NcgridResource extends AbstractNatlCntrsResource<NcgridResourceData
// file = new File(File.separator + dataURI.split("/")[1]
// + File.separator + path + File.separator + sb.toString());
//} else if (DataMode.getSystemMode() == DataMode.PYPIES) {
file = new File(VizApp.getServerDataDir() + File.separator
+ dataURI.split("/")[1] + File.separator + path
file = new File(dataURI.split("/")[1] + File.separator + path
+ File.separator + sb.toString());
//} else {
// file = new File(VizApp.getDataDir() + File.separator