Re: InfoWindowHtml content from XML array

2008-11-23 Thread Eric
Yeay!!! I played with one of the examples and it works! http://www.havealoha.com/index.php?option=com_jtide2&Itemid=30 Thanks Mike! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post t

Re: InfoWindowHtml content from XML array

2008-11-18 Thread Eric
Changing createMarker(point, station); to var marker = createMarker(point, station); didnt seem to do anything. Maybe I'll just start from scratch using a working example from http://econym.org.uk/gmap ? --~--~-~--~~~---~--~~ You received this message because

Re: InfoWindowHtml content from XML array

2008-11-17 Thread Mike Williams
Wasn't it Eric who wrote: > >I added a createMarker function to havealoha.com/histations.html to >try and prevent "unrolling" but now I get an error that "marker is not >defined". Im not sure I put the function in the right place or the >function is not getting the variable passed? Try changing

Re: InfoWindowHtml content from XML array

2008-11-17 Thread Eric
I added a createMarker function to havealoha.com/histations.html to try and prevent "unrolling" but now I get an error that "marker is not defined". Im not sure I put the function in the right place or the function is not getting the variable passed? --~--~-~--~~~---~--

Re: InfoWindowHtml content from XML array

2008-11-14 Thread Mike Williams
Pitfall 3: http://econym.org.uk/gmap/basic1.htm -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this

Re: InfoWindowHtml content from XML array

2008-11-14 Thread Eric
Here is another example of it not working but integrated with my Tide Selector Form in Joomla! http://www.havealoha.com/index.php?option=com_jtide2&Itemid=30 Aloha Eric --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Group

Re: InfoWindowHtml content from XML array

2008-11-14 Thread Eric
I got the infoWindow to display the station name by defining it as a variable. I am still confused as to why only one station is being defined. On Nov 13, 2:35 pm, Ralph Ames <[EMAIL PROTECTED]> wrote: > Oops, here is the URLhttp://www.havealoha.com/histations.html > > Try looking at Mike's tutor

RE: InfoWindowHtml content from XML array

2008-11-13 Thread Ralph Ames
Oops, here is the URL http://www.havealoha.com/histations.html Try looking at Mike's tutorial http://econym.org.uk/gmap/basic3.htm Ralph --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. T

Re: InfoWindowHtml content from XML array

2008-11-13 Thread Eric
Oops, here is the URL http://www.havealoha.com/histations.html On Nov 13, 1:46 pm, Eric <[EMAIL PROTECTED]> wrote: > Trying to populate the InfoWindow with markers[i].getAttribute("name") > like the variable latlng does with markers[i].getAttribute("latitude") > hangs the page. > > Why do all of

InfoWindowHtml content from XML array

2008-11-13 Thread Eric
Trying to populate the InfoWindow with markers[i].getAttribute("name") like the variable latlng does with markers[i].getAttribute("latitude") hangs the page. Why do all of the markers center the info window in the same location? Aloha Eric --~--~-~--~~~---~--~~ Y