Subversion Repositories eFlore/Applications.cel

Rev

Rev 2757 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2757 Rev 2759
Line 153... Line 153...
153
WidgetSaisieFlorileges.prototype.prechargerRue = function() {
153
WidgetSaisieFlorileges.prototype.prechargerRue = function() {
154
	if (this.okPourChargementCarte == 0) {
154
	if (this.okPourChargementCarte == 0) {
155
		this.latLngDeb = new google.maps.LatLng(this.latLngDebPre.lat, this.latLngDebPre.lng);
155
		this.latLngDeb = new google.maps.LatLng(this.latLngDebPre.lat, this.latLngDebPre.lng);
156
		this.markerDeb = undefined;
156
		this.markerDeb = undefined;
157
		this.initialiserMarkerDeb();
157
		this.initialiserMarkerDeb();
158
		this.deplacerMarkerDeb(latLngDeb);
158
		this.deplacerMarkerDeb(this.latLngDeb);
159
		this.premierDeplacement = false;
159
		this.premierDeplacement = false;
160
		this.markerFin = undefined;
-
 
161
		this.latLngFin = new google.maps.LatLng(this.latLngFinPre.lat, this.latLngFinPre.lng);
160
		this.latLngFin = new google.maps.LatLng(this.latLngFinPre.lat, this.latLngFinPre.lng);
162
		this.initialiserMarkerFin();
161
		this.initialiserMarkerFin();
163
		this.deplacerMakerFin(latLngFin)
162
		this.deplacerMarkerFin(this.latLngFin)
164
		this.surDeplacementMarkerFin();
163
		this.surDeplacementMarkerFin();
165
		this.map.setZoom(16);
164
		this.map.setZoom(16);
166
	}
165
	}
167
}
166
}