On Mar 30, 12:08 am, mynicejob <[email protected]> wrote: > > However, when I try to use more markers, nothing appears. Note: I am > able to produce over 1000 markers. However, the issues seems to be > with the info window. See link below. The only difference is in the > number of Markers. Any suggestions would be great. > > http://www.saferoutes.com/ZZmapitnow-info8.cfm?hit_it=themap
I suggest looking at Javascript errors: syntax error http://www.saferoutes.com/ZZmapitnow-info8.cfm?hit_it=themap Line 1743: var point299371 = new GLatLng( , ); So your data needs cleansing. You might also consider reducing your repeated code to a function call which you only have to define once -- that will reduce the time it takes to download your page. However, more than 200 markers is not recommended as many browsers find it difficult to cope with that many. -- 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.
