diff --git a/examples/cesiumEx/1.22、根据点获取高度.html b/examples/cesiumEx/1.22、根据点获取高度.html new file mode 100644 index 00000000..51c9769e --- /dev/null +++ b/examples/cesiumEx/1.22、根据点获取高度.html @@ -0,0 +1,62 @@ + + + + + + + + + + + +
+ + + + \ No newline at end of file diff --git a/examples/cesiumEx/config.js b/examples/cesiumEx/config.js index a424492d..b51e622f 100644 --- a/examples/cesiumEx/config.js +++ b/examples/cesiumEx/config.js @@ -86,6 +86,12 @@ var exampleConfig = { thumbnail: "楼栋分层.jpg", fileName: "楼栋分层" }, + { + name: "实时在线云图", + name_en: "实时在线云图", + thumbnail: "实时在线云图.jpg", + fileName: "实时在线云图" + }, // { // name: "韩国空难", // name_en: "韩国空难", @@ -247,6 +253,13 @@ var exampleConfig = { thumbnail: "1.20、echarts配置.jpg", fileName: "1.20、echarts配置" }, + { + name: "1.22、根据点获取高度", + name_en: "1.22、根据点获取高度", + thumbnail: "1.22、根据点获取高度.jpg", + fileName: "1.22、根据点获取高度" + }, + // { // name: "相机", // name_en: "相机", @@ -721,6 +734,18 @@ var exampleConfig = { thumbnail: "4.1.11、单体化.jpg", fileName: "4.1.11、单体化" }, + { + name: "4.1.12、坡度分析", + name_en: "4.1.12、坡度分析", + thumbnail: "4.1.12、坡度分析.jpg", + fileName: "4.1.12、坡度分析" + }, + { + name: "4.1.13、坡向分析", + name_en: "4.1.13、坡向分析", + thumbnail: "4.1.13、坡向分析.jpg", + fileName: "4.1.13、坡向分析" + }, ] }, "ma870o98p6": { diff --git a/examples/cesiumEx/img/1.22、根据点获取高度.jpg b/examples/cesiumEx/img/1.22、根据点获取高度.jpg new file mode 100644 index 00000000..414d8e0e Binary files /dev/null and b/examples/cesiumEx/img/1.22、根据点获取高度.jpg differ diff --git a/examples/cesiumEx/img/2.1.16、mapbox底图.jpg b/examples/cesiumEx/img/2.1.16、mapbox底图.jpg new file mode 100644 index 00000000..ed45dc33 Binary files /dev/null and b/examples/cesiumEx/img/2.1.16、mapbox底图.jpg differ diff --git a/examples/cesiumEx/img/4.1.12、坡度分析.jpg b/examples/cesiumEx/img/4.1.12、坡度分析.jpg new file mode 100644 index 00000000..092c5f0e Binary files /dev/null and b/examples/cesiumEx/img/4.1.12、坡度分析.jpg differ diff --git a/examples/cesiumEx/img/4.1.13、坡向分析.jpg b/examples/cesiumEx/img/4.1.13、坡向分析.jpg new file mode 100644 index 00000000..b1106ea3 Binary files /dev/null and b/examples/cesiumEx/img/4.1.13、坡向分析.jpg differ diff --git a/examples/cesiumEx/img/实时在线云图.jpg b/examples/cesiumEx/img/实时在线云图.jpg new file mode 100644 index 00000000..8c3a8173 Binary files /dev/null and b/examples/cesiumEx/img/实时在线云图.jpg differ diff --git a/examples/cesiumEx/实时在线云图.html b/examples/cesiumEx/实时在线云图.html new file mode 100644 index 00000000..5b5a97cb --- /dev/null +++ b/examples/cesiumEx/实时在线云图.html @@ -0,0 +1,120 @@ + + + + + + + + + + + + + +
+
+
+
+
+

+

注:数据来源于中央气象台与国家气象信息中心,中国天气网制图

+
+ + + + \ No newline at end of file