diff --git a/examples/cesiumEx/8.1.2、泰森多边形.html b/examples/cesiumEx/8.1.2、泰森多边形.html index a86516ca..5a52160a 100644 --- a/examples/cesiumEx/8.1.2、泰森多边形.html +++ b/examples/cesiumEx/8.1.2、泰森多边形.html @@ -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: { diff --git a/examples/cesiumEx/config.js b/examples/cesiumEx/config.js index 4e68defc..b6d82c98 100644 --- a/examples/cesiumEx/config.js +++ b/examples/cesiumEx/config.js @@ -1055,6 +1055,7 @@ var exampleConfig = { thumbnail: "8.1.5、等值面.jpg", fileName: "8.1.5、等值面" }, + ] }, "map11cddd3233231": {