leaflet 在哪里存储瓷砖铺贴者的瓷砖

发布于 2025-01-14 01:03:05 字数 110 浏览 6 评论 0原文

我在 Leaflet 中有一个高程图块图层,并且想要访问各个图块图像,以便通过 imageData 对象访问其高程数据。

图块图像存储在 LeaflettileLayer 对象中的位置在哪里?

I have an elevation tilelayer in Leaflet and would like to access the individual tile images in order to access their elevation data via the imageData object

Where are the tile images stored within Leaflets tileLayer object?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

娇纵 2025-01-21 01:03:05

此功能没有公共功能,但您可以通过 tile._tiles

演示访问它:https ://plnkr.co/edit/rHpmBfqRkPRCypBs

There is no public function for this but you can access it via tile._tiles

Demo: https://plnkr.co/edit/rHpmBfqRkPRCypBs

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文