Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/jsp/mainlayout.jsp @ 291:b48172dc24ed
Added demo wkt linestrings via xslt and javascript.
gnv/trunk@453 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 17 Dec 2009 15:41:26 +0000 |
parents | 573655a161d7 |
children | 1b8fd2635ce4 |
comparison
equal
deleted
inserted
replaced
290:ca10f0ea153a | 291:b48172dc24ed |
---|---|
13 <meta http-equiv="pragma" content="no-cache"/> | 13 <meta http-equiv="pragma" content="no-cache"/> |
14 <meta http-equiv="cache-control" content="no-cache"/> | 14 <meta http-equiv="cache-control" content="no-cache"/> |
15 <meta name="robots" content="noindex"/> | 15 <meta name="robots" content="noindex"/> |
16 <link href="styles/default.css" rel="stylesheet" type="text/css"/> | 16 <link href="styles/default.css" rel="stylesheet" type="text/css"/> |
17 <script type="text/javascript" src="scripts/gnviewer.js"></script> | 17 <script type="text/javascript" src="scripts/gnviewer.js"></script> |
18 <script type="text/javascript"> | |
19 function copy_demo_wkt_line() { | |
20 document.getElementById('mesh_linestring').value = | |
21 "LINESTRING (" + | |
22 "0.4911 56.2489, " + | |
23 "10.4464 58.1608, " + | |
24 "12.2321 56.4127, " + | |
25 "13.1250 54.8832, " + | |
26 "15.4018 54.5008, " + | |
27 "19.6875 56.4127, " + | |
28 "20.6250 59.0349, " + | |
29 "28.1250 60.2640)"; | |
30 } | |
31 </script> | |
18 </head> | 32 </head> |
19 | 33 |
20 <body id="gnviewerbody"> | 34 <body id="gnviewerbody"> |
21 <div id="overlay"></div> | 35 <div id="overlay"></div> |
22 <div style="width:100%;left:0;top:0;width:100%;height:100%;position:absolute"> | 36 <div style="width:100%;left:0;top:0;width:100%;height:100%;position:absolute"> |