damn, this mod is dead now? if i can get past the "invalid address" error, all i see is a blank area where the map should be:
http://googlemapsforum.com/showthread.php?t=5
firebug says there's a syntax error in showthread.php on lines 2153 and 2180:
2153:
Quote:
{
2151 var map5 = new GMap(document.getElementById("map5"));
2152 map5.centerAndZoom(new GPoint(, ), 6);
2153 }
|
2180:
Quote:
{
2178 var map114 = new GMap(document.getElementById("map114"));
2179 map114.centerAndZoom(new GPoint(, ), 6);
2180 }
|