如何将我自己的地图制作成 iPhone 的 openstreetmap 瓷砖标准

发布于 2024-10-08 00:47:01 字数 115 浏览 0 评论 0原文

我有自己的地图,现在如何将我的地图剪切到 openstreetmap standardrad (他们的文件夹结构)?

这样我就可以将这些图块加载到服务器中并可以从那里访问???

请建议

i have my own map , now how to cut my map into openstreetmap standrad (their folder strucure)??

so that i can load those tiles into server and can access from there???

kindly suggest

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

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

发布评论

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

评论(2

南冥有猫 2024-10-15 00:47:01

您要查找的内容可能可以在 openstreetmaps wiki slippy 地图图块名称描述 上找到

what you´re looking for is probably to find on the openstreetmaps wiki slippy map tilenames description

银河中√捞星星 2024-10-15 00:47:01

OpenStreetMap 由 png 格式的 256 像素 x 256 像素图块组成。

每个缩放级别都有一组图块。缩放级别是目录结构中文件夹的第一级。

下一级文件夹是图块 x 坐标,基于 墨卡托投影。图像文件的名称是平铺 y 坐标,后跟 .png

例如,在缩放级别 6、平铺 x 坐标 10 时,24.png 图像位于旧金山附近的加利福尼亚州。该图块被称为缩放级别 6 的 10、24 图块。

24.png

OpenStreetMap consists of 256 pixel by 256 pixel tiles in png format.

There's a set of tiles for each zoom level. The zoom level is the first level of folders in the directory structure.

The next level of folders is the tile x coordinate, based on the Mercator projection. The name of the image file is tile y coordinate, followed by .png.

As an example, at zoom level 6, tile x coordinate 10, the 24.png image is California, near San Francisco. That tile is referred to as the 10, 24 tile at zoom level 6.

24.png

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