I am using the following javascript to create my map panel:
$("<div />").attr("id",
"map_canvas").css("height","100%").css("width","100%").appendTo("#resultsMap");The results of which display a map space with tiles only showing in the upper left hand corner of the map area until I begin dragging around. The tiles show incorrectly and inconsistently. I have tried using fixed css sizes as well as multiple combinations of attribute values for height and width with no success. Here is a link as a preview (click the map tab to view): http://fusiondevelopers.com/test.htm -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
