Skip to content

Commit c3fc89f

Browse files
binh-dam-ibigroupevansiroky
authored andcommitted
fix(BaseMap): Pass baseLayers from map config to BaseMap.
1 parent 96b7cee commit c3fc89f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: lib/components/map/default-map.js

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ class DefaultMap extends Component {
8585
return (
8686
<MapContainer>
8787
<BaseMap
88+
baseLayers={mapConfig.baseLayers}
8889
center={center}
8990
maxZoom={mapConfig.maxZoom}
9091
onClick={this.onMapClick}

0 commit comments

Comments
 (0)