Mercurial > dive4elements > river
comparison flys-client/ChangeLog @ 1382:78542ff1f562
Update map and theme panel when new layers are added via datacage or removed by context menu.
flys-client/trunk@3155 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 03 Nov 2011 14:51:16 +0000 |
parents | 4459901e4ec0 |
children | a09b7ff5c630 |
comparison
equal
deleted
inserted
replaced
1381:4459901e4ec0 | 1382:78542ff1f562 |
---|---|
1 2011-11-03 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/client/client/ui/map/MapOutputTab.java: | |
4 Added methods to add and remove Layer instance to/from Map and grant | |
5 public access to createWMSLayer() method. | |
6 | |
7 * src/main/java/de/intevation/flys/client/client/ui/ThemePanel.java: Moved | |
8 code to add new FacetRecords to the grid to an own method | |
9 addFacetRecord(). | |
10 | |
11 * src/main/java/de/intevation/flys/client/client/ui/map/MapThemePanel.java: | |
12 Override addFacetRecord() to be able to detect new FacetRecords. In this | |
13 case, we gonna create new WMS layers based on the FacetRecord and add a | |
14 new Layer object to the Map. | |
15 Override createRemoveItem() which removes a layer from Map and from | |
16 ThemePanel. | |
17 | |
1 2011-11-01 Raimund Renkert <raimund.renkert@intevation.de> | 18 2011-11-01 Raimund Renkert <raimund.renkert@intevation.de> |
2 | 19 |
3 * src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java: | 20 * src/main/java/de/intevation/flys/client/client/ui/StyleEditorWindow.java: |
4 Updated the theme editor window layout. | 21 Updated the theme editor window layout. |
5 | 22 |