This commit is contained in:
baol 2023-11-06 16:27:01 +08:00
parent 8cee8ce531
commit 3b64051968
2 changed files with 2 additions and 2 deletions

View File

@ -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_Layer1" /> <ViewerImageLayer name="4_3_1_tas_layer99" opacity={0.5} />
{children} {children}
</MapLayout> </MapLayout>
</div> </div>

View File

@ -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_Layer1" /> <ViewerImageLayer name="4_3_1_tas_layer99" opacity={0.5} />
<CameraFlyTo <CameraFlyTo
duration={5} duration={5}
destination={Cartesian3.fromDegrees(0, 88, 10000000)} destination={Cartesian3.fromDegrees(0, 88, 10000000)}