فهرست منبع

智能选址,前端分析定位

liutao 2 ماه پیش
والد
کامیت
69662a4abd
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      web_ui/src/views/industrial-land/ZnxzDetail.vue

+ 1 - 1
web_ui/src/views/industrial-land/ZnxzDetail.vue

@@ -1856,7 +1856,7 @@ export default {
         // Convert ESRI JSON to GeoJSON (you might need a specific library for this)
         // This is a simplified approach - you may need proper conversion
         const geom = arcgisToGeoJSON(feature.geometry);
-        const ydxz = feature["attributes"]["ydxz"];
+        let ydxz = feature["attributes"]["ydxz"];
         if (!ydxz) {
           continue;
         }