view gnv/src/main/webapp/WEB-INF/jsp/mainlayout.jsp @ 392:1b8fd2635ce4

Added wkt polygon to test the "Horizontalschnitt" gnv/trunk@535 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 13 Jan 2010 06:51:52 +0000
parents b48172dc24ed
children d812c5b62eb4
line wrap: on
line source
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %>
<html xhtml="true" locale="true">
    <head>
        <title>
            <bean:message key="gnviewer.app.title"/>
        </title>
        <meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
        <meta http-equiv="Content-Script-Type" content="text/javascript"/>
        <meta http-equiv="Content-Style-Type" content="text/css"/>
        <meta http-equiv="Expires" content="Mon, 01 Jan 1990 00:00:01 GMT"/>
        <meta http-equiv="pragma" content="no-cache"/>
        <meta http-equiv="cache-control" content="no-cache"/>
        <meta name="robots" content="noindex"/>
        <link href="styles/default.css" rel="stylesheet" type="text/css"/>
        <script type="text/javascript" src="scripts/gnviewer.js"></script>
        <script type="text/javascript">
            function copy_demo_wkt_line() {
              document.getElementById('mesh_linestring').value =
              "LINESTRING (" +
              "0.4911 56.2489, " +
              "10.4464 58.1608, " +
              "12.2321 56.4127, " +
              "13.1250 54.8832, " +
              "15.4018 54.5008, " +
              "19.6875 56.4127, " +
              "20.6250 59.0349, " +
              "28.1250 60.2640)";
            }
            function copy_demo_wkt_polygon() {
              document.getElementById('mesh_linestring').value =
"POLYGON ((" +
"  3.619257904890151 60.124073114994786," +
" -0.0100024331643465 58.22749190607598," +
"  0.0602413153141276 54.73871906497843," +
"  1.0436537940127657 53.33384409540895," +
"  2.2612121009729846 52.13970037127489," +
"  3.619257904890151 52.116285788448735," +
"  4.789987046198053 53.544575340844375," +
"  6.358764095550643 54.15335449432448," +
"  8.021199476207865 54.10652532867217," +
"  7.904126562077074 55.62847321237244," +
"  8.021199476207865 57.22066484455119," +
"  9.496318194255823 57.478225255638925," +
"  9.941195267952825 57.876273163683614," +
" 10.877778580999147 57.73578566672666," +
" 10.760705666868358 57.05676276476808," +
" 10.526559838606776 56.75237318802803," +
" 11.228997323391518 56.28408153150487," +
" 10.620218169911409 55.815789874981704," +
" 11.346070237522309 55.2070107215016," +
" 12.235824384916315 55.97969195476481," +
" 12.306068133394788 56.61188569107108," +
" 11.55680148295773 57.73578566672666," +
" 10.924607746651462 58.64895439694683," +
" 10.47973067295446 58.906514808034565," +
"  9.777293188169718 58.57871064846835," +
"  8.466076549904868 57.85285858085746," +
"  7.014372414683068 57.45481067281277," +
"  5.937301604679798 58.04017524346672," +
"  4.930474543155002 59.11724605346999," +
"  4.602670383588789 59.70261062412394," +
"  4.5324266351103155 59.91334186955937," +
"  4.321695389674892 59.889927286733204," +
"  4.064134978587155 59.81968353825473," +
"  3.619257904890151 60.10065853216863," +
"  3.619257904890151 60.124073114994786))";
            }
        </script>
    </head>

    <body id="gnviewerbody">
    <div id="overlay"></div>
    <div style="width:100%;left:0;top:0;width:100%;height:100%;position:absolute">
        <div id="overlayContent">
            <p>
                <bean:message key="gnviewer.productselection.overlay.title"/>
            </p>
        </div>
    </div>
    <div id="page">
        <jsp:include page="header.jsp" />
         <jsp:include page="index.jsp" />
        <jsp:include page="footer.jsp" />
    </div>
    </body>
</html>

http://dive4elements.wald.intevation.org