diff --git a/frontend/src/components/DataView/DataView.tsx b/frontend/src/components/DataView/DataView.tsx index 22542302..2c3da12a 100644 --- a/frontend/src/components/DataView/DataView.tsx +++ b/frontend/src/components/DataView/DataView.tsx @@ -137,7 +137,9 @@ function DataView() {
- Nuremberg + + {currentMapCache.loadedCoordinates.lat.toFixed(6)},{" "} + {currentMapCache.loadedCoordinates.lng.toFixed(6)} = ({ toggleShowSatellite }) => { - // Stores the state of if the search popup is open - //const [ifOpenedDialog, setIfOpenedDialog] = useState(false); - // const toggleIfOpenedDialog = () => { - // setIfOpenedDialog(!ifOpenedDialog); - // }; - return (
- +
- {/* -
- -
-
*/}
-
- {/* */}
); }; diff --git a/frontend/src/components/MapView/MapView.tsx b/frontend/src/components/MapView/MapView.tsx index a4434a45..db08c0f4 100644 --- a/frontend/src/components/MapView/MapView.tsx +++ b/frontend/src/components/MapView/MapView.tsx @@ -131,7 +131,7 @@ const MapView: React.FC = ({ datasetId }) => { )} {tabProps && tabProps.dataset.type === MarkersTypes.Markers && ( )}