Skip to content

Missing the raster icon and text in the group by #61

@longshuicy

Description

@longshuicy

When having raster layers, select Group by "Feature Type":
Image

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>
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions