moreteavicar wrote: [View Post]
here's the settings master

var map = new GMap(document.getElementById("map"),
{ size: new GSize(winW, winH) } );
map.setMapType(G_HYBRID_MAP);
map.addControl(new GLargeMapControl());
map.addControl(new GMapTypeControl());
map.centerAndZoom(new GPoint(12, 44),12);
{ size: new GSize(winW, winH) } );
map.setMapType(G_HYBRID_MAP);
map.addControl(new GLargeMapControl());
map.addControl(new GMapTypeControl());
map.centerAndZoom(new GPoint(12, 44),12);
i also added maptype var so it's loaded with a mixture of sat and geo infos
eagle eyedmoreteavicar wrote: [View Post]



best regards