Subversion Repositories eFlore/Applications.cel

Rev

Rev 1042 | Rev 1799 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1042 Rev 1044
Line 455... Line 455...
455
			viderTableauObs();
455
			viderTableauObs();
456
		}
456
		}
Line 457... Line 457...
457
		
457
		
458
		var urlObs = observationsUrl+'&start={start}&limit='+limite;
458
		var urlObs = observationsUrl+'&start={start}&limit='+limite;
459
		urlObs = urlObs.replace(/\{stationId\}/g, pointClique.stationInfos.id);
459
		urlObs = urlObs.replace(/\{stationId\}/g, pointClique.stationInfos.id);
460
		if (pointClique.stationInfos.type_emplacement = 'communes') {
460
		if (pointClique.stationInfos.type_emplacement == 'communes') {
461
			urlObs = urlObs.replace(/commune=%2A/g, 'commune='+pointClique.stationInfos.nom);
461
			urlObs = urlObs.replace(/commune=%2A/g, 'commune='+pointClique.stationInfos.nom);
462
		}
462
		}
463
		urlObs = urlObs.replace(/\{nt\}/g, nt);
463
		urlObs = urlObs.replace(/\{nt\}/g, nt);