标签: openlayers-3 translate
我翻译文本,然后飞机实时更新其位置,我希望文本在拖放后能够实时跟随飞机的运动。能给我一些好的建议吗? 这是代码:
class Genre extends Model { public function posts() { return $this->belongsToMany('App\Post'); } }