标签: javascript html function openlayers-3
我想在openlayer中将带有动画的标记从一个位置平滑移动到另一个位置。有一个样本: http://openlayers.org/en/latest/examples/feature-move-animation.html。但是它有一个由不同字符组成的折线坐标。我想将带有动画的标记从一个位置(lat1,lon1)移动到新位置(lat2,lon2)。我好几个星期没有找到这个。请帮助我。