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.
1 parent 8248c35 commit 506991bCopy full SHA for 506991b
src/layers/vector-layer.tsx
@@ -15,6 +15,7 @@ const VectorLayer: FunctionComponent<Props> = ({
15
style,
16
zIndex = 0,
17
name,
18
+ visible,
19
onLayerChangeVisible,
20
onPostRender,
21
}) => {
@@ -26,6 +27,7 @@ const VectorLayer: FunctionComponent<Props> = ({
26
27
const vectorLayer = new OLVectorLayer({
28
source,
29
30
31
});
32
vectorLayer.setProperties({ name });
33
0 commit comments