CzRger 1 year ago
parent
commit
53555b28d5
1 changed files with 8 additions and 8 deletions
  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 {