-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
When having raster layers, select Group by "Feature Type":

It's unfair assumption to name the temporal tab "raster datasets"....
<Box className="flex flex-col h-full">
<Box className="flex-none px-[32px]">
<Tabs
centered
className="w-full"
value={tabIndex}
onChange={(_, newValue) => setTabIndex(newValue)}
>
<Tab
label="Vector Datasets"
className="flex-1 min-w-0 capitalize"
/>
<Tab
label="Raster Datasets"
className="flex-1 min-w-0 capitalize"
/>
</Tabs>
</Box>
{tabIndex === 0 && <SimpleLayerList />}
{tabIndex === 1 && <TemporalLayerList />}
</Box>
</SidebarSection>

Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working