comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/map/MapPanel.java @ 5539:8d0af912351c

Revert config.yaml to usable version. Some changes to Map resizing in DigitizePanel.
author Christian Lins <christian.lins@intevation.de>
date Wed, 03 Apr 2013 15:59:01 +0200
parents ef32ab3c1679
children
comparison
equal deleted inserted replaced
5538:ef32ab3c1679 5539:8d0af912351c
47 47
48 add(toolbar); 48 add(toolbar);
49 add(floodMapWidget); 49 add(floodMapWidget);
50 } 50 }
51 51
52 public void updateSize() {
53 floodMapWidget.getMap().updateSize();
54 }
55
56 public void doLayout(int w, int h) { 52 public void doLayout(int w, int h) {
57 int width = w; 53 int width = w;
58 int height = h; 54 int height = h;
59 GWT.log("MapPanel.size: " + width + "x" + height); 55 GWT.log("MapPanel.size: " + width + "x" + height);
60 56

http://dive4elements.wald.intevation.org