maxbodin / earth3d

3d Earth data visualizer 🌐
https://earth3d.maximebodin.fr
7 stars 0 forks source link

Use Clustering for Objects Based on Zoom Level. #25

Open maxbodin opened 1 month ago

maxbodin commented 1 month ago

Implement object clustering based on the user's zoom level to improve map performance and visualization. When zoomed out, objects (e.g., markers, planes, vessels, etc.) should cluster into single points or groups. As the user zooms in, these clusters should break apart into individual items. This will enhance performance and reduce clutter on the map.