在 OSM android 地图上绘制国际日期变更线
我想在 Android 上的 OSM 地图上绘制国际日期变更线。有什么办法可以做到这一点吗?如果是,那么如何?
问候
I want to draw the international date line on an OSM map on android. Is there any way to do this? If yes, then how?
Regards
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道你需要什么精度级别,但我只找到了这个 网站根据相应的维基百科图像的数字化提供线的纬度/经度坐标...这至少是一些东西。
然后,您需要一个框架来将矢量数据添加到 Android 上的 OSM 地图。在台式电脑上,OpenLayers 是最佳选择。您还可以尝试将 OpenLayers 引入你的手机,但是,这似乎还没有真正建立起来。也许您想要做的事情可以通过不太全面的框架来实现。您可能想查看现有的 Android OSM 应用,它们部分支持 .gpx 的显示曲目。
最好的,马蒂亚斯
I don't know what accuracy level you need, but I only found this website providing lat/lon coordinates of the line based on the digitisation of the corresponding Wikipedia image... This is at least something.
You would then need a framework for adding vector data to your OSM map on Android. On desktop PCs, OpenLayers is the best choice. You can also try to bring OpenLayers to your phone, however, this seems to be not really well established yet. Maybe what you want to do can be achieved with a less-comprehensive framework. You might want to have a look at existing Android OSM apps, which partly support the display of .gpx tracks.
Best, Matthias