Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 459 Rev 610
Line 285... Line 285...
285
			map.setSize((this.getWidth() - 12)+"px" , (this.getHeight() - 24)+"px");
285
			map.setSize((this.getWidth() - 12)+"px" , (this.getHeight() - 24)+"px");
286
			panneauCarto.setSize((this.getWidth() - 12)+"px" , (this.getHeight() - 12)+"px");
286
			panneauCarto.setSize((this.getWidth() - 12)+"px" , (this.getHeight() - 12)+"px");
287
		}
287
		}
288
		map.setCenter(pointCommune, niveauZoom);
288
		map.setCenter(pointCommune, niveauZoom);
289
		map.checkResizeAndCenter();
289
		map.checkResizeAndCenter();
-
 
290
		doLayout();
290
	}
291
	}
Line 291... Line 292...
291
 
292
 
292
	public boolean isCarteAjoutee() {
293
	public boolean isCarteAjoutee() {
293
		return carteAjoutee;
294
		return carteAjoutee;