davidrepko / google-maps-utility-library-v3

Automatically exported from code.google.com/p/google-maps-utility-library-v3
Apache License 2.0
0 stars 0 forks source link

MarkerClusterer - y coordinate of Anchor style array #57

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Demo link or sample code:
From Styles:

{
url: 'http://localhost/safecityabq/files/CMGI00000/002.png',
height: 60,
width: 38,
anchor: [10, 0],
}]

What steps will reproduce the problem?
1. Set anchor to something greater than 10 to see visible results

Expected result:
Position of label text to move according to anchor[0] value

Actual result:
Marker height is adjusted.

Version: Marker1.0 for Google Maps v3

Browser / Operating System:
IE8: Windows XP Professional

Additional comments:
a fix to line 1159 should deal with the issue

*********************************************************
Tip: Star this issue (next to title) to receive notifications of status
changes against this issue, also used as a gauge for how many people are
interested in seeing it resolved.
*********************************************************

Original issue reported on code.google.com by javi...@gmail.com on 6 Dec 2010 at 4:09

GoogleCodeExporter commented 9 years ago
comma should not be there after anchor property, i know.

Original comment by javi...@gmail.com on 6 Dec 2010 at 4:10

GoogleCodeExporter commented 9 years ago
Can you include a link to your example that is accessible over the internet? 
Localhost is only accessible to you.

Original comment by lu...@google.com on 31 Mar 2011 at 6:02