javalent / obsidian-leaflet

Adds interactive maps to Obsidian.md using Leaflet.js
486 stars 30 forks source link

Switch to using pako from node's zlib #326

Closed matthewturk closed 1 year ago

matthewturk commented 1 year ago

In #319, zlib was used to decompress gpx.gz files. This switches to using pako, which is a pure-JS library that doesn't rely on Node's zlib linkings.

The two things I was not certain about:

This should close #325.

valentine195 commented 1 year ago

Thank you, just tested on mobile and it does indeed load.