Displaying 1 result from an estimated 1 matches for "processnewmapmov".
2007 Mar 08
1
map not displayed after Ajax.updater request
...() {
if (GBrowserIsCompatible()) {
map = new GMap2(document.getElementById("map_div"));
map.setCenter(new GLatLng(47.7500161647,-2.916641656),
8);GEvent.addListener(map,"click",function processMoveEndEvent
() { var centerPoint = map.getCenter(); if (map.getZoom() <= 18)
{ processNewMapMovement()} });
map.addOverlay(contact);
map.addOverlay(reference);map.addControl(new GSmallMapControl());
}
});
</script>
but that''s all.... no map displayed ... why any clue ?
I already used it in other parts of my app without any problem, but
never from an Ajax request... is...