拖动文字功能后如何实时更新位置?

时间:2019-01-25 06:10:23

标签: openlayers-3 translate

enter image description here

我翻译文本,然后飞机实时更新其位置,我希望文本在拖放后能够实时跟随飞机的运动。能给我一些好的建议吗? 这是代码:

class Genre extends Model
{
    public function posts()
    {
        return $this->belongsToMany('App\Post');
    }

}

0 个答案:

没有答案