Fix dasharrays, add custom size PNG export

This commit is contained in:
Pieter Vander Vennet 2024-04-01 01:39:04 +02:00
parent faff07d231
commit a79675c879
7 changed files with 52 additions and 7 deletions

View file

@ -192,6 +192,13 @@
"customThemeIntro": "These are previously visited user-generated themes.",
"customThemeTitle": "Custom themes",
"download": {
"custom": {
"download": "Download PNG of {width}mm wide and {height}mm high",
"downloadHelper": "This is meant for print",
"height": "Image height (in mm):",
"title": "Download an image with a custom width and height",
"width": "Image width (in mm): "
},
"downloadAsPdf": "Download a PDF of the current map",
"downloadAsPdfHelper": "Ideal to print the current map",
"downloadAsPng": "Download as image",