-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Map Image PDF Export #495
Map Image PDF Export #495
Conversation
@@ -24,6 +24,8 @@ | |||
p:fileSuffix="jpeg" p:contentType="image/jpeg"/> | |||
<bean id="tiffMapOutputFormat" class="org.mapfish.print.output.MapExportOutputFormat" scope="prototype" | |||
p:fileSuffix="tiff" p:contentType="image/tiff"/> | |||
<bean id="tifMapOutputFormat" class="org.mapfish.print.output.MapExportOutputFormat" scope="prototype" | |||
<bean id="tifMapOutputFormat" class="org.mapfish.print.output.MapExportOutputFormat" scope="prototype" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra endline white space :-(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed it
72b9125
to
f3b6d43
Compare
Sorry but I don't understand the goal of this pull request ... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finally I understand that :-)
In the meantime, there seems to be a conflict with more recent changes. |
f3b6d43
to
cfa257b
Compare
Graphics g = pdfCB.createGraphics(width, height); | ||
drawGraphics(width, height, graphics, g); | ||
g.dispose(); | ||
document.close(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those two belong to a finally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made the change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the quick fix!
No description provided.