Skip to content
Snippets Groups Projects
Commit 134ef29e authored by buczekp's avatar buczekp
Browse files

[LMS-2357] switch from PNG to SVG for better image quality

SVN: 21844
parent af1bcb1c
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ public class PlasMapperUploader
result.setProperty("tickMark", "0");
result.setProperty("mapTitle", "");
result.setProperty("comment", "Created using PlasMapper");
result.setProperty("imageFormat", "PNG");
result.setProperty("imageFormat", "SVG");
result.setProperty("imageSize", "900 x 900");
result.setProperty("backbone", "medium");
result.setProperty("arc", "medium");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment