Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MarkerClusterer: Anchor field not porperly set #33

Closed
GoogleCodeExporter opened this issue Jun 3, 2015 · 2 comments
Closed

MarkerClusterer: Anchor field not porperly set #33

GoogleCodeExporter opened this issue Jun 3, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Pretty easy: On line 939 of the unpacked markerclusterer.js it says:

  this.anchor = style.opt_anchor;

instead of

  this.anchor_ = style.opt_anchor;

which leads to the expression on line 969 always evaluating to false:

  if (typeof this.anchor_ === 'object') {



Demo link or sample code:
-

What steps will reproduce the problem?
1. set anchor property of style object
2. you will not see the text at the correct position

Expected result:
You should see the text at the correct position.

Actual result:
The anchor property will not be set.

Version: 1.0

Browser / Operating System:
all

Additional comments:
See above

*********************************************************
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 luciano....@gmail.com on 8 Sep 2010 at 1:08

@GoogleCodeExporter
Copy link
Author

Oops, duplicate of issue 17.

Original comment by luciano....@gmail.com on 8 Sep 2010 at 1:10

@GoogleCodeExporter
Copy link
Author

Original comment by lu...@google.com on 5 Oct 2010 at 11:53

  • Changed state: Duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant