From 8072eb9355786308db2a2727cac51c67779cfe6d Mon Sep 17 00:00:00 2001 From: Wentao Kuang Date: Fri, 20 Dec 2024 16:14:26 +1300 Subject: [PATCH] feat(landing): insert the 'topographic' category and layers between the 'event' and 'bathymetry' categories. BM-1119 (#3385) ### Motivation We want to locate the topo-raster individual layers category just above bathmetry ### Modifications Add Topographic between Event and Bathymetry ### Verification ![image](https://github.com/user-attachments/assets/ebe63785-8554-4d08-b786-892a99f86bf3) --- packages/landing/src/components/layer.switcher.dropdown.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/landing/src/components/layer.switcher.dropdown.tsx b/packages/landing/src/components/layer.switcher.dropdown.tsx index 0b79ef757..c17a82bbb 100644 --- a/packages/landing/src/components/layer.switcher.dropdown.tsx +++ b/packages/landing/src/components/layer.switcher.dropdown.tsx @@ -16,6 +16,7 @@ const Categories = [ 'Rural Aerial Photos', 'Scanned Aerial Imagery', 'Event', + 'Topographic', 'Bathymetry', 'Elevation', ];