Changes between Version 9 and Version 10 of Printing

Show
Ignore:
Timestamp:
10/10/08 16:31:58 (5 years ago)
Author:
openlayers
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Printing

    v9 v10  
    9696    new OpenLayers.Ajax.Request(printurl, {method:'post', parameters:printparams, onComplete:printDone }); 
    9797    // if using OpenLayers 2.7 or later use this request (printDone function not necessary): 
    98     // new OpenLayers.Request.issue({method:'POST', url:printURL, params:{width:size.w, height:size.h, 
     98    // new OpenLayers.Request.issue({method:'POST', url:printurl, params:{width:size.w, height:size.h, 
    9999    // tiles:tiles_json}, callback: function (request) {window.open(request.responseText);}}); 
    100100  }