从服务器加载 MKMapKit 覆盖图块

发布于 2024-12-06 06:17:11 字数 182 浏览 4 评论 0原文

Apple 示例代码 TileMap 非常擅长展示如何使用 gdal2tiles 添加光栅图像叠加层,但这取决于设备上是否有图块目录。调整代码以从网络加载文件的最佳方法是什么?

我注意到它所做的第一件事就是枚举tiles文件夹的目录结构以找出可用的tiles。是否有类似的方法为远程服务器执行此目录枚举?

感谢您的帮助

The Apple sample code TileMap is great at showing how to add raster image overlays using gdal2tiles, but it depends on having the tile directory on the device. What is the best way to adapt the code to load the files from the web?

I noticed that one of the first thing it does is enumerate through the directory structure of the tiles folder to find out the available tiles. Is there a similar way to do this directory enumeration for a remote server?

Thanks for the help

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

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

发布评论

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

评论(1

耀眼的星火 2024-12-13 06:17:11

您可以从开放街道地图 iOS 页面开始,该页面链接到一些库。

Route Me 是 MapView 的开源替代品。不完全是您正在寻找的内容,但您也许能够获取网络代码并使用它。

Let's Do It World 有一些示例代码,此处有说明

You could start with the Open Street Map iOS page, which links to some libraries.

Route Me is an open-source replacement for a MapView. Not quite what you're looking for, but you might be able to grab the network code and use it.

Let's Do It World has some sample code, with instructions here.

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