[Google Maps API v3] Re: Marker Problem

2011-07-17 Thread geocode...@gmail.com
On Jul 16, 8:35 pm, aheep wrote: > I don´t want to show a infoBox. If you click on a Marker, > the Information that is saved with the marker is put into the list box > in the tab > "Streckenpunkte" > > The problem is, that always the same information is put into the list. That is the same root is

Re: [Google Maps API v3] Re: Marker Problem

2011-07-17 Thread Jeremy Geerdes
If I'm going to guess, the "same information" that is put into the list is always the information associated with the last marker that you placed on the map. This is caused when you add markers (or anything else) in a loop because the variables iterate. You can see this in action in something li

[Google Maps API v3] Re: Marker Problem

2011-07-17 Thread aheep
i tried it and solved the problem :-) Thank you :-) On 17 Jul., 12:48, Rossko wrote: > > The problem is, that always the same information is put into the list. > > That would suggest that 'marker' isn't what you think it is when your > click listener is executed. > It doesn't matter if you want

[Google Maps API v3] Re: Marker Problem

2011-07-17 Thread Rossko
> The problem is, that always the same information is put into the list. That would suggest that 'marker' isn't what you think it is when your click listener is executed. It doesn't matter if you want to have an infowindow or not, the techniques used to get individual infowindow contents wil also

[Google Maps API v3] Re: Marker Problem

2011-07-16 Thread aheep
i forgot to say ... i use the google maps 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 google-maps-js-api-v3@googlegroups.com. To unsubscribe from this group, send email to google-

[Google Maps API v3] Re: Marker Problem

2011-07-16 Thread aheep
I don´t want to show a infoBox. If you click on a Marker, the Information that is saved with the marker is put into the list box in the tab "Streckenpunkte" The problem is, that always the same information is put into the list. On 16 Jul., 20:57, "geocode...@gmail.com" wrote: > On Jul 16, 2:01 p

[Google Maps API v3] Re: Marker Problem

2011-07-16 Thread geocode...@gmail.com
On Jul 16, 2:01 pm, aheep wrote: > Hello, > > i´ve got a problem setting markers on a map. > > please visit:www.sheepwatcher.de/test/route.php > Then go to the tab optionen and click: "Alle Benutzer laden" > > Now about 900 Markers are set on the map. > i´m doing this with this code: > > > As you