我正在开发一个api,它使用带有openlayers的timemap库。我以数组的形式发送数据,一切都很好,但是当我放大或缩小时,所有点的坐标都在变化。我用过的接口地址是OpenLayers -TimeMap
http://timemap.googlecode.com/svn/tags/2.0/examples/basic_openlayers.html
当缩放更改时,您可以看到标记正在更改。我该如何解决这个问题谢谢你的帮助…
发布于 2011-08-09 01:57:36
我开发了这个,类似,但支持集群策略,它甚至可以处理大量的数据(比如5000个点)。https://github.com/volpino/openlayers-timeline
演示:http://volpino.github.com/openlayers-timeline/
发布于 2011-10-05 02:31:06
我知道这是一个老问题,但我想让您知道,这是由于Mapstraction库中的一个错误造成的,它已经在Timemap.js v.2.0.1中得到修复-请参阅:http://timemap.googlecode.com/svn/tags/2.0.1/examples/basic_openlayers.html
https://stackoverflow.com/questions/6330122
复制相似问题