I'm making an Angular4 app with leaflet maps and I need to export the current view of a map in one JPG image. Something like taking a screen shot but just the map with markers and polylines.
So, first I put markers and polylines in my leaflet map, and then I have to press a button that export the current view (including markers an polylines) in a JPG or PNG image and then ask me where to save the image.
Is there any way to do that? Some plugin that I could use?
Please help
Here is a rough implementation, substitute in your own relevant code.
The last function
saveSvgAsPng()
is from this library https://github.com/exupero/saveSvgAsPng, it allows you to save a<svg>
element into a PNG or data url