From 2eb1bf479b0d05b250030e6041c747fca5266d4c Mon Sep 17 00:00:00 2001 From: Daniel Ellmerer Date: Wed, 14 Jul 2021 16:35:55 +0200 Subject: [PATCH] VectorEventType: Add 'changefeature' in @typedef 'changefeature' is missing in @typedef - Add it. --- src/ol/source/VectorEventType.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/source/VectorEventType.js b/src/ol/source/VectorEventType.js index 01d119093a..665b0a217e 100644 --- a/src/ol/source/VectorEventType.js +++ b/src/ol/source/VectorEventType.js @@ -58,5 +58,5 @@ export default { }; /** - * @typedef {'addfeature'|'clear'|'removefeature'|'featuresloadstart'|'featuresloadend'|'featuresloaderror'} VectorSourceEventTypes + * @typedef {'addfeature'|'changefeature'|'clear'|'removefeature'|'featuresloadstart'|'featuresloadend'|'featuresloaderror'} VectorSourceEventTypes */