On 26 May 2011 18:50, TheFirefly <[email protected]> wrote: > > Ok, transparent png issue aside, from the code in the above links, can > you see why IE displays the default icons, instead of the .pngs? > [Note: seems like this only happens in CMS version.] On one of the > version I tested, I noticed that the markers were not even clickable > (when double clicked - the may just zooms in).
If it only happens in the CMS version, then it's specific to that. When are you going to provide a link so we can see the patient who is actually ill, rather than his perfectly healthy twin brother? > What I meant here was that the first marker specified in the XML file > can be accessed by using "?marker=0" in the query string and the > second marker by using "?marker=1" etc. What I would prefer is to > specify the marker name in the XML file e.g. marker="Durban" and then > link to "?marker=Durban". That's not a maps issue. Alter your code so it looks for the right marker. You could even use an associative array of markers, so instead of an array like markers[0], markers[1]... you have markers["Durban"], markers["Joburg"] etc. > Thanks for adding a search link to the "top left corner" issue. I > still have not been able to find a fix for this, after having read > quite a few of the posts. checkResize() once the map is displayed in its expanded div (or whatever your CMS template is doing). -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
