Sorry about that. Here's the draft of the map: http://ericchristenson.com/battletech/map_test.html
MarkerManager is called in initialize() but the markers are created in createMarker(). To reproduce the problem zoom in to the max level and then keep panning to the right using the nav button. Eventually the markers just end, as if there's a distance they will not pass. What's interesting is that if you click and drag the map to the same location the markers will eventually display. The problem seems to be in the panning. Perhaps the tilesloaded or idle events are not being recognized -- I'm unsure how MarkerManager decides when to render markers. Thanks for the help. On Jul 7, 2:20 pm, "[email protected]" <[email protected]> wrote: > On Jul 7, 12:20 pm, ebakunin <[email protected]> wrote: > > > Hello, > > > I'm using MarkerManager to handle 2100+ locations. As usual, I display > > them according to zoom level (fewest a high zoom, all markers at max > > zoom). While a bit slow, everything seems to work fine. However, at > > max zoom, if you scroll through several panels the markers no longer > > display. It's as if MarkerManager only wants to render markers for > > nearby panels but nothing more. How should I handle this problem? > > I would suggest following the posting guidelines and providing a link > to your map that exhibits the problem and instructions on how to > reproduce it. > > -- Larry > > > > > > > I'm using the version of MarkerManager built for API v3. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
