Skip to content

Commit 5fbad54

Browse files
committed
Renamed cartogram files for readability
1 parent 25d467b commit 5fbad54

23 files changed

Lines changed: 1 addition & 1 deletion

File tree

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ async function loadCityFeatures(slug) {
11871187
// geographic hexes' `id` so we can preserve selection/hover across the toggle.
11881188
async function loadCartogramFeatures(slug) {
11891189
try {
1190-
const res = await fetch(dataPath(slug, `${slug}_cartogram.geojson`));
1190+
const res = await fetch(dataPath(slug, `cartogram.geojson`));
11911191
if (!res.ok) return false;
11921192
const gj = await res.json();
11931193
const out = [];
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)