-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
since we've changed the way fallback labels are handled, everything should be custom now. This means that we're not using the carbon values from the set country, but rather from the labels
- Loading branch information
Abby Wheelis
committed
Nov 9, 2023
1 parent
1a734f7
commit 1d7bf5b
Showing
5 changed files
with
36 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
export const fallbackCarbon = { | ||
regionName: 'United States', | ||
footprintData: { | ||
WALKING: 0, | ||
BICYCLING: 0, | ||
CAR: 267 / 1609, | ||
BUS: 278 / 1609, | ||
LIGHT_RAIL: 120 / 1609, | ||
SUBWAY: 74 / 1609, | ||
TRAM: 90 / 1609, | ||
TRAIN: 92 / 1609, | ||
AIR_OR_HSR: 217 / 1609, | ||
}, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters