Skip to content
Snippets Groups Projects
Commit 13fedb71 authored by gpawel's avatar gpawel
Browse files

LMS-2567 PlasMapper doesn't support SVG images larger than 800x800 correctly

SVN: 23262
parent 8f511ed4
No related branches found
No related tags found
No related merge requests found
...@@ -92,7 +92,7 @@ public class PlasMapperUploader ...@@ -92,7 +92,7 @@ public class PlasMapperUploader
result.setProperty("mapTitle", ""); result.setProperty("mapTitle", "");
result.setProperty("comment", "Created using PlasMapper"); result.setProperty("comment", "Created using PlasMapper");
result.setProperty("imageFormat", "SVG"); result.setProperty("imageFormat", "SVG");
result.setProperty("imageSize", "900 x 900"); result.setProperty("imageSize", "800 x 800");
result.setProperty("backbone", "medium"); result.setProperty("backbone", "medium");
result.setProperty("arc", "medium"); result.setProperty("arc", "medium");
// special: result of request == relative path to the SVG/GB file // special: result of request == relative path to the SVG/GB file
......
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