Changes between Version 14 and Version 15 of ZooWebSite/Demo/GdalProfile
- Timestamp:
- Dec 1, 2010, 1:23:14 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/Demo/GdalProfile
v14 v15 1 = Gdal Profile Tool GDAL Based=1 = ZOO elevation profile demo = 2 2 3 3 {{{ 4 4 #!html 5 5 <div class="fg-toolbar ui-widget-header ui-corner-all ui-helper-clearfix"> 6 6 <div class="fg-buttonset fg-buttonset-single ui-corner-all"> 7 7 <a href="#" class="fg-button ui-state-default fg-button-icon-solo ui-corner-all ui-state-active" title="Pan" name="pan" onclick="toggleControl(this);"><span class="ui-icon pan"></span>Pan</a> … … 11 11 <a href="#" class="fg-button ui-state-default fg-button-icon-solo ui-corner-all" title="Delete Profile" name="deleteprofile" onclick="toggleControl(this);"><span class="ui-icon deleteprofile"></span>Delete profile</a> 12 12 </div> 13 </div> 13 14 14 15 <div id="map" style="width:100%;border:0;"></div>