cycleplanet / cycle-planet

Official Cycle Planet repo, an open source and non-profit network of long distance cyclers and those who want to host them.
https://cycleplanet.org/
MIT License
10 stars 4 forks source link

Speed up marker loading #10

Open reinierl opened 3 years ago

reinierl commented 3 years ago

At the moment, when you first load the map it takes about 7 seconds for the first markers to appear. During this time the app is sluggish and incomplete.

A first stab at solving this would be a two-stage approach:

I'll have to study how to do the second part efficiently and as offline-friendly as possible with Firebase, but because "maps with markers" style apps are pretty common, I'm confident that nice solutions exist.