[GIS] Openlayers Animated marker

animationmarkersopenlayers-2

How to animated feature marker in openlayers like in google map example of bouncing marker. I'm new in openlayers so if you have a sample code much better.

Best Answer

You might use SVG symbols, like in this example:

http://www.netzwolf.info/kartografie/openlayers/svg.htm

or a simple moving marker:

http://www.netzwolf.info/kartografie/openlayers/bastelstube/animierter_marker

The source files should be self-explaining.