change layer
This commit is contained in:
parent
d748445c0b
commit
3df5680d91
@ -21,7 +21,7 @@ function ViewerOne({ children }) {
|
||||
/>
|
||||
|
||||
<WavePoint stationLon={88} stationLat={-85} labelText={"南极"} />
|
||||
<ViewerImageLayer name="4_3_1_tas_layer113" opacity={1.0} />
|
||||
<ViewerImageLayer name="4_3_1_antnew" 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_layer113" />
|
||||
<ViewerImageLayer name="4_3_1_arcnew" />
|
||||
<CameraFlyTo
|
||||
duration={5}
|
||||
destination={Cartesian3.fromDegrees(0, 88, 10000000)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user