This commit is contained in:
baol 2023-11-13 15:25:14 +08:00
parent 80a9d15884
commit d748445c0b
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_layer99" opacity={0.5} /> <ViewerImageLayer name="4_3_1_tas_layer113" opacity={1.0} />
{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_layer99" opacity={0.5} /> <ViewerImageLayer name="4_3_1_tas_layer113" />
<CameraFlyTo <CameraFlyTo
duration={5} duration={5}
destination={Cartesian3.fromDegrees(0, 88, 10000000)} destination={Cartesian3.fromDegrees(0, 88, 10000000)}