diff --git a/examples/leaflet/config.js b/examples/leaflet/config.js index c1342d769..9714b1873 100644 --- a/examples/leaflet/config.js +++ b/examples/leaflet/config.js @@ -581,6 +581,13 @@ var exampleConfig = { version: "10.2.0", thumbnail: "imageService.png", fileName: "imageService" + }, + { + name: "多时相播放", + name_en: "Multiphase play", + version: '11.3.0', + thumbnail: "multiphaseplay.png", + fileName: "multiphaseplay" } ] }, diff --git a/examples/leaflet/img/multiphaseplay.png b/examples/leaflet/img/multiphaseplay.png new file mode 100644 index 000000000..804828966 Binary files /dev/null and b/examples/leaflet/img/multiphaseplay.png differ diff --git a/examples/leaflet/multiphaseplay.html b/examples/leaflet/multiphaseplay.html new file mode 100644 index 000000000..3ec45dfcb --- /dev/null +++ b/examples/leaflet/multiphaseplay.html @@ -0,0 +1,189 @@ + + + + + + + + + + + + + +
+
+
+
+
+
+ + + + + diff --git a/examples/locales/en-US/resources.js b/examples/locales/en-US/resources.js index a38394192..4881e8361 100644 --- a/examples/locales/en-US/resources.js +++ b/examples/locales/en-US/resources.js @@ -812,6 +812,7 @@ window.examplesResources = { "title_ugcResample": "Resample Analysis", "title_ugcPointPosition": "Point And Line Analysis", "title_ugcSpatial": "Spacial Analysis", + "title_multiphaseplay": "Multiphase Play", "text_graphmap_shortest_analysis": "Shortest Path Analysis", "text_startNode": "start node", @@ -1692,6 +1693,8 @@ window.examplesResources = { "text_lastPage": "Last", "text_queryDistance": "Query Distance(Degree)", "text_queryDistanceLimit": "The query distance must be greater than zero", + "text_multiphaseplay": "Multiphase Play(2009-2016 years of NDVI)", + "text_2009To2016NDVI": "2009-2016 years of NDVI", "btn_previous":"Previous", "btn_next":"Next", diff --git a/examples/locales/zh-CN/resources.js b/examples/locales/zh-CN/resources.js index d5f15ac28..ae8e5c6b6 100644 --- a/examples/locales/zh-CN/resources.js +++ b/examples/locales/zh-CN/resources.js @@ -777,6 +777,7 @@ window.examplesResources = { "title_l7_3d_terrain": "自定义3D地形(LOD)", "title_l7_snow_particle": "雪花粒子", "title_l7_rain_particle": "雨滴粒子", + "title_multiphaseplay": "多时相播放", "text_district_search": "行政区检索", "text_rectangle_search": "矩形检索", @@ -1648,6 +1649,8 @@ window.examplesResources = { "text_lastPage": "尾页", "text_queryDistance": "查询距离(度)", "text_queryDistanceLimit": "查询距离必须大于零", + "text_multiphaseplay": "多时相播放", + "text_2009To2016NDVI": "2009-2016年5月植被指数", diff --git a/examples/mapboxgl/config.js b/examples/mapboxgl/config.js index 82cdf2fd2..e5cb3e40a 100644 --- a/examples/mapboxgl/config.js +++ b/examples/mapboxgl/config.js @@ -522,6 +522,13 @@ var exampleConfig = { version: "10.2.0", thumbnail: "imageService.png", fileName: "imageService" + }, + { + name: "多时相播放", + name_en: "Multiphase play", + version: '11.3.0', + thumbnail: "multiphaseplay.png", + fileName: "multiphaseplay" } ] }, diff --git a/examples/mapboxgl/img/multiphaseplay.png b/examples/mapboxgl/img/multiphaseplay.png new file mode 100644 index 000000000..804828966 Binary files /dev/null and b/examples/mapboxgl/img/multiphaseplay.png differ diff --git a/examples/mapboxgl/multiphaseplay.html b/examples/mapboxgl/multiphaseplay.html new file mode 100644 index 000000000..5a00dd681 --- /dev/null +++ b/examples/mapboxgl/multiphaseplay.html @@ -0,0 +1,223 @@ + + + + + + + + + + + + + +
+
+
+
+
+
+ + + + + + diff --git a/examples/maplibregl/config.js b/examples/maplibregl/config.js index 8a56607ab..90d7a22c5 100644 --- a/examples/maplibregl/config.js +++ b/examples/maplibregl/config.js @@ -487,6 +487,13 @@ var exampleConfig = { version: "11.2.0", thumbnail: "imageService.png", fileName: "imageService" + }, + { + name: "多时相播放", + name_en: "Multiphase play", + version: '11.3.0', + thumbnail: "multiphaseplay.png", + fileName: "multiphaseplay" } ] }, diff --git a/examples/maplibregl/img/multiphaseplay.png b/examples/maplibregl/img/multiphaseplay.png new file mode 100644 index 000000000..804828966 Binary files /dev/null and b/examples/maplibregl/img/multiphaseplay.png differ diff --git a/examples/maplibregl/multiphaseplay.html b/examples/maplibregl/multiphaseplay.html new file mode 100644 index 000000000..5c4ef453e --- /dev/null +++ b/examples/maplibregl/multiphaseplay.html @@ -0,0 +1,223 @@ + + + + + + + + + + + + + +
+
+
+
+
+
+ + + + + + diff --git a/examples/openlayers/config.js b/examples/openlayers/config.js index a92171b6b..6d4362ce5 100644 --- a/examples/openlayers/config.js +++ b/examples/openlayers/config.js @@ -560,6 +560,13 @@ var exampleConfig = { version: "10.2.0", thumbnail: "imageService.png", fileName: "imageService" + }, + { + name: "多时相播放", + name_en: "Multiphase play", + version: '11.3.0', + thumbnail: "multiphaseplay.png", + fileName: "multiphaseplay" } ] }, diff --git a/examples/openlayers/img/multiphaseplay.png b/examples/openlayers/img/multiphaseplay.png new file mode 100644 index 000000000..804828966 Binary files /dev/null and b/examples/openlayers/img/multiphaseplay.png differ diff --git a/examples/openlayers/multiphaseplay.html b/examples/openlayers/multiphaseplay.html new file mode 100644 index 000000000..ebf7e6588 --- /dev/null +++ b/examples/openlayers/multiphaseplay.html @@ -0,0 +1,208 @@ + + + + + + + + + + + + +
+
+
+
+
+
+ + + + + +