Changes between Version 31 and Version 32 of ZooWebSite/Demo/GdalProfileJs
- Timestamp:
- Dec 1, 2010, 4:09:36 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/Demo/GdalProfileJs
v31 v32 155 155 function lineFeaturAadded(feature) { 156 156 simpleProcessing1(); 157 $("#dialog").dialog({ 158 autoOpen: false, 159 height: 150, 160 width: 200, 161 resizable: false 162 }); 157 $( "#dialog" ).dialog( "open" ); 158 163 159 164 160 }