Hi, After a few days working on another mashup using Google Maps API, I 've looked again to this attempt... I've decided to start from scratch, using and copying Mike Williams' code from the sidebar tutorial and more specificly from this page : http://econym.org.uk/gmap/example_map2c.htm and I've used PdMarker.
Here is the result : http://boucard.brice.perso.neuf.fr/geoculture/stable/lieux.html The only "problem" left : when there is a big amount of markers, it is impossible the marker that is highlighted (with a yellow marker) ; is there a way to make the marker appear on the foreground or or ta make it bounce (this last point seems not implemented since it seems that bouncing is only for draggable markers unless there is a way to simulate the drag ?) Do you have any idea to solve this "issue" ? Thanks again for your patience and help :-) On 29 jan, 02:43, Rossko <[email protected]> wrote: > > What I don't understand is that in the example from econym (http:// > > econym.org.uk/gmap/example_map2c.htm) the function myclick works > > without adding any reference to lastlinkid or linkid variables. > > In the example, clicking on a sidebar entry calls myclick() which in > turn triggers a click on the marker. The marker click listener is > thus triggered. The marker click listener code is now run and opens > an infowindow, highlights the sidebar, and stores 'lastlinkid'. > > In your code, clicking on a sidebar entry calls your version of myclick > (). For whatever reason, you've chosen to alter that so it does some > (but not all) of the needed actions itself, instead of just triggering > the marker click. > > The example works ; yours doesn't ; just look at what is different. -- 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.
