处理大型 KML 文件

发布于 2024-11-17 11:06:00 字数 189 浏览 1 评论 0原文

我使用了大约 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文