Skip to content

Commit

Permalink
heading angle added in popup
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjadkry committed Dec 25, 2024
1 parent d91fa3f commit 0a969bf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ const MapSection = ({ className }: { className?: string }) => {
<p className="naxatw-text-base">
Gimble angle: {popupData?.gimbal_angle} degree
</p>
<p className="naxatw-text-base">Heading: {popupData?.heading}</p>
{popupData?.altitude && (
<p className="naxatw-text-base">
Altitude: {popupData?.altitude} meter
Expand Down

0 comments on commit 0a969bf

Please sign in to comment.