Changes between Version 1 and Version 2 of ZooWebSite/Demo/GdalProfile
- Timestamp:
- Dec 1, 2010, 10:24:51 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/Demo/GdalProfile
v1 v2 8 8 == Profile tool == 9 9 10 1 Zoom somewhere on the DEM layer<br> 11 2 Draw a line and double clik to validate it<br> 12 3 Click on "display" buton to see the profile<br> 13 4 Click on "Remove" to create a new profile 14 10 15 {{{ 11 16 #!html 12 17 <div class="tools"> 13 <p>1) Zoom somewhere on the DEM layer<br>14 2) Draw a line and double clik to validate it<br>15 3) Click on "display" buton to see the profile<br>16 4) Click on "Remove" to create a new profile17 </p>18 18 19 <h3>Draw a line on the map</h3>20 <center>21 <ul>22 <li class="inlinebuttons"><input type="button" value="Create a Line" onclick="toggleControl();" class="button"></li>23 <li class="inlinebuttons"><input type="button" value="Remove Line" onclick="restart();" class="button"></li>24 </ul>25 </center>19 <h3>Draw a line on the map</h3> 20 <center> 21 <ul> 22 <li class="inlinebuttons"><input type="button" value="Create a Line" onclick="toggleControl();" class="button" /></li> 23 <li class="inlinebuttons"><input type="button" value="Remove Line" onclick="restart();" class="button" /></li> 24 </ul> 25 </center> 26 26 27 <h3>Display alitude profile</h3> 28 <ul> 29 <li> <input type="button" value="Display" onclick="simpleProcessing1('buffer');" class="button"> 30 </li> 31 </ul> 27 <h3>Display alitude profile</h3> 28 <ul> 29 <li> <input type="button" value="Display" onclick="simpleProcessing1('buffer');" class="button" /> </li> 30 </ul> 32 31 33 <div style="margin-left: -25px; width: 280px; height: 200px;" id="chart_container"></div>32 <div style="margin-left: -25px; width: 280px; height: 200px;" id="chart_container"></div> 34 33 35 34 </div> 36 35 }}} 37 36