Skip to content

Commit 137f095

Browse files
author
David Emory
committed
feat(map): Make controlled overlays visible by default
1 parent c1739f9 commit 137f095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/map/base-map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class BaseMap extends Component {
122122
{ /* controlled child overlays */
123123
controlledChildren.map(child => {
124124
return (
125-
<LayersControl.Overlay name={child.props.controlName}>
125+
<LayersControl.Overlay name={child.props.controlName} checked>
126126
{child}
127127
</LayersControl.Overlay>
128128
)

0 commit comments

Comments
 (0)