Skip to content

Commit

Permalink
Merge pull request #28 from MO-RISE/route-editor
Browse files Browse the repository at this point in the history
Small fixes
  • Loading branch information
TedSjoblom authored Oct 6, 2023
2 parents ccdef77 + 05068fd commit ab10187
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/pages/ECDIS/components/AisInfo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ export default function AisInfo() {

return (
<div>
<Typography variant={"subtitle1"} sx={{"margin": "0.3rem"}}> AIS Info</Typography>
<Typography variant={"subtitle1"} sx={{ margin: "0.3rem" }}>
AIS Info
</Typography>
{chartQueryInfo.layer === "ais" ? (
<Typography variant={"subtitle1"}>
Name: {chartQueryInfo.object.shipname}
Expand Down
4 changes: 2 additions & 2 deletions src/recoil/atoms.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ export const OS_POSITIONS = atom({
delay: null, // Delay in system
},
GNSS_0: {
latitude: 0.0, // degrees
longitude: 0.0, // degrees
latitude: 57.6866, // degrees
longitude: 11.8523, // degrees
altitude: 0.0, // meters
std_dev_altitude: 0.0,
std_dev_longitude: 0.0,
Expand Down

0 comments on commit ab10187

Please sign in to comment.