使用 Perl 在 Google 地图上显示 GPX 文件
我的服务器上有一堆 GPX 文件,希望将它们覆盖在 Google 地图上,以便在我们的网站上显示它们。我们所有的站点脚本都使用 Perl,但是我们很难弄清楚如何正确格式化数据以在 Google 地图中显示它。
我希望那里的一些 GPX 专家可以在高层次上解释我们如何最好地实现这一点,并提供一些示例 perl 代码来正确处理 GPX 文件并打印出必要的 HTML 以将其显示在 Google 地图上。
预先感谢您的帮助!
I have a bunch of GPX files on our server and would like to overlay them on top of a Google Map to display them on our website. We use Perl for all our site scripts however we're having a hard time figuring out how to format the data correctly to display it in Google Maps.
I'm hoping that some GPX expert out there can explain at a high level how we can best accomplish this and provide some sample perl code to correctly process the GPX file and print out the necessary HTML to display it on a Google Map.
Thanks in advance for your help!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您真正想要使用的工具是 GPSBabel。如果你想要一个有点糟糕的界面,而不仅仅是从命令行驱动它,还有一个 GPS::Babel 模块。
The tool you really want to use is GPSBabel. If you want a somewhat perlish interface to it, rather than just driving it from the commandline, there's also a GPS::Babel module.