We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hello! This would be very useful if there were these events for actions: ['finish', 'removeLastVertex', 'cancel'] As an example:
map.on('pm:CircleMarckerCancel', (e) => {}); map.on('pm:CutFinish', (e) => {});
and other. Thank you!!