I have a large KML file with a lot of polygons and if I try to load it into my google maps application, with the JS library geoXML3, the javascript stops with timeouts. With small KMLs it's not a problem.
Now, my idea is to convert the KML file to a PNG image and give this image as an OverlayLayer to the google maps api. Possibly the converter should support the google maps zoomlevel to create adaptet images.
Unfortunately I have no idea how to realize this conversion. Are there any existing solutions like php scripts or anything else?
Kind Regards
I have converted a KML file into a PNG layer using the following method:
I now have a PNG map tile layer I can use in Google Maps or Bing Maps.