Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/WEB-INF/jsp/mainlayout.jsp @ 399:aaf04967bd53
Using a simpler demo WKT polygon in "Horizontalschnitt".
gnv/trunk@556 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Sun, 17 Jan 2010 21:18:30 +0000 |
parents | d812c5b62eb4 |
children | b5733f9f386b |
comparison
equal
deleted
inserted
replaced
398:9005b39c52ac | 399:aaf04967bd53 |
---|---|
29 "28.1250 60.2640)"; | 29 "28.1250 60.2640)"; |
30 } | 30 } |
31 function copy_demo_wkt_polygon() { | 31 function copy_demo_wkt_polygon() { |
32 document.getElementById('mesh_polygon').value = | 32 document.getElementById('mesh_polygon').value = |
33 "POLYGON ((" + | 33 "POLYGON ((" + |
34 " 3.6192 60.1240," + | 34 "-1.5763 58.3616, " + |
35 " -0.0100 58.2274," + | 35 " 0.7526 53.8428, " + |
36 " 0.0602 54.7387," + | 36 " 4.2686 53.1972, " + |
37 " 1.0436 53.3338," + | 37 " 7.9217 54.1441, " + |
38 " 2.2612 52.1397," + | 38 " 7.6020 56.2959, " + |
39 " 3.6192 52.1162," + | 39 "11.5747 57.2857, " + |
40 " 4.7899 53.5445," + | 40 "10.4788 58.4908, " + |
41 " 6.3587 54.1533," + | 41 " 4.2686 58.8996, " + |
42 " 8.0211 54.1065," + | 42 " 0.0219 58.5768, " + |
43 " 7.9041 55.6284," + | 43 "-1.5763 58.3616))"; |
44 " 8.0211 57.2206," + | |
45 " 9.4963 57.4782," + | |
46 " 9.9411 57.8762," + | |
47 " 10.8777 57.7357," + | |
48 " 10.7607 57.0567," + | |
49 " 10.5265 56.7523," + | |
50 " 11.2289 56.2840," + | |
51 " 10.6202 55.8157," + | |
52 " 11.3460 55.2070," + | |
53 " 12.2358 55.9796," + | |
54 " 12.3060 56.6118," + | |
55 " 11.5568 57.7357," + | |
56 " 10.9246 58.6489," + | |
57 " 10.4797 58.9065," + | |
58 " 9.7772 58.5787," + | |
59 " 8.4660 57.8528," + | |
60 " 7.0143 57.4548," + | |
61 " 5.9373 58.0401," + | |
62 " 4.9304 59.1172," + | |
63 " 4.6026 59.7026," + | |
64 " 4.5324 59.9133," + | |
65 " 4.3216 59.8899," + | |
66 " 4.0641 59.8196," + | |
67 " 3.6192 60.1006," + | |
68 " 3.6192 60.1240))"; | |
69 } | 44 } |
70 </script> | 45 </script> |
71 </head> | 46 </head> |
72 | 47 |
73 <body id="gnviewerbody"> | 48 <body id="gnviewerbody"> |