Google Maps and IE8

Good day,

When I use IE8 and view a PIREP report the Google map comes up blank, only the heading “Route Map” displays after the ACARS report. If I use FF the map displays perfectly.

I know the one simple solution “Don’t use IE”, I would appreciate some help please.

Using 2.1.915 and only added <div> at the top of the code to center in display area, no other changes.

Cheers

Mark

Is that a new install you have?

If i remember right that existing template was replaced to use v3 google maps, just check your using the right code in your tpl’s

The site has been going since December, and I have upgraded every so often to not fall too far behind the beta’s.

I have been using the tpl’s that come with the downloads and checking them with winmerge for changes.

The live acars map is fine, it seems to be with the drawing of the route thats the problem, although viewing the route from the admin section does display without problems. I assume it’s the same tpl that generates the route map.

Mark

Can you link me? Thanks

Nabeel,

Here’s a link:

My link

Thanks, I was able to duplicate it on the dev site. Checking it out right now…

IE is stupid. In the template, route_map.tpl:

lng: "<?php echo $route->lng ?>",
};

That last , after the lng: line, remove the comma

Much obliged. All working now!!!

Many thanks for the prompt response.

Mark