Hi all,
using the ExportWebMaptask function of the new print widget. Much nicer than the old one, but wondering if there is some way to make the image quality better?
I see the task has options to set the dpi and image size:
But, is there a way to modify the JSON string being sent to the task to overcome the default 96 dpi setting?
Thanks again,
R_
using the ExportWebMaptask function of the new print widget. Much nicer than the old one, but wondering if there is some way to make the image quality better?
I see the task has options to set the dpi and image size:
Code:
"exportOptions": {
"dpi" : 300,
"outputSize" : [
500,
500
]
}
Thanks again,
R_