Skip to content

Commit 2fddf3e

Browse files
chenxianhuiiluoxiao-supermap
authored andcommitted
fix 动态标记图层低代码事件无效 review by luox
1 parent 6463415 commit 2fddf3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mapboxgl/web-map/layer/animate-marker/AnimateMarkerLayerViewModel.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ export default class AnimateMarkerLayerViewModel extends mapboxgl.Evented {
8888
visibility: 'visible'
8989
},
9090
paint: {
91-
'circle-radius': 0
91+
'circle-radius': 5,
92+
'circle-opacity': 0
9293
}
9394
});
9495

0 commit comments

Comments
 (0)