以下のコードをクラスターに使用しましたが、この状況ではクラスター 3 は表示されず、クラスター 1 とクラスター 2 のみが表示されます。
clusters: {
// This style will be used for clusters with more than 0 markers
10: {
content: '<div class="cluster cluster-1">CLUSTER_COUNT</div>',
width: 53,
height: 52
},
// This style will be used for clusters with more than 20 markers
50: {
content: '<div class="cluster cluster-2">CLUSTER_COUNT</div>',
width: 56,
height: 55
},
// This style will be used for clusters with more than 50 markers
100: {
content: '<div class="cluster cluster-3">CLUSTER_COUNT</div>',
width: 66,
height: 65
}
},
ここで残りのコードは、http: //gmap3.net/examples/clustering.htmlのように css や javascript と同じです。 何か良い解決策や既存の比率を変更できないという欠点を提案してください。
前もって感謝します。