mirror of
https://github.com/jiawanlong/Cesium-Examples.git
synced 2025-07-04 15:17:36 +00:00
GIS客户端分析 泰森多边形
This commit is contained in:
parent
68db9f4817
commit
5d997af6a9
@ -22,6 +22,7 @@
|
||||
for (var i = 0; i < points.features.length; i++) {
|
||||
points.features[i].properties.z = ~~(Math.random() * 9);
|
||||
}
|
||||
|
||||
points.features.push({
|
||||
type: 'Feature',
|
||||
geometry: {
|
||||
|
@ -1055,6 +1055,7 @@ var exampleConfig = {
|
||||
thumbnail: "8.1.5、等值面.jpg",
|
||||
fileName: "8.1.5、等值面"
|
||||
},
|
||||
|
||||
]
|
||||
},
|
||||
"map11cddd3233231": {
|
||||
|
Loading…
Reference in New Issue
Block a user