Opened 14 years ago
Closed 14 years ago
#675 closed enhancement (fixed)
Make layer titles editable
Reported by: | christoph | Owned by: | christoph |
---|---|---|---|
Priority: | major | Milestone: | 2.7 release |
Component: | wms | Version: | 2.6.2 |
Keywords: | Cc: |
Description
In the admin interface "edit GUI WMS" you should be able to set the layer titles for each application
Change History (8)
comment:1 by , 14 years ago
Owner: | changed from | to
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 14 years ago
comment:5 by , 14 years ago
BUG
- Administration -> Link WMS to application does not add the gui_layer_title
comment:7 by , 14 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
- keep changed layer tites on update of the WMS (maybe a checkbox in the update WMS admnistration)
- make it possible to transfer the changed layer titles to all applications where the WMS is included (else you would have to change the titles in every single application)
comment:8 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
Added a new column "gui_layer_title" to table "gui_layer". Set the column with default values (layer.layer_title).
Then added gui_layer_title to class_wms.php (CRU), and used it in WMC and treefolder.
A problem is, that before this change the WMS title was displayed in the layer tree and the WMC. For convenience, I changed it to the root layer title. I find this more coherent, but I'm not sure it's right for everyone
trunk
changeset:6757