Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
skarEE committed Jul 20, 2011
1 parent 572f5f8 commit 30927e8
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions markerclusterer/examples/advanced_example.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,62 +64,63 @@
url: '../images/people35.png',
height: 35,
width: 35,
opt_anchor: [16, 0],
opt_textColor: '#ff00ff',
opt_textSize: 10
anchor: [16, 0],
textColor: '#ff00ff',
textSize: 10
}, {
url: '../images/people45.png',
height: 45,
width: 45,
opt_anchor: [24, 0],
opt_textColor: '#ff0000',
opt_textSize: 11
anchor: [24, 0],
textColor: '#ff0000',
textSize: 11
}, {
url: '../images/people55.png',
height: 55,
width: 55,
opt_anchor: [32, 0],
opt_textSize: 12
anchor: [32, 0],
textColor: '#ffffff',
textSize: 12
}], [{
url: '../images/conv30.png',
height: 27,
width: 30,
anchor: [3, 0],
textColor: '#ff00ff',
opt_textSize: 10
textSize: 10
}, {
url: '../images/conv40.png',
height: 36,
width: 40,
opt_anchor: [6, 0],
opt_textColor: '#ff0000',
opt_textSize: 11
anchor: [6, 0],
textColor: '#ff0000',
textSize: 11
}, {
url: '../images/conv50.png',
width: 50,
height: 45,
opt_anchor: [8, 0],
opt_textSize: 12
anchor: [8, 0],
textSize: 12
}], [{
url: '../images/heart30.png',
height: 26,
width: 30,
opt_anchor: [4, 0],
opt_textColor: '#ff00ff',
opt_textSize: 10
anchor: [4, 0],
textColor: '#ff00ff',
textSize: 10
}, {
url: '../images/heart40.png',
height: 35,
width: 40,
opt_anchor: [8, 0],
opt_textColor: '#ff0000',
opt_textSize: 11
anchor: [8, 0],
textColor: '#ff0000',
textSize: 11
}, {
url: '../images/heart50.png',
width: 50,
height: 44,
opt_anchor: [12, 0],
opt_textSize: 12
anchor: [12, 0],
textSize: 12
}]];

var markerClusterer = null;
Expand Down

0 comments on commit 30927e8

Please sign in to comment.