如何将我自己的地图制作成 iPhone 的 openstreetmap 瓷砖标准
我有自己的地图,现在如何将我的地图剪切到 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您要查找的内容可能可以在 openstreetmaps wiki slippy 地图图块名称描述 上找到
what you´re looking for is probably to find on the openstreetmaps wiki slippy map tilenames description
OpenStreetMap 由
png
格式的 256 像素 x 256 像素图块组成。每个缩放级别都有一组图块。缩放级别是目录结构中文件夹的第一级。
下一级文件夹是图块 x 坐标,基于 墨卡托投影。图像文件的名称是平铺 y 坐标,后跟
.png
。例如,在缩放级别 6、平铺 x 坐标 10 时,24.png 图像位于旧金山附近的加利福尼亚州。该图块被称为缩放级别 6 的 10、24 图块。
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.