wangjuncheng
2025-07-08 f373e0c0797e1800bf066fdfbb748bb9242230f6
src/components/tools/LayerTree.vue
@@ -323,7 +323,6 @@
 */
function addTetrahedron() {
  getSafePoint().then((res) => {
    console.log(res,'resresresres')
    const geoJsonData = convertToGeoJson(res.data); // 转换为 GeoJSON
    // 加载 GeoJSON 数据到地图
    loadAreaPolygon(geoJsonData, true).then((entities) => {