Skip to content

Commit

Permalink
fix relative path data/no-broadband-percent.geojson
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenethreat committed Jan 21, 2025
1 parent c7552a3 commit b44c860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/layers/broadband-access-layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const LayerId = 'no-broadband-layer';

/** NB "no_broad" refers to the percent of households, per block, without access */
export default async () => {
const data_url = '/data/no-broadband-percent.geojson';
const data_url = 'data/no-broadband-percent.geojson';
const data = await fetchJSON(data_url);

const centroids = generateCentroids(data, FeatureIdKey, 'name');
Expand Down

0 comments on commit b44c860

Please sign in to comment.