Skip to content

Commit

Permalink
feat(client): Replace Waterbodies basemap layer group
Browse files Browse the repository at this point in the history
Replaced by Hydrographic data, which now has two separate layers.
  • Loading branch information
clementprdhomme committed Nov 28, 2024
1 parent 01d4c1a commit f82c193
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/components/map/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ export const BASEMAP_LAYERS = {
group: "Infrastructures",
name: "Waterways & waterpoints",
},
"hydrographic-data": { group: "Waterbodies", name: "Hydrographic data" },
dem: { group: "Hydrographic data", name: "Digital elevation model" },
rivers: { group: "Hydrographic data", name: "Rivers" },
} as const;

export const DEFAULT_MAP_SETTINGS: {
Expand Down

0 comments on commit f82c193

Please sign in to comment.