aboutsummaryrefslogtreecommitdiff
path: root/modern/src/main/MainPage.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/src/main/MainPage.js')
-rw-r--r--modern/src/main/MainPage.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/modern/src/main/MainPage.js b/modern/src/main/MainPage.js
index 4bc703f6..b93a3940 100644
--- a/modern/src/main/MainPage.js
+++ b/modern/src/main/MainPage.js
@@ -33,6 +33,7 @@ import MapLiveRoutes from '../map/main/MapLiveRoutes';
import { useDeviceReadonly } from '../common/util/permissions';
import MapPositions from '../map/MapPositions';
import MapDirection from '../map/MapDirection';
+import MapOverlay from '../map/overlay/MapOverlay';
const useStyles = makeStyles((theme) => ({
root: {
@@ -199,6 +200,7 @@ const MainPage = () => {
return (
<div className={classes.root}>
<MapView>
+ <MapOverlay />
<MapGeofence />
<MapAccuracy />
{mapLiveRoutes && <MapLiveRoutes />}