angularjs - export to image leaflet map with SVG markers in javascript -
i building javascript application (using angularjs) uses leafletjs , leaflet-dvf display pie charts svg on map. not using server side languages (php, asp.net, etc), , keep this.
the application working , add possibility export map svg markers png/pdf/whatever using javascript only. have tried several solutions , still did not find suitable solution.
leaflet-save-map-to-png uses php , not fit needs.
leaflet.print requires geoserver or mapfish installed, use javascript.
leaflet-image not render svg pies, base layer.
did miss project or there no solution problem?
Comments
Post a Comment