Projekt

Obecné

Profil

« Předchozí | Další » 

Revize c0b66eaf

Přidáno uživatelem Václav Honzík před asi 2 roky(ů)

map icon colors start

re #9741

Zobrazit rozdíly:

frontend/src/features/TrackingTool/TrackingTool.tsx
23 23
import GeoJsonExportButton from './Upload/GeoJsonExportButton'
24 24
import GeoJsonImportDialog from './Upload/GeoJsonImportDialog'
25 25
import ProcessedTextDisplay from './ProcessedText/ProcessedTextDisplay'
26
import DraggableMarkerList from './DraggableList/DraggableMarkerList'
26
import MapPointDraggableList from './MapPointDraggableList/MapPointDraggableList'
27 27
import RightClickPopupMenu from './Import/ImportContextMenu'
28 28
import { buildTheme, getPalette } from '../Theme/ThemeWrapper'
29
import AttachFileIcon from '@mui/icons-material/AttachFile'
29 30

  
30 31
const mapTheme = buildTheme('light')
31 32

  
......
111 112
                                <FileUpload />
112 113
                            </Fragment>
113 114
                        )}
114
                        <GeoJsonImportDialog />
115 115
                        {pathVariants && pathVariants.length > 0 && (
116
                            <GeoJsonExportButton />
116
                            <Fragment>
117
                                <GeoJsonImportDialog />
118
                                <GeoJsonExportButton />
119
                            </Fragment>
117 120
                        )}
118 121
                    </Stack>
119 122

  
......
163 166
                </Grid>
164 167
                <Grid container sx={{ mt: 1, mb: 20 }} spacing={1}>
165 168
                    <Grid item xs={12} md={6}>
166
                        <DraggableMarkerList />
169
                        <MapPointDraggableList />
167 170
                    </Grid>
168 171
                    <Grid item xs={12} md={6}>
169 172
                        <ProcessedTextDisplay />

Také k dispozici: Unified diff