|
|
@@ -1131,7 +1131,8 @@ function makeNaturals() { |
|
|
usInterstateData.sort((c1, c2) => { |
|
|
usInterstateData.sort((c1, c2) => { |
|
|
return c1[0].localeCompare(c2[0]) |
|
|
return c1[0].localeCompare(c2[0]) |
|
|
}), |
|
|
}), |
|
|
"US Interstates" |
|
|
|
|
|
|
|
|
"US Interstates", |
|
|
|
|
|
false |
|
|
)); |
|
|
)); |
|
|
|
|
|
|
|
|
results.sort((b1, b2) => { |
|
|
results.sort((b1, b2) => { |
|
|
|