
Prevent UI freezes in your Leaflet GPX app by offloading large file parsing to Web Workers, ensuring smooth user experience.
Prevent UI freezes in your Leaflet GPX app by offloading large file parsing to Web Workers, ensuring smooth user experience.
Use a QuadTree in Leaflet to remove duplicate points, significantly reducing file size and boosting performance with smart deduplication and testing.
Automate downloading Suunto tracks using JS & Playwright. Bypass captchas, extract workout IDs, and export GPX files seamlessly.
How to store data in browser in order to make standalone apps without backend. This articles explores using browser localstorage and caches.
Following up from the previous article about implementing the fog of war in leaflet, I want to be able to load a GPX file and display it in the map
I want to add some markers to the map and to create a polygon that joins them to display them nicely in a leaflet map