Opened 16 years ago
Closed 16 years ago
#231 closed enhancement (fixed)
Splash screen for Mapbender
Reported by: | christoph | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.6 release |
Component: | core | Version: | |
Keywords: | Cc: |
Description
Change History (4)
comment:1 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:3 by , 16 years ago
Priority: | major → minor |
---|
added m.schulz' patch to trunk, some modifications
http://trac.osgeo.org/mapbender/changeset/3406
This now allows to add a splash screen via element vars, added a sample splash screen to gui1.
If no splash screen is set, a demo splash screen is used. This is open for discussion.
Still have to check compatibility with WMS containers
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Now compatible with containers. Had to change the body attribute though
UPDATE gui_element SET e_attributes = 'onload="init()"' WHERE e_id = 'body' AND fkey_gui_id IN ('wms_africa', 'wms_australia', 'wms_europe', 'wms_gdi_de', 'wms_germany', 'wms_north_america', 'wms_worldwide');
The body element MUST have an onload call to "init()"
Added template splash screen here
Note:
See TracTickets
for help on using tickets.
Doesn't work for WMS containers
Has to be parametrized by element vars (use patch by M. Schulz)