Opened 16 years ago

Closed 15 years ago

#231 closed enhancement (fixed)

Splash screen for Mapbender

Reported by: christoph Owned by: mapbender_dev@…
Priority: minor Milestone: 2.6 release
Component: core Version:
Keywords: Cc:

Description

Change History (4)

comment:1 by christoph, 16 years ago

Resolution: fixed
Status: newclosed

comment:2 by christoph, 15 years ago

Resolution: fixed
Status: closedreopened

Doesn't work for WMS containers

Has to be parametrized by element vars (use patch by M. Schulz)

comment:3 by christoph, 15 years ago

Priority: majorminor

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 christoph, 15 years ago

Resolution: fixed
Status: reopenedclosed

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

http://trac.osgeo.org/mapbender/changeset/3542

Note: See TracTickets for help on using tickets.