Skip to content

Commit 777d4ab

Browse files
committed
fix(ol-source-vector): handle correct event addfeature
there wa a typo before (`addFeature` instead of `addfeature`) closes #362
1 parent a9a1c99 commit 777d4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/composables/useOpenLayersEvents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const IMAGE_SOURCE_EVENTS = [
3838
"imageloadstart",
3939
];
4040
export const FEATURE_EVENTS = [
41-
"addFeature",
41+
"addfeature",
4242
"changefeature",
4343
"clear",
4444
"featuresloadend",

0 commit comments

Comments
 (0)