On Oct 17, 2:10 pm, Joe Warner <[email protected]> wrote: > I have a map with multiple marker sets so that users can turn > on/off the various groups. Was working find in IE and FF a week or > so ago. All of a sudden only the first marker set shows up in IE. > I thought maybe it was data related so I stripped the script down > to load test data only. I have rearranged the code and cleaned up > the HTML in case that was the issue. Nothing has helped. If you > try it in FF you can toggle the different groups (one address right > now, but one record for each group). If you look in IE you'll only > see the first group is loaded.
Same in Chrome, and Firefox. > > Any ideas? > > Link:http://outcom.simplehelix.com/don-aero/global-presence Maybe call out a specific version of the v3 API, this tag: <script type="text/javascript" src="http://maps.google.com/maps/api/js? sensor=false"></script> specifies the development version. See: http://code.google.com/apis/maps/documentation/javascript/basics.html#Versioning for details on including a specific version. Or post a link to your simplified version. I don't get any obvious errors and your page includes way too many external scripts to investigate. -- Larry -- 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.
