我有许多标记(10,000)显示在一个传单项目,以手机为目标。我不需要在应用程序中加载完整的数据集,而是应该只显示所需的细节。
对于这种渐进式渲染,传单中是否有最佳做法?
发布于 2014-10-13 21:44:46
在有这么多标记的任何映射情况下,最佳实践都是使用标记聚类。
例如:
https://github.com/Leaflet/Leaflet.markercluster http://leaflet.github.io/Leaflet.markercluster/example/marker-clustering-realworld.388.html
https://stackoverflow.com/questions/26349338
复制相似问题