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...

link|improve this question

Actually, I don't see any error. When I zoom and pan everything appears to act as expected. Could you please give a more precise description of what's going wrong? – Niklas Ringdahl Jun 22 '11 at 8:43
1  
@Niklas Ringdahl I'm using chrome 11 on linux and the markers are jumping around when changing zoom levels. – ilia choly Aug 4 '11 at 0:40
feedback

2 Answers

up vote 1 down vote accepted

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/

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.