> Hi The script I have works, but puts the content of the three markers from > the kml file in a panel at the side of the map I am trying to get the > content of the three markers to appear in pop up overlays like they do > Google earth or like normal makers do in google maps.
Okay, that's the default behaviour. The example you are using now deliberately suppresses that and does something else instead. Don't work from that example. > Have tested other demo scripts using my kml from this google site Can't help, no idea which scripts you have tried or even which site. > The simpler demos on the site do not have an event handler but seem to > operate some popups. Yes, that's the default KmlLayer behaviour with no special event handling - the API displays <description> content for you on click unless you instruct it not to. > As these scripts would not work fully with my kml Why do you think that? I think the simplest KmlLayer example in the documentation should do you http://code.google.com/apis/maps/documentation/javascript/layers.html#KMLLayers -- 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.
