3

I am using React-leaflet for generating a dynamic map using latitudes and longitudes. Now , i have to show that map in a pptx and in doc file. Is there any way i can export this map as an image or in byte64 format , so that i can include that in my generated PPT files.

I tried few examples , but nothing seems to be working.

1 Answer 1

2

Take a look at the Leaflet print/export plugins. The Leaflet-image plugin looks especially promising.

Not the answer you're looking for? Browse other questions tagged or ask your own question.