Opened 15 years ago

Closed 14 years ago

#481 closed enhancement (fixed)

Add WFS conf profiles

Reported by: christoph Owned by: christoph
Priority: major Milestone: 2.7 release
Component: wfs Version:
Keywords: Cc:

Description

for gazetteer, digitize, download

Change History (6)

comment:1 by christoph, 15 years ago

trunk:

https://trac.osgeo.org/mapbender/changeset/4003 https://trac.osgeo.org/mapbender/changeset/4004 https://trac.osgeo.org/mapbender/changeset/4005 https://trac.osgeo.org/mapbender/changeset/4006

--
-- update wfs conf module
UPDATE gui_element SET
e_attributes = 'href = "../php/mod_wfs_conf_client.php" target="AdminFrame"'
WHERE e_id = 'wfs_conf' AND fkey_gui_id IN ('admin1', 'admin_de_services', 'admin_en_services');

ALTER TABLE wfs_conf ADD COLUMN
wfs_conf_type int4 NOT NULL DEFAULT 0;
--
-- new wfs conf columns
ALTER TABLE wfs_conf_element ADD COLUMN
f_helptext text;

ALTER TABLE wfs_conf_element ADD COLUMN
f_category_name varchar(255) NOT NULL DEFAULT '';


comment:4 by verenadiewald, 14 years ago

profile for gazetteer does not offer the possibility to insert a html element like in the digitize profile -> should be possible to insert for example a html for a select box for search

comment:5 by verenadiewald, 14 years ago

checked profile for search: it is possible to add a html element

comment:6 by verenadiewald, 14 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.