27 | | 3 Click on "display" buton to see the profile |
28 | | |
29 | | 4 Click on "Remove" to create a new profile |
30 | | |
31 | | {{{ |
32 | | #!html |
33 | | <div class="tools"> |
34 | | |
35 | | <h3>Draw a line on the map</h3> |
36 | | <center> |
37 | | <ul> |
38 | | <li class="inlinebuttons"><input type="button" value="Create a Line" onclick="toggleControl();" class="button" /></li> |
39 | | <li class="inlinebuttons"><input type="button" value="Remove Line" onclick="restart();" class="button" /></li> |
40 | | </ul> |
41 | | </center> |
42 | | |
43 | | <h3>Display alitude profile</h3> |
44 | | <ul> |
45 | | <li> <input type="button" value="Display" onclick="simpleProcessing1('buffer');" class="button" /> </li> |
46 | | </ul> |
47 | | |
48 | | |
49 | | |
50 | | </div> |
51 | | }}} |
| 27 | 3 Click on "Remove" to create a new profile |