Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2757 → Rev 2759

/branches/v2.23-rouleau/widget/modules/saisie/squelettes/florileges/js/WidgetSaisieFlorileges.js
155,12 → 155,11
this.latLngDeb = new google.maps.LatLng(this.latLngDebPre.lat, this.latLngDebPre.lng);
this.markerDeb = undefined;
this.initialiserMarkerDeb();
this.deplacerMarkerDeb(latLngDeb);
this.deplacerMarkerDeb(this.latLngDeb);
this.premierDeplacement = false;
this.markerFin = undefined;
this.latLngFin = new google.maps.LatLng(this.latLngFinPre.lat, this.latLngFinPre.lng);
this.initialiserMarkerFin();
this.deplacerMakerFin(latLngFin)
this.deplacerMarkerFin(this.latLngFin)
this.surDeplacementMarkerFin();
this.map.setZoom(16);
}