On Jul 29, 12:15 pm, Gil <[email protected]> wrote: > Thank you Larry, that's the style I was looking for. I don't remember > seeing this example at Mike's pages before. I go there a lot of > times. Yes, I've done lots of searches, but hadn't seen what I was > needing until you pointed out this one. I try hard to research as > much information with as many sources as I can before I have to ask > for help. Now, my problem is that Mike uses a XML file to hold his > marker information and then draws from it and I can't see how he's > created the XML or actually what's in it. I haven't gotten to the > point of understanding how to create an XML. I think if I saw the > actual code in his XML, I could convert it to what I need to do. > Again, Thanks >
If you do a view source on his example: http://econym.org.uk/gmap/example_map15c.htm The xml is loaded here: GDownloadUrl("100.xml", function (doc) { That is a relative link, so you will find the file here: http://econym.org.uk/gmap/100.xml See his explanations for more information. -- Larry > On Jul 29, 1:04 am, "[email protected]" <[email protected]> > wrote: > > > > > On Jul 28, 11:26 pm, Gil <[email protected]> wrote: > > > > I'm not sure why this URL was suggested to me. I only want to select > > > one name or another in a drop down box and have it's corresponding > > > marker info window to open not select a name and a bunch of markers > > > pop up. I know it's done with a sidebar, but I need to do it with a > > > drop down box. > > > It has been discussed many times before on the group. There are > > plenty of examples which would be available if the group search was > > working. It also is more of an html/javascript question than it is a > > maps API question. > > > There is even an example on Mike Williams' > > tutorial:http://econym.org.uk/gmap/example_map15c.htm > > > -- Larry > > > > On Jul 28, 1:40 pm, "[email protected]" <[email protected]> > > > wrote: > > > > > On Jul 28, 1:21 pm, Gil <[email protected]> wrote: > > > > > > Where can I see a fairly simple example of having names of people or > > > > > places in a drop down selection that is set up to open an info window > > > > > at a marker pretaining to the name in the drop down list on a Google > > > > > map, but not a SideBar. > > > > > I don't have a web page to show cause I don't have a clue as to how to > > > > > start. I can create a Google map, and I can create a drop down > > > > > selection box. I just can't figure how to tie in or link the > > > > > selection in the drop down to an icon marker so the info window will > > > > > open at that marker. Thanks for suggestions > > > > >http://groups.google.com/group/Google-Maps-API/search?group=Google-Ma...Hide > > > > quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
