xcube-dev / xcube-viewer

A simple viewer component for xcube-server
https://xcube-dev.github.io/xcube-viewer/
MIT License
29 stars 10 forks source link

Copy the map image to clipboard #428

Open ruchimotwaniBC opened 1 month ago

ruchimotwaniBC commented 1 month ago

This PR implements the map export feature which closes #290 . The camera icon button on map's action bar allows user to take the snapshot of current state of map and copy it to the clipboard.

ruchimotwaniBC commented 1 week ago
  • explanation in the docs might be necessary. Because the function does not work like Ctrl+C, the images must first be copied into a document in order to be saved. This can be a bit confusing at first.
  • Yes it wont work like Ctrl + C but after clicking on the snapshot button you can use Ctrl+ V to paste it in any document( eg: paint, word)