OpenDroneMap-WebODM/plugins/volume/public/hello.js

6 wiersze
171 B
JavaScript

PluginsAPI.Map.willAddControls(function(options){
console.log("GOT: ", options);
});
PluginsAPI.Map.didAddControls(function(options){
console.log("GOT2: ", options);
});