用于自定义地图的 GPX
如何为自定义地图设计gpx文件?
How to design a gpx file for a custom map?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何为自定义地图设计gpx文件?
How to design a gpx file for a custom map?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
GPX 文件通常包含 GPS 航点、轨迹或路线或其任意组合。 gpx 格式本身与地图上此类数据的表示无关。
A GPX file usually contains GPS waypoints, tracks or routes or any combination thereof. The gpx format itself has nothing to do with the representation of such data on a map.
GPX(GPS 交换格式)是一种轻量级 XML 数据格式,用于在应用程序和 Web 服务之间交换 GPS 数据(航点、路线和轨迹)互联网。
点击此处访问在线GPX文件生成器。
单击此处访问自定义在线 GPX 查看器。
要了解有关 GPX 的更多信息,请点击此处
GPX(the GPS Exchange Format) is a light-weight XML data format for the interchange of GPS data (waypoints, routes, and tracks) between applications and Web services on the Internet.
Click here to visit Online GPX file generator.
Click here to visit Custom Online GPX viewer.
To know more about GPX click here
这里是GPX文件的架构文档。它将帮助您创建一个有效的文件。它不取决于地图的类型。
Here is the schema documentation of GPX file. It will help you to create a valid file. It doesn't depend on the type of map.