Is your feature request related to a problem? Please describe.
I'm creating a solution for a beekeepers team tracking asian hornet sightings. I use the click on map popup with geo data. Now they copy the information by selecting it and press ctrl+c.
Can't it be dynamic? if you click on the presented data "lat,long" that it is saved to the clipboard?
Alternative:
add url solution to point to a flask endpoint and present the data as a json {"lat":lat, "long":long}
Thank you