Hi, I have written some code to display around 2000 markers on a map and so clearly some sort of marker manager is needed. I have been trying to use MarkerManager, but on creating a new instance of it using:
var mgr = new MarkerManager(map_canvas); my map stops working completely and just displays a grey box. On checking the error console I get 'map.getZoom is not a function'. You can see my code here: http://preview-s.telescope.org/learningscope/maps/mapfail.php If I comment out this line, it works fine, see here: http://preview-s.telescope.org/learningscope/maps/map.php (Use 'telescope' and 'tengollave' as the login credentials and be patient on slower systems!) Eventually I may write code to load the markers bit by bit depending on what you are looking at, but for now I just want to implement something simple. I look forward to somebody pointing out that I have been an idiot... Cheers, Scott. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
