Mercurial > dive4elements > river
view gwt-client/src/main/webapp/WEB-INF/features.xml @ 9738:afad1fac70fb 3.2.x
Cleanup mapfile templating a bit
_ Update names and titles
_ Skip wms_onlineresource because it's set automatically
_ Contact information is optional according to WMS specification
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Mon, 25 Jul 2022 16:21:34 +0200 |
parents | 2a5cc260c492 |
children | 7bbfb24e6eec |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <ftr:features xmlns:ftr="http://www.intevation.de/2012/flys/features"> <ftr:role name="d4e_demo_all"> <ftr:feature>module:winfo</ftr:feature> <ftr:feature>module:minfo</ftr:feature> <ftr:feature>module:new_map</ftr:feature> <ftr:feature>module:new_chart</ftr:feature> <ftr:feature>module:fixanalysis</ftr:feature> <ftr:feature>river:Beispielfluss</ftr:feature> </ftr:role> <ftr:role name="d4e_demo_extern"> <ftr:feature>module:winfo</ftr:feature> <ftr:feature>module:minfo</ftr:feature> <ftr:feature>river:Beispielfluss</ftr:feature> </ftr:role> </ftr:features>