Report features actually being modified, not all

This commit is contained in:
Andreas Hocevar
2020-11-24 22:43:16 +01:00
parent b3bcfb5b41
commit 6874bfaaef
2 changed files with 38 additions and 16 deletions

View File

@@ -562,6 +562,7 @@ describe('ol.interaction.Modify', function () {
let modify, feature, events;
beforeEach(function () {
features.push(new Feature(new Point([12, 34])));
modify = new Modify({
features: new Collection(features),
});