处理大型 KML 文件
我使用了大约 23MB 的 kml 文件。任务是在谷歌地图上在线显示多边形(约 5000 个形状),并在单击形状时在侧边栏中显示一些信息。我认为所有的事情都可以用 JS 完成。因此,如果我在页面上使用大型 kml 文件,它将一次加载所有 23MB,而且速度非常慢。没有必要一次显示所有多边形,因此可以在特定缩放级别仅显示其中的一部分。解决这个问题的常见策略是什么?
I have work with a ~23MB kml file. The task is to show the polygons (~5000 shapes) online on a google-map and show some information in a sidebar when a shape is clicked. All the stuff can be done in JS I think. So if I use the large kml file on the page it will load all the 23MB at once and is very slow. It is not necessary to show all polygons at once, so it would be possible to show only parts of it at a certain zoom level. What strategies are common to solve this issue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论