我目前正在开展一个项目,以使用 openlayers 5 的 observable 来观察地图中的某些项目并做出相应的响应。
http://openlayers.org/en/latest/apidoc/module-ol_Observable-Observable.html
我想做的是每次视图的中心发生变化时,我都想调用一个函数。我目前正在这样做(但它不起作用)。
view.on('center', function(event){
// do something with the center
});
有小费吗?