CzRger 1 年間 前
コミット
53555b28d5
共有1 個のファイルを変更した8 個の追加8 個の削除を含む
  1. 8 8
      src/views/gis/map-info/style/qy.ts

+ 8 - 8
src/views/gis/map-info/style/qy.ts

@@ -59,14 +59,14 @@ const qyAnalysisStyle = (type) => {
             displacement: [0, 30]
         }),
     }))
-    _style.push(new style.Style({
-        image: new style.Circle({
-            radius: 5,
-            fill: new style.Fill({
-                color: '#e810dd',
-            }),
-        }),
-    }))
+    // _style.push(new style.Style({
+    //     image: new style.Circle({
+    //         radius: 5,
+    //         fill: new style.Fill({
+    //             color: '#e810dd',
+    //         }),
+    //     }),
+    // }))
     return _style
 }
 export default {