From 5d997af6a97f04b44c3c447e03f99d7c2691ad47 Mon Sep 17 00:00:00 2001 From: jiawanlong Date: Wed, 19 Mar 2025 11:02:36 +0800 Subject: [PATCH] =?UTF-8?q?GIS=E5=AE=A2=E6=88=B7=E7=AB=AF=E5=88=86?= =?UTF-8?q?=E6=9E=90=20=E6=B3=B0=E6=A3=AE=E5=A4=9A=E8=BE=B9=E5=BD=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/cesiumEx/8.1.2、泰森多边形.html | 1 + examples/cesiumEx/config.js | 1 + 2 files changed, 2 insertions(+) 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": {