ZachPhillipsGary / 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

Richmarker only appears once when zoomed out far (unlike google.maps.marker) #134

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Demo link or sample code:
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/richmarker/exampl
es/richmarker.html

What steps will reproduce the problem?
1. Zoom out as far as it will allow

Expected result:
I expected to see the richmarker appear once for each copy of the location that 
appears in the view. Note that when zoomed all the way out, the world appears 
multiple times. 

Contrast the richmarker behavior with the google.maps.marker behavior:

http://code.google.com/apis/maps/documentation/javascript/examples/marker-simple
.html

[zoom all the way out]

Actual result:
You only see a single copy of the richmarker

Browser / Operating System:
Chrome/Windows

Additional comments:
The MapCanvasProjection object does have a getWorldWidth() method. But I'm 
unclear how you figure out how many copies of the marker to place.

*********************************************************
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 philip.j...@gmail.com on 8 Oct 2011 at 12:49