Hi guys
I have enabled the Google Maps API to be used in the profile tab but the map doesn't draw properly. If i zoom in and out of the browser (not the map) it works fine for a bit.
I tracked down some info in this article:
code.google.com/p/gmaps-api-issues/issues/detail?id=1448
Particularly the last post:
"So doing something like the following would do the trick as opposed to call the initialize function after the page loads.:
$("button").click(function(){
$("#map_canvas").slideToggle("slow");
initialize()
}"
I assume i need to change the javascript file that relates to the maps tab - is this correct? If so, which is the file for this, and can this issue be addressed in the next version?
Many thanks
N