Stabilize Earth module and fix satellite TLE handling
This commit is contained in:
@@ -3,14 +3,14 @@ function Earth() {
|
||||
<iframe
|
||||
src="/earth/index.html"
|
||||
style={{
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
border: 'none',
|
||||
display: 'block',
|
||||
width: "100%",
|
||||
height: "100%",
|
||||
border: "none",
|
||||
display: "block",
|
||||
}}
|
||||
title="3D Earth"
|
||||
/>
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
export default Earth
|
||||
export default Earth;
|
||||
|
||||
Reference in New Issue
Block a user