moreteavicar wrote: [View Post]
here's the settings master :oops:
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 eyed :mryellow: left block 180px, right one 150 px (if my memory still supports me...): it seems to have fixed by setting this way :oops: (it seeeeeems :mryellow: )moreteavicar wrote: [View Post]
best regards