eurostat / eurostat-map.js

Reusable library to quickly create and customise web maps showing Eurostat data directly retrieved from Eurostat database.
https://github.com/eurostat/eurostat-map.js
Other
60 stars 4 forks source link

Export map. As a SVG file. #24

Closed jgaffuri closed 3 years ago

jgaffuri commented 3 years ago

For users willing to further customise their map, a possibility to export the map as a SVG file to be edited with (for example) inkscape, should be provided. In oder to make these SVG files thiner, it might be needed to round the coordinates first, with d3.round function.