On Feb 1, 7:18 am, HeeHoo <[email protected]> wrote: > Yes, I would like the markers to appear twice if the map overlaps when > panned out very far. I'm not sure how the dateline could be affecting > the marker display when panning...
In other words, there's no way to do what you want with the standard API GMarker object. The "disappearing" behavior you describe is just how they work. Another way to work around the problem is to re-implement your data display as a tile overlay, which does wrap around the antimeridian. But again, that's nontrivial to do, especially if you want to simulate other GMarler behaviors (mouseover, click, etc.). String --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
