Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2721 Rev 2735
Line 356... Line 356...
356
		});
356
		});
357
	}
357
	}
358
}
358
}
Line 359... Line 359...
359
 
359
 
-
 
360
function trouverCommune(pos) {
-
 
361
	if (this.latLng == null) { // tentative de protection contre le démon de Prémilhat
-
 
362
		return;
360
function trouverCommune(pos) {
363
	}
361
	$(function() {
364
	$(function() {
362
		var urlNomCommuneFormatee = SERVICE_NOM_COMMUNE_URL.replace('{lat}', pos.lat()).replace('{lon}', pos.lng());
365
		var urlNomCommuneFormatee = SERVICE_NOM_COMMUNE_URL.replace('{lat}', pos.lat()).replace('{lon}', pos.lng());
363
		$.ajax({
366
		$.ajax({
364
			url : urlNomCommuneFormatee,
367
			url : urlNomCommuneFormatee,