ec24-tips / ec24-tips.github.io

Local tips for Eurocrypt 2024
https://ec24-tips.github.io/
0 stars 4 forks source link

Export gpx #8

Open defeo opened 2 months ago

defeo commented 2 months ago

This seems a useful thing to do for polylines, such as hikes. It shouldn't be hard to generate the gpx on the fly from the .getLatLngs() data, and serve it using the URL.createObjectURL() interface.