[GIS] Plot a EPSG:4326 KML File using Google Maps V3

coordinate systemgoogle mapskml

I have a KML file that uses EPSG:4326.
Is there any way to plot this onto a Google Map (v3) which uses Mercator?

Here is the page I am working on

The district data comes from one source and is Google friendly.

The outage data is generated by the power company using their GIS system. It shows a list of power outages. However nothing is shown on the map.
Have seen this file work in openlayers but I really have no clue why it would not be showing up.

Best Answer

Does the file display correctly (in the right location) in Google Earth? If so it will be okay to overlay in Google Maps API.

Related Question