On Nov 9, 4:33 pm, xelawho <[email protected]> wrote:
> Hi,
>
> so, I finished my map (thanks again to everybody for your help &
> patience) but I notice something that is kind of odd: it loads
> reasonably fast in Firefox, super fast in Chrome, but is completely
> useless in IE, with half the map showing as a grey square for minutes
> and the map eventually not working if/once it does display.
>
> I'm guessing it may have something to do with the 1,785 lines of xml
> code, 1,242 of which are co-ordinates for the 14 polylines and
> polygons.
>
> Or it could have to do with the fact that the code executes 18 loops
> on those arrays.
>
> Or it could be something else entirely.
>
> I wouldn't care about the IE problem if it weren't such a popular
> browser (28% of hits on my site come from IE users).
>
> Anyway, searching around the forum, it seems to me that there are two
> options:
> 1) convert my polylines and polygons to encoded polylines and polygons
> 2) convert my xml file to kml
>
> but before doing any of that I thought I'd ask if either of the above
> is a better option, or if they are going to make any real difference
> in the long run anyway.
>
> here's my map if you want to take a look:http://www.xelawho.com/map/
> xml file here:http://www.xelawho.com/map/categories.xml

It looks to me like you have a "zero size div" problem in IE (IE is
reporting zero for the size of the map div when the map object is
being constructed).

It looks like you have invalid html:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.xelawho.com%2Fmap%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

You need to make sure all the elements are closed correctly (most of
the other errors don't matter).

  -- Larry

>
> thanks in advance,
>
> Lucas

-- 
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.

Reply via email to