OpenLayers TimeLine Integration
i am developing an api which uses timemap library with openlayers.. i send my data in array and everything is good but when i zoom in or zoom out all points coordinate are changing.. the address of i have used api is OpenLayers -TimeMap
http://timemap.googlecode.com/svn/tags/2.0/examples/basic_openlayers.html
you can see the marker is changing when zoom changed开发者_运维技巧. how can i solve this problem thank u for your help...
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
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/
精彩评论