refactor
This commit is contained in:
parent
80a9d15884
commit
d748445c0b
@ -21,7 +21,7 @@ function ViewerOne({ children }) {
|
||||
/>
|
||||
|
||||
<WavePoint stationLon={88} stationLat={-85} labelText={"南极"} />
|
||||
<ViewerImageLayer name="4_3_1_tas_layer99" opacity={0.5} />
|
||||
<ViewerImageLayer name="4_3_1_tas_layer113" opacity={1.0} />
|
||||
{children}
|
||||
</MapLayout>
|
||||
</div>
|
||||
|
@ -8,7 +8,7 @@ function ViewerTwo({ children }) {
|
||||
return (
|
||||
<div className="domain-viewer">
|
||||
<MapLayout>
|
||||
<ViewerImageLayer name="4_3_1_tas_layer99" opacity={0.5} />
|
||||
<ViewerImageLayer name="4_3_1_tas_layer113" />
|
||||
<CameraFlyTo
|
||||
duration={5}
|
||||
destination={Cartesian3.fromDegrees(0, 88, 10000000)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user