GIS客户端分析 泰森多边形

This commit is contained in:
jiawanlong 2025-03-19 11:02:36 +08:00
parent 68db9f4817
commit 5d997af6a9
2 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,7 @@
for (var i = 0; i < points.features.length; i++) { for (var i = 0; i < points.features.length; i++) {
points.features[i].properties.z = ~~(Math.random() * 9); points.features[i].properties.z = ~~(Math.random() * 9);
} }
points.features.push({ points.features.push({
type: 'Feature', type: 'Feature',
geometry: { geometry: {

View File

@ -1055,6 +1055,7 @@ var exampleConfig = {
thumbnail: "8.1.5、等值面.jpg", thumbnail: "8.1.5、等值面.jpg",
fileName: "8.1.5、等值面" fileName: "8.1.5、等值面"
}, },
] ]
}, },
"map11cddd3233231": { "map11cddd3233231": {