iPad Mapkit 和圆锥投影
我在 iPad 地图套件中读到设计为使用墨卡托投影地图。
可以将此接口与兰伯特圆锥投影图一起使用吗?
I read in the iPad mapkit is designed to use Mercator projection maps.
It is possible to use this interface with Lambert Conical Projection maps?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用的Mercator风格与Google Maps、Bing Maps等相同,也是目前mapKit唯一支持的一种。不支持兰伯特圆锥投影。
The Mercator style used is the same as Google Maps, Bing Maps etc. and is currently the only one supported by mapKit. Lambert Conical Projection is not supported.
如果无法获取墨卡托格式的图像(特别是 EPSG:3785(截至 2 月为 3857)标准),您可以尝试动态重新投影图像。在我的 3GS(等距墨卡托)测试中,速度并不算太慢,但我失去了一些图像质量(在我的情况下是可以接受的)。
If there is no way to get the images in a Mercator format (specifically the EPSG:3785 (3857 as of February) standard), you could try re-projecting the images on the fly. It's not too slow in my testing on a 3GS (Equirectangular to Mercator), but I'm losing some image quality (acceptable in my case).
你必须为兰伯特写你自己的。如果您的地图是 GEO 编码的,那么这是可行的。我有显示 GEO 编码的兰伯特的应用程序。这需要一点努力。特别是,如果您需要显示马赛克。
You have to write your own for Lambert. If your maps are GEO encoded, then it is doable. I have apps that display GEO encoded Lamberts. It takes a bit of effort. Especially, if you need to display a mosaic.