Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2073 Rev 2270
Line 1336... Line 1336...
1336
		if(infosCom.getIdZoneGeo() != null && !infosCom.getIdZoneGeo().equals("")) {
1336
		if(infosCom.getIdZoneGeo() != null && !infosCom.getIdZoneGeo().equals("")) {
1337
			String codeGeoFormate = Util.convertirChaineZoneGeoVersDepartement(infosCom.getIdZoneGeo());
1337
			String codeGeoFormate = Util.convertirChaineZoneGeoVersDepartement(infosCom.getIdZoneGeo());
1338
			nCommune += " ("+codeGeoFormate+")";
1338
			nCommune += " ("+codeGeoFormate+")";
1339
			departement = Util.convertirChaineZoneGeoVersDepartement(infosCom.getIdZoneGeo());
1339
			departement = Util.convertirChaineZoneGeoVersDepartement(infosCom.getIdZoneGeo());
1340
		}
1340
		}
-
 
1341
		if (! nCommune.equals("")) {
1341
		commune.setValue(nCommune);
1342
			commune.setValue(nCommune);
1342
		communeModifiee = true;
1343
			communeModifiee = true;
-
 
1344
		}
1343
	}
1345
	}
Line 1344... Line 1346...
1344
 
1346
 
Line 1345... Line 1347...
1345
	private void rafraichirCommuneEtCoord(EntiteGeographiqueObservation infosCom) {
1347
	private void rafraichirCommuneEtCoord(EntiteGeographiqueObservation infosCom) {