Skip to content

Commit

Permalink
Overriding Amazon stopping feature name
Browse files Browse the repository at this point in the history
  • Loading branch information
sdl60660 committed Jan 5, 2022
1 parent fd5f7e9 commit 33e9b8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Map.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,8 @@
const stopFeatureNameOverrides = {
"Saint Lawrence River": "Gulf of Saint Lawrence",
"Yangtze": "East China Sea"
"Yangtze": "East China Sea",
"Canal do Sul": "North Atlantic Ocean"
};
const stopFeatureName = closestFeature.properties.stop_feature_name;
Expand Down

1 comment on commit 33e9b8c

@vercel
Copy link

@vercel vercel bot commented on 33e9b8c 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.