|
|
@ -23,7 +23,7 @@ import useSWR, { SWRConfiguration } from 'swr' |
|
|
|
import { fetcher } from '../../http/axiosInstance' |
|
|
|
import { BASE_URL } from '../../constants' |
|
|
|
import { ActionIcon, Autocomplete, Box, CloseButton, Flex, Select as MantineSelect, MantineStyleProp, rem, useMantineColorScheme, Portal, Menu, Button, Group, Divider, LoadingOverlay } from '@mantine/core' |
|
|
|
import { IconBoxMultiple, IconChevronDown, IconPlus, IconSearch, IconSettings, IconUpload } from '@tabler/icons-react' |
|
|
|
import { IconBoxMultiple, IconChevronDown, IconPlus, IconSearch, IconUpload } from '@tabler/icons-react' |
|
|
|
import { getGridCellPosition } from './mapUtils' |
|
|
|
import { IFigure, ILine } from '../../interfaces/gis' |
|
|
|
import axios from 'axios' |
|
|
@ -937,10 +937,6 @@ const MapComponent = () => { |
|
|
|
</Flex> |
|
|
|
</Menu.Dropdown> |
|
|
|
</Menu> |
|
|
|
|
|
|
|
<ActionIcon size='lg' variant='transparent' title='Настройки ИКС'> |
|
|
|
<IconSettings style={{ width: rem(20), height: rem(20) }} /> |
|
|
|
</ActionIcon> |
|
|
|
</Flex> |
|
|
|
</Portal> |
|
|
|
|
|
|
|