openlayers-8.x-4.x-dev/src/Plugin/Interaction/DragRotateAndZoom/js/dragrotateandzoom.js
src/Plugin/Interaction/DragRotateAndZoom/js/dragrotateandzoom.js
Drupal.openlayersPluginManager.register({
fs: 'openlayers.Interaction:DragRotateAndZoom',
init: function(data) {
return new ol.interaction.DragRotateAndZoom(data.opt);
}
});
