Changes between Version 32 and Version 33 of ZooWebSite/Demo/GdalProfileJs
- Timestamp:
- Dec 1, 2010, 4:15:45 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/Demo/GdalProfileJs
v32 v33 155 155 function lineFeaturAadded(feature) { 156 156 simpleProcessing1(); 157 $( "#dialog" ).dialog( "open" ); 157 $(document).ready(function () { 158 159 $("#dialog").dialog({ 160 autoOpen: false, 161 height: 230, 162 width: 500, 163 resizable: false 164 }); 165 166 $( "#dialog" ).dialog( "open" ); 167 return false; 168 }); 169 170 171 }); 172 158 173 159 174