t-rapp/rekee

Support track export as PNG image file

t-rapp opened this issue · 2 comments

Currently the application only allows to save tracks in RGT format. It would be good to implement some image format export. The image could be used for track preview and for submission in track votings (BGG example).

Implementation of high-res image export for printing is currently not planned, as downloading the high-res tile images on client side would cost too much bandwidth.

Basic export of PNG images implemented in commit 668dda0.

Some error handling is missing (browser cannot load images, map is empty).

Some improved error handling has been implemented in 24c54ca, closing this issue.