Skip to content

Commit

Permalink
Add USEEIO flow feed
Browse files Browse the repository at this point in the history
  • Loading branch information
ModelEarth committed May 14, 2024
1 parent b6f29f2 commit bec9c20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions view/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
{"value":"open311","name":"See Click Fix Requests (CORS)"},
{"value":"bsky","name":"BlueSky Model.Earth RSS (CORS)"},
{"value":"film-scouting","name":"Film Scouting Locations"},
{"value":"flow","name":"USEEIO Impact Flow"},
{"value":"civictechindex","name":"Civic Tech Organizations"},
{"value":"civictechlinks","name":"Civic Tech Links"},
{"value":"epd","name":"Environmental Product Declarations (EPD)"},
Expand Down Expand Up @@ -256,6 +257,9 @@
} else if (hash.feed == "film-scouting") {
$('#pageTitle').html("Film Scounting Locations");
url = "https://raw.githubusercontent.com/GeorgiaFilm/cameraready_locations_curl/main/cameraready.json";
} else if (hash.feed == "flow") {
$('#pageTitleText').html("USEEEIO Flow GAEEIOv1.0-s-20");
url = "https://raw.githubusercontent.com/ModelEarth/OpenFootprint/main/impacts/2020/GAEEIOv1.0-s-20/flows.json";
} else if (hash.feed == "civictechindex") {
$('#pageTitle').html("Civic Tech Organizations");
//url = "https://api-stage.civictechindex.org/swagger/?format=openapi"
Expand Down

0 comments on commit bec9c20

Please sign in to comment.