I am creating a javascript application (using angularjs) that uses leafletjs and leaflet-dvf to display pie charts as SVGs on a map. It does not use server languages โโ(php, asp.net, etc.), and I would like to save it that way.
The application now fully works, and I would like to add the ability to export the map using SVG markers in png / pdf / regardless of the use of javascript only. I tried several solutions and I still have not found a suitable solution.
Leaflet-Save-Map-to-PNG uses php and therefore does not fit my needs.
Leaflet.Print requires the installation of geoserver or mapfish, I would like to use only javascript.
Leaflet-image does not display SVG cakes, but only the basic level.
Am I missing a project or is there no solution for my problem?
source share