Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想用假时间将我的路线导出到 kml。我可以将路线导出到 kml 文件,但 kml 文件中没有时间戳。任何人都可以帮忙吗?我会很感激的。
创建一个包含所有坐标的 KML 线串。(这一步你可能已经有了)
然后为每个位置创建一个地标,您可以在其中添加时间戳等自定义属性。