leaflet 在哪里存储瓷砖铺贴者的瓷砖
我在 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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此功能没有公共功能,但您可以通过
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