microvideo-map
Advanced tools
Comparing version 0.2.93 to 0.2.94
@@ -149,3 +149,3 @@ /** | ||
offset: point.offset || config.offset, | ||
zIndex: config.zIndex || point.zIndex, | ||
zIndex: (point.zIndex || config.zIndex || 100) + 1, | ||
// name: config.MARKER_SOURCE === 'Marker' ? point.name : null, | ||
@@ -159,2 +159,3 @@ name: config.hideClickLabel ? null : point.name, // hideClickLabel 隐藏点位点击选择时的label | ||
iconSize: null, // 这里iconSize设置为null,是因为当前设置的是点位点击效果,此时data数据里已有size值 | ||
iconFilter:null, | ||
hasActive: false, | ||
@@ -2059,3 +2060,3 @@ isCurrentClickMarker: true | ||
{ ...item, icon: markerIconConfig.iconActiveConfig.name }, | ||
{ ...config, iconSize: null } | ||
{ ...config, iconSize: null, iconFilter:null } | ||
); | ||
@@ -2062,0 +2063,0 @@ const markerIcon = new AMap.Icon(iconOptions); |
{ | ||
"name": "microvideo-map", | ||
"version": "0.2.93", | ||
"version": "0.2.94", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "dependencies": { |
2405589
7
23219
1