An OpenLayers control that generates a PDF based on the Map’s extent
mapfish. widgets. print. PrintAction | An OpenLayers control that generates a PDF based on the Map’s extent |
Constructor | |
mapfish. widgets. print. PrintAction | |
Functions | |
fillSpec | Add the page definitions and set the other parameters. |
getCurDpi | Override this method if you want to use another logic. |
getCurLayout | Override this method if you want to use another logic. |
fillSpec: function( printCommand )
Add the page definitions and set the other parameters.
This method can be overriden to customise the spec sent to the printer. Don’t forget to call the parent implementation.
printCommand | {mapfish.PrintProtocol} The print definition to fill. |
Add the page definitions and set the other parameters.
fillSpec: function( printCommand )
Override this method if you want to use another logic.
getCurDpi: function()
Override this method if you want to use another logic.
getCurLayout: function()