Skip to content

Commit b83cb54

Browse files
Remove fallback paths for counties and desirelines
1 parent 486944e commit b83cb54

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/county_od.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
var scenario = abmviz_utilities.GetURLParameter('scenario');
4242
var csvPath = '../data/' + scenario + '/County_Desirelines.csv';
4343
var countiesPath = '../data/' + scenario + '/Counties.topojson';
44-
var fallbackCountiesPath = '../data/Counties.topojson';
44+
4545
var desirelinesPath = '../data/' + scenario + '/County_Desirelines.topojson';
46-
var fallbackDesirelinesPath = '../data/County_Desirelines.topojson';
46+
4747

4848
function normalizeFips(v) {
4949
if (v === undefined || v === null || v === '') return null;

0 commit comments

Comments
 (0)