Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 1269:45791d12a1f4
Bugfix: #298 Floodmaps initial zoom is determined by the WSPLGEN layer's extent.
flys-client/trunk@2828 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 26 Sep 2011 15:38:27 +0000 |
parents | d0500e993218 |
children | ea9a73782de4 |
comparison
equal
deleted
inserted
replaced
1268:d0500e993218 | 1269:45791d12a1f4 |
---|---|
1 2011-09-26 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 flys/issue298 (Karte: Automatischer Zoom auf Berechnungsergebnisse) | |
4 | |
5 * src/main/java/de/intevation/flys/client/client/ui/map/MapOutputTab.java: | |
6 The initial zoom of the map is determined by the extents of all layers | |
7 in the map OR by the wsplgen layer, if such layer is existing and if it | |
8 has an extent set. | |
9 | |
1 2011-09-26 Ingo Weinzierl <ingo@intevation.de> | 10 2011-09-26 Ingo Weinzierl <ingo@intevation.de> |
2 | 11 |
3 * src/main/java/de/intevation/flys/client/client/ui/DatacageWidget.java: | 12 * src/main/java/de/intevation/flys/client/client/ui/DatacageWidget.java: |
4 Added new method to adjust the selection type (multi or single select). | 13 Added new method to adjust the selection type (multi or single select). |
5 | 14 |