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