| 1 | = Gdal Profile Tool GDAL Based = |
| 2 | |
| 3 | {{{ |
| 4 | #!html |
| 5 | <div id="map"></div> |
| 6 | }}} |
| 7 | |
| 8 | == Profile tool == |
| 9 | |
| 10 | {{{ |
| 11 | #!html |
| 12 | <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 profile |
| 17 | </p> |
| 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> |
| 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> |
| 32 | |
| 33 | <div style="margin-left: -25px; width: 280px; height: 200px;" id="chart_container"></div> |
| 34 | |
| 35 | </div> |
| 36 | }}} |
| 37 | |
| 38 | == Description == |
| 39 | |
| 40 | The ZOO Profile tools demo is using the Gdal_ExtractProfile ZOO services to extract the z value according to the created line-string. |
| 41 | |
| 42 | == Data sources == |
| 43 | |
| 44 | * Nasa Landsat WMS |
| 45 | * GTOPO 30 DEM WMS |