diff --git a/frontend/src/components/Maps/PropertyMap.js b/frontend/src/components/Maps/PropertyMap.js
index 081df01..f7d3565 100644
--- a/frontend/src/components/Maps/PropertyMap.js
+++ b/frontend/src/components/Maps/PropertyMap.js
@@ -533,8 +533,8 @@ const PropertyMap = ({
});
return (
<>
-
-
Direction: Circular
+
+ Direction: Circular
>
);
}
@@ -570,9 +570,9 @@ const PropertyMap = ({
return (
<>
{parallelLines.map((line, idx) => (
-
+
))}
- Direction: {directionLabelMap[(direction || '').toUpperCase()] || direction}
+ Direction: {directionLabelMap[(direction || '').toUpperCase()] || direction}
>
);
})()}
diff --git a/frontend/src/components/Mowing/MowingExecutionModal.js b/frontend/src/components/Mowing/MowingExecutionModal.js
index 1e66cb0..9759f97 100644
--- a/frontend/src/components/Mowing/MowingExecutionModal.js
+++ b/frontend/src/components/Mowing/MowingExecutionModal.js
@@ -151,12 +151,14 @@ const MowingExecutionModal = ({ plan, onClose, onComplete }) => {
Execute Mowing
-
+
Property: {plan.property_name}
Areas: {plan.section_names}
Mower: {plan.equipment_name}
Cut Height: {plan.cut_height_inches}"
+
Direction: {plan.direction}
+
Tip: Follow the dashed purple guideline on the map.
{
gpsTrack={gpsTrack}
currentLocation={currentLocation}
center={center || [39.8283, -98.5795]}
- zoom={center ? 16 : 15}
+ zoom={center ? 19 : 15}
direction={plan.direction}
className="h-80 w-full"
/>