wangjuncheng
7 天以前 bf0eb543e2deab8a1629dd2a46f8e1cd191531e1
src/components/tools/LayerTree.vue
@@ -374,7 +374,7 @@
 * 添加避险场所数据
 */
function addTetrahedron() {
  getSafePoint().then((res) => {
  getSafePoint(110116110218).then((res) => {
    const geoJsonData = convertToGeoJson(res.data); // 转换为 GeoJSON
    // 加载 GeoJSON 数据到地图
    loadAreaPolygon(geoJsonData, true).then((entities) => {