Add download-as-svg options

This commit is contained in:
Pieter Vander Vennet 2022-03-18 01:21:00 +01:00
parent e6997f9b9d
commit 308ab74a08
9 changed files with 266 additions and 58 deletions

View file

@ -102,6 +102,8 @@
"download": {
"downloadAsPdf": "Download a PDF of the current map",
"downloadAsPdfHelper": "Ideal to print the current map",
"downloadAsSvg": "Download an SVG of the current map",
"downloadAsSvgHelper": "Compatible Inkscape or Adobe Illustrator; will need further processing ",
"downloadCSV": "Download visible data as CSV",
"downloadCSVHelper": "Compatible with LibreOffice Calc, Excel, …",
"downloadFeatureAsGeojson": "Download as GeoJson-file",