|
|
@ -170,9 +170,8 @@ export class MarkerCluster { |
|
|
|
this.infoWindow.setContent(`<div
|
|
|
|
style=" |
|
|
|
min-width: 240px; |
|
|
|
min-height: 150px; |
|
|
|
min-height: 90px; |
|
|
|
width: 90px; |
|
|
|
height: 90px; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
position: relative; |
|
|
@ -318,7 +317,7 @@ export class MarkerCluster { |
|
|
|
(removeData) => removeData === item |
|
|
|
); |
|
|
|
|
|
|
|
const lngLatStr = item.lnglat.join("/"); |
|
|
|
const lngLatStr = `${item.lnglat.lng}/${item.lnglat.lat}`; |
|
|
|
|
|
|
|
if (this.lngLatMap[lngLatStr]) { |
|
|
|
if (this.lngLatMap[lngLatStr].length < 2) |
|
|
|