Skip to content

Commit a2e78d4

Browse files
Update county_od.js
1 parent de74c63 commit a2e78d4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/county_od.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
];
4040

4141
var scenario = abmviz_utilities.GetURLParameter('scenario');
42-
var csvPath = '../data/' + scenario + '/county_desirelines.csv';
43-
var countiesPath = '../data/' + scenario + '/counties.topojson';
44-
var fallbackCountiesPath = '../data/counties.topojson';
45-
var desirelinesPath = '../data/' + scenario + '/county_desirelines.topojson';
42+
var csvPath = '../data/' + scenario + '/County_Desirelines.csv';
43+
var countiesPath = '../data/' + scenario + '/Counties.topojson';
44+
var fallbackCountiesPath = '../data/Counties.topojson';
45+
var desirelinesPath = '../data/' + scenario + '/County_Desirelines.topojson';
4646
var fallbackDesirelinesPath = '../data/county_desirelines.topojson';
4747

4848
function normalizeFips(v) {
@@ -575,4 +575,4 @@
575575
});
576576
})();
577577

578-
})(d3, abmviz_utilities);
578+
})(d3, abmviz_utilities);

0 commit comments

Comments
 (0)