diff options
Diffstat (limited to 'modern/src/reports/TripReportPage.js')
-rw-r--r-- | modern/src/reports/TripReportPage.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modern/src/reports/TripReportPage.js b/modern/src/reports/TripReportPage.js index 7fa98a6c..63988850 100644 --- a/modern/src/reports/TripReportPage.js +++ b/modern/src/reports/TripReportPage.js @@ -22,6 +22,7 @@ import AddressValue from '../common/components/AddressValue'; import TableShimmer from '../common/components/TableShimmer'; import MapMarkers from '../map/MapMarkers'; import MapCamera from '../map/MapCamera'; +import MapGeofence from '../map/MapGeofence'; const columnsArray = [ ['startTime', 'reportStartTime'], @@ -145,6 +146,7 @@ const TripReportPage = () => { {selectedItem && ( <div className={classes.containerMap}> <MapView> + <MapGeofence /> {route && ( <> <MapRoutePath positions={route} /> |