Changes between Version 35 and Version 36 of ZooWebSite/Demo/GdalProfileJs
- Timestamp:
- Dec 1, 2010, 4:25:24 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ZooWebSite/Demo/GdalProfileJs
v35 v36 155 155 function lineFeaturAadded(feature) { 156 156 simpleProcessing1(); 157 } 157 158 158 159 159 $("#dialog").dialog({ … … 166 166 $( "#dialog" ).dialog( "open" ); 167 167 return false; 168 169 170 });171 172 173 168 174 169 }