我只需要使用拖动鼠标中键为openlayer(ol3)地图构建自定义平移。这就是我所需要的。
new ol.interaction.DragPan({
condition: function(event) {
// return event.originalEvent.ctrlKey
// need event for mouse middle key instated of ctrl
}
});
有什么建议吗?
注意:类似的问题是Openlayers middle mouse button panning,没有答案