From bec9c20cf0ccbaa860d909d147c198c56bee2702 Mon Sep 17 00:00:00 2001 From: modelearth Date: Tue, 14 May 2024 13:28:17 -0400 Subject: [PATCH] Add USEEIO flow feed --- view/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/view/index.html b/view/index.html index 670d399..2b55c84 100644 --- a/view/index.html +++ b/view/index.html @@ -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)"}, @@ -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"