|
@@ -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 {
|