Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 1444 → Rev 1443

/branches/v1.5-cisaille/widget/modules/carto/squelettes/scripts/carto.js
111,7 → 111,6
}
}
 
var pointCentreAvantAffichageInfoBulle = null;
function rafraichirCarte() {
var points = [];
var bounds = new google.maps.LatLngBounds();
128,7 → 127,6
bounds.extend(maLatLng);
google.maps.event.addListener(point, 'click', function() {
pointCentreAvantAffichageInfoBulle = map.getCenter();
pointClique = this;
infoBulle.open(map, this);
154,7 → 152,7
}
 
function deplacerCartePointClique() {
map.panTo(pointCentreAvantAffichageInfoBulle);
map.panTo(pointClique.position);
}
 
function executerMarkerClusterer(points, bounds) {