Skip to content
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

Merged
merged 2 commits into from
Mar 7, 2017
Merged

Map Image PDF Export #495

merged 2 commits into from
Mar 7, 2017

Conversation

NielsCharlier
Copy link
Contributor

No description provided.

@@ -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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extra endline white space :-(

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed it

@sbrunner
Copy link
Member

Sorry but I don't understand the goal of this pull request ...

Copy link
Member

@sbrunner sbrunner left a 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 :-)

@NielsCharlier
Copy link
Contributor Author

NielsCharlier commented Mar 1, 2017

In the meantime, there seems to be a conflict with more recent changes.

Graphics g = pdfCB.createGraphics(width, height);
drawGraphics(width, height, graphics, g);
g.dispose();
document.close();
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made the change

Copy link
Contributor

@pvalsecc pvalsecc left a 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!

@pvalsecc pvalsecc merged commit 3a268b5 into mapfish:master Mar 7, 2017
@NielsCharlier NielsCharlier deleted the exportimage branch May 2, 2017 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants