There was an error while loading. Please reload this page.
1 parent 486944e commit b83cb54Copy full SHA for b83cb54
1 file changed
src/county_od.js
@@ -41,9 +41,9 @@
41
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';
46
- var fallbackDesirelinesPath = '../data/County_Desirelines.topojson';
47
48
function normalizeFips(v) {
49
if (v === undefined || v === null || v === '') return null;
0 commit comments