Mercurial > dive4elements > gnv-client
diff gnv/src/main/webapp/WEB-INF/jsp/includes/display_mapviewercall_inc.jsp @ 559:2183c764b403
Added temporally Possibility to send an MapViewer-Interface-Request using the GUI of the GNV
gnv/trunk@655 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 02 Feb 2010 08:22:20 +0000 |
parents | |
children | 0fc9cd280f1e |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv/src/main/webapp/WEB-INF/jsp/includes/display_mapviewercall_inc.jsp Tue Feb 02 08:22:20 2010 +0000 @@ -0,0 +1,29 @@ +<div id="basefilter" style="left:310px;position:absolute"> + <form action="<%=response.encodeURL("extcall.do")%>" method="post"> + <fieldset> + <legend>Kartenviewer Request</legend> + <input type="hidden" name="document" value="<?xml version='1.0' encoding='UTF-8'?> + <gnviewer> + <mapservices> + <mapservice id='fis_modeldata' type='arcims' url='http://foo.bar.de'> + <layer id='2' name='Salzgehalt [pSal]'/> + <layer id='grouplayer' name='Grouplayer'> + <layer id='1' name='Temperatur [degC]'/> + <layer id='50' name='Wasserstand [m]'/> + </layer> + </mapservice> + <mapservice id='fis_marnet' type='wms' url='http://foo1.bar.de'> + <layer id='51' name='Lufttemperatur [degC]'/> + <layer id='2' name='Salzgehalt [pSal]'/> + <layer id='31' name='Sauerstoffsaettigung [percent]'/> + </mapservice> + </mapservices> + <location> + <srs>EPSG:4324</srs> + <data>POINT(8.6 56.0)</data> + </location> + </gnviewer>"/> + <input type="submit" name="btClick" value="Ausführen" /> + </fieldset> + </form> +</div> \ No newline at end of file