Skip to content

Commit

Permalink
Updated column name on name override csv
Browse files Browse the repository at this point in the history
  • Loading branch information
sdl60660 committed Jan 5, 2022
1 parent e2ac908 commit e59f147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/data/name_overrides.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nameid,feature_name
levelpathid,feature_name
542939,Sunkoshi
2713995,Mayales
2542380,Suches
Expand Down
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
const activeNWISSites = data[2].sites;
const nameOverrides = {};
data[3].forEach((d) => {
nameOverrides[d['nameid']] = {
nameOverrides[d['levelpathid']] = {
feature_name: d['feature_name']
};
});
Expand Down

1 comment on commit e59f147

@vercel
Copy link

@vercel vercel bot commented on e59f147 Jan 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.