How to store and load large-scale Geolocation data using IndexedDB? IndexedDB / Javascript / Vue.js GautamK December 7, 2023 Introduction It is often easy to fetch, load, and render a few KBs of Geolocation data on a map. It doesn't matter what the data is (polygon/lines/points), or what the…