Skip to content

Commit

Permalink
feat(client): Update the basemap layers
Browse files Browse the repository at this point in the history
SS-97
  • Loading branch information
clementprdhomme committed Nov 6, 2024
1 parent 50d20e7 commit b1cedb1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions client/src/components/map/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@ export const LABELS: Record<LabelsStyle, { name: string }> = {
export const BASEMAP_LAYERS = {
"admin-boundaries": { group: "Boundaries", name: "Administrative boundaries" },
"hydro-boundaries": { group: "Boundaries", name: "Hydrological basins" },
"populated-infrastructures": { group: "Infrastructures", name: "Populated infrastructures" },
"education-and-health": { group: "Infrastructures", name: "Education & health facilities" },
"transportation-network-infrastructures": {
group: "Infrastructures",
name: "Transportation network",
name: "Roads",
},
"water-related-infrastructures": {
"waterways-waterpoints": {
group: "Infrastructures",
name: "Water-related infrastructures",
name: "Waterways & waterpoints",
},
"hydrographic-data": { group: "Water bodies", name: "Hydrographic data" },
"hydrographic-data": { group: "Waterbodies", name: "Hydrographic data" },
} as const;

export const DEFAULT_MAP_SETTINGS: {
Expand Down

0 comments on commit b1cedb1

Please sign in to comment.