Skip to content

Commit

Permalink
1822
Browse files Browse the repository at this point in the history
  • Loading branch information
TBleess committed Apr 19, 2024
1 parent 2fa3dad commit a9d1133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/indiv.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function init() {
dojo.connect(map, "onLoad", initOperationalLayer);

dojo.byId("title").innerHTML = "Poverty by Age by Ratio";
dojo.byId("subtitle").innerHTML = "Source: Table B17024, ACS 2017-2021 5Y : Census Tracts";
dojo.byId("subtitle").innerHTML = "Source: Table B17024, ACS 2018-2022 5Y : Census Tracts";
}

function initOperationalLayer(map) {
Expand Down Expand Up @@ -69,7 +69,7 @@ function initOperationalLayer(map) {
infoTemplate.setContent(getText);


featureLayer = new esri.layers.FeatureLayer("https://services.arcgis.com/IamIM3RJ5xHykalK/arcgis/rest/services/Poverty_Comprehensive_1721/FeatureServer/0", {
featureLayer = new esri.layers.FeatureLayer("https://services.arcgis.com/IamIM3RJ5xHykalK/arcgis/rest/services/Poverty_Comprehensive_1822/FeatureServer/0", {
mode : esri.layers.FeatureLayer.MODE_ONDEMAND,
outFields : ["*"],
infoTemplate : infoTemplate
Expand Down

0 comments on commit a9d1133

Please sign in to comment.