Skip to content

Commit 8072eb9

Browse files
authored
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)
1 parent bd6f001 commit 8072eb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/landing/src/components/layer.switcher.dropdown.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const Categories = [
1616
'Rural Aerial Photos',
1717
'Scanned Aerial Imagery',
1818
'Event',
19+
'Topographic',
1920
'Bathymetry',
2021
'Elevation',
2122
];

0 commit comments

Comments
 (0)