diff --git a/webapp/public/Own_Ship.svg b/webapp/public/Own_Ship.svg new file mode 100644 index 0000000..9c23768 --- /dev/null +++ b/webapp/public/Own_Ship.svg @@ -0,0 +1,72 @@ + + diff --git a/webapp/src/components/Debug/components/perceivedTruth/map/map.jsx b/webapp/src/components/Debug/components/perceivedTruth/map/map.jsx index d0a1d16..7eb73e2 100644 --- a/webapp/src/components/Debug/components/perceivedTruth/map/map.jsx +++ b/webapp/src/components/Debug/components/perceivedTruth/map/map.jsx @@ -98,7 +98,7 @@ function MyMap({center,Tracklist}) { var Symbol = { ID: element.ID, Name:element.Name, - Position: [element.Position.PositionGeodesic.lat, element.Position.PositionGeodesic.lon] , + Position: [element.Position[0], element.Position[1]] , IconData: createIcon(element.Type, element.Side), } diff --git a/webapp/src/components/Debug/components/perceivedTruth/tracklist/tracklist.jsx b/webapp/src/components/Debug/components/perceivedTruth/tracklist/tracklist.jsx index 85a9f6b..9ac89af 100644 --- a/webapp/src/components/Debug/components/perceivedTruth/tracklist/tracklist.jsx +++ b/webapp/src/components/Debug/components/perceivedTruth/tracklist/tracklist.jsx @@ -47,11 +47,14 @@ function TrackList(props)