File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ) {
575575 } ) ;
576576 } ) ( ) ;
577577
578- } ) ( d3 , abmviz_utilities ) ;
578+ } ) ( d3 , abmviz_utilities ) ;
You can’t perform that action at this time.
0 commit comments