KML 到谷歌地图
我有一个 KMZ 文件,其中包含谷歌地球的动画。 KMZ 包含 KML 和一系列要覆盖在经纬度边界上的 PNG。
我想将其“移植”到谷歌地图 API,但某些标签(重要的是时间跨度)不受支持。
开始完成这项任务最轻松的方法是什么?
I have a KMZ file containing an animation for google earth.
the KMZ contains KML with and a series of PNGs to overlay in a latlng boundary.
I want to 'port' this to google map api, but some tags (timespan importantly) are unsupported.
What is the most painless way to start accomplishing this task?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试查看 geoxml。它支持与 GGeoXml 不同的 KML 子集。不幸的是,似乎没有任何相关文档,因此您必须尝试一下,看看会发生什么。尽管该项目具有开源许可证,但源代码实际上似乎不可用,因此如果结果不受支持,您将无法添加所需的标签。
You might try taking a look at geoxml. It supports a different KML subset to GGeoXml. Unfortunately, there doesn't appear to be any documentation for it, so you'd have to just try it and see what happens. Although the project has an open source licence, the source code doesn't actually appear to be available, so you can't add the tags you need if they turn out not to be supported.