OpenLayers 时间线集成
我正在开发一个 api,它使用带有 openlayers 的时间图库。我以数组形式发送数据,一切都很好,但是当我放大或缩小时,所有点坐标都在变化。 我使用的api的地址是OpenLayers -TimeMap
http://timemap. googlecode.com/svn/tags/2.0/examples/basic_openlayers.html
您可以看到缩放更改时标记也在更改。我该如何解决这个问题谢谢你的帮助...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我知道这是一个老问题,但我想让您知道这是由于 Mapstraction 库中的错误造成的,并且已在 Timemap.js v.2.0.1 中修复 - 请参阅: http://timemap.googlecode.com/svn/tags/2.0.1/examples/basic_openlayers.html
I know that this is an old question, but I wanted to let you know that this was due to a bug in the Mapstraction library, and it's been fixed in Timemap.js v.2.0.1 - see: http://timemap.googlecode.com/svn/tags/2.0.1/examples/basic_openlayers.html
我开发了这个,类似但支持集群策略,甚至可以处理大量数据(例如 5000 个点)。
https://github.com/volpino/openlayers-timeline
演示:http://volpino.github.com/openlayers-timeline/
I developed this one, is similar but supports cluster strategy and it works even with huge amounts of data (like 5000 points).
https://github.com/volpino/openlayers-timeline
Demo: http://volpino.github.com/openlayers-timeline/