Changes between Version 9 and Version 10 of Printing
- Timestamp:
- 10/10/08 16:31:58 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Printing
v9 v10 96 96 new OpenLayers.Ajax.Request(printurl, {method:'post', parameters:printparams, onComplete:printDone }); 97 97 // if using OpenLayers 2.7 or later use this request (printDone function not necessary): 98 // new OpenLayers.Request.issue({method:'POST', url:print URL, params:{width:size.w, height:size.h,98 // new OpenLayers.Request.issue({method:'POST', url:printurl, params:{width:size.w, height:size.h, 99 99 // tiles:tiles_json}, callback: function (request) {window.open(request.responseText);}}); 100 100 }
