Skip to content

Commit

Permalink
fix(ol-webgl-vector-layer): pass internal style prop to styles
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Apr 13, 2024
1 parent 5cc9772 commit e3baa82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layers/OlWebglVectorLayer.vue
Expand Up @@ -45,7 +45,7 @@ const webglVectorLayer = computed(
() =>
new WebGLVectorLayer({
...properties,
styles: properties.styles,
styles: properties.style,
}),
);
Expand Down

0 comments on commit e3baa82

Please sign in to comment.