On Aug 28, 8:14 am, Widgets <[EMAIL PROTECTED]> wrote:
> Here is a link to my site:http://www.geocities.com/cheath04/index.html
>
> My issue is only with IE, firefox displays as it is suppose to. IE
> populates the map with the markers, completely ignoring the show/hide
> functions I have in place...the map should load with no markers as it
> does in firefox.  I believe the issue lies in how i read the .xml
> file. I tested this by hard coding the information in rather than
> running through the loop reading the .xml file, so it has to be the
> way I read the file or somewhere close to that part of the code, but
> not really sure.

Actually, this point in your xml is invalid, it creates a point at
NaN, NaN as the lat and long attibutes are empty (firefox keeps going,
IE stops on the error, so doesn't process through the code that hides
the markers):
<locPK locpk="42" unitname="Mission Observatory" city="Arlington"
state="VA" lat="" long="" sitetype="4"></locPK>

  -- Larry
> On Aug 26, 8:27 pm, "pamela (Google Employee)" <[EMAIL PROTECTED]>
> wrote:
>
>
>
> > Hi Chris-
>
> > Site you can host at: Geocities.
>
> > Good Debugger: Firebug. 
> > (See:http://code.google.com/apis/maps/articles/debuggingmaps.html).
>
> > - pamela
>
> > On Tue, Aug 26, 2008 at 12:50 PM, Chris and Christy Heath
>
> > <[EMAIL PROTECTED]> wrote:
> > > Anyone know of a site i can host my site at for a few days for free? Where
> > > it is at now you'd need a password to gain access to the site.  Or does
> > > anyone know of a good debugger so that i might be able to find this
> > > asynchronous problem?
>
> > > Thank you for the help in advance.
>
> > > On Sun, Aug 24, 2008 at 9:06 PM, igloo <[EMAIL PROTECTED]> wrote:
>
> > >> There are many possible reasons why code will work in one browser and
> > >> not in another (particularly IE !-) Have a browse through some of the
> > >> possible problems raised in this search:
>
> > >>http://groups.google.com/group/Google-Maps-API/search?group=Google-Ma...
>
> > >> You can also search the Mapki:http://mapki.com/wiki/FAQs
>
> > >> What you are seeing sounds like an asynchronous problem, best solved
> > >> by actually running code under a debugger ;-)- 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to