
09-27-2009, 07:03 PM
|
|
|
Join Date: Jun 2006
Posts: 179
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by 4bidden
I killed the image tab all together and fixed the display issue that had to do with the small overview map.
See working version here - http://www.arizonaquads.com/forum/vbgooglemapme.php
For now, if you don't have any image problems (invalid chars such as &) but still your map is broken, try this.
In vbgooglemapme.php, find this on line 107
Code:
$smallmapcontrol = "
map.addControl(new GOverviewMapControl(new GSize(150,150)));
var overview = document.getElementById(\"memap_overview\");
document.getElementById(\"memap\").appendChild(overview);";
and replace with this
Code:
$smallmapcontrol = "
map.addControl(new GOverviewMapControl(new GSize(150,150)));";
That kept the small overview map and fixed the display issue.
I'll post back tomorrow how to remove all the info about images if people want.
|
Could you explain how to remove the image tab in the bubble?
|