On Mar 18, 6:25 am, Thomas Hennig <[email protected]> wrote: > loadPointsFromXml(); updates the sidebar, which is not in my example. It > show's marker in the sidebar, which are visible on the map and hide marker, > which are unvisible on the map.
Maybe you are looking at a different map than I am then. -- Larry > > 2010/3/17 [email protected] <[email protected]> > > > On Mar 17, 2:43 am, Thomas Hennig <[email protected]> wrote: > > > The error is away now. I don't want use the markermanager. My mistake. I > > > took him out. But the problem is the same. > > > It is doing what you coded it to do. You are calling this everytime > > the map moves: > > loadPointsFromXML(); > > > It removes all the existing markers and re-adds them to the map. > > > -- Larry > > > > 2010/3/17 [email protected] <[email protected]> > > > > > On Mar 16, 2:30 pm, Individual85 <[email protected]> wrote: > > > > > Hello, i have searched in the google groups forum, but i did not find > > > > > anything for my problem. If I click one category off (uncecked), then > > > > > dissapear the marker from this category. That's all fine. But, if I > > > > > moved the map, then appears the marker again, although they are > > > > > unchecked. How can i solve this problem. I hope you can help me. > > > > > > Here is the link: > > > >http://thomas.joomladev.de/__beispiele/gbeispiel/phpsqlajax_map.html > > > > > I get a javascript error in IE6: > > > > Line: 377 > > > > Error: 'GBounds' is undefined > > > > > You are including the markermanager script before the API has loaded. > > > > > I think the problem you are complaining about comes from the > > > > markermanager managing the markers, you probably want to either not > > > > use the markermanager or modify it to be smart about knowing when the > > > > markers should be shown (not an easy task). > > > > > -- Larry > > > > > -- > > > > 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]<google-maps-api%2Bunsubscribe@ > > > > googlegroups.com> > > <google-maps-api%2Bunsubscribe@ googlegroups.com> > > > > . > > > > For more options, visit this group at > > > >http://groups.google.com/group/google-maps-api?hl=en. > > > -- > > 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]<google-maps-api%2Bunsubscribe@ > > googlegroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-maps-api?hl=en. -- 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.
