fix bug
This commit is contained in:
parent
2ca754a5eb
commit
c2474c6e40
@ -1,4 +1,6 @@
|
||||
import { useState } from "react";
|
||||
import { Cartesian3 } from "cesium";
|
||||
import { CameraFlyTo } from "resium";
|
||||
import MapLayout from "@/components/map/Layout";
|
||||
import TextInfoPanel from "@/components/common/TextInfoPanel";
|
||||
import FormPanel from "./FormPanel";
|
||||
@ -34,6 +36,10 @@ function ClimateReconDataAssim() {
|
||||
content={`基于自主研发的古气候数据同化系统,对过去千年气候模拟结果和气候代用资料进行最优融合,以此对过去千年北半球温度和降水进行网格化重建。通过该同化系统重建的气候要素既符合气候系统变化物理学规律和动力学机制、又包含代用资料记录的气候变化信息,同时具备时-空连续的优势。重建结果支持了对过去千年三极地区温度和降水的时空变化特征研究和过去千年北极放大效应机制的研究,研究成果在国内外已经产生了广泛的影响。`}
|
||||
/>
|
||||
</div>
|
||||
<CameraFlyTo
|
||||
duration={3}
|
||||
destination={Cartesian3.fromDegrees(106, 90, 20000000)}
|
||||
/>
|
||||
<Legend />
|
||||
<ImageLayer yearRange={yearRange} />
|
||||
</MapLayout>
|
||||
|
@ -131,7 +131,7 @@ function NavBar() {
|
||||
<Fragment>
|
||||
<div className="nav-bar-first">
|
||||
<NavBarButton
|
||||
text={"三极地数据集成与开放共享"}
|
||||
text={"三极数据集成与开放共享"}
|
||||
onClick={() =>
|
||||
navigateHandler("http://casearthpoles.tpdc.ac.cn/zh-hans/")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user