Update ControlMap.js
This commit is contained in:
parent
4d7f407dbd
commit
dc604ada69
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,8 @@ export default class ControlMap extends React.PureComponent<ControlMapProps> {
|
||||||
return (
|
return (
|
||||||
<Map center={this.center}
|
<Map center={this.center}
|
||||||
zoom={this.props.zoom}
|
zoom={this.props.zoom}
|
||||||
crs={CRS.Simple}>
|
crs={CRS.Simple}
|
||||||
|
leaflet={{}}>
|
||||||
{this.renderMarkers()}
|
{this.renderMarkers()}
|
||||||
{this.renderLayers()}
|
{this.renderLayers()}
|
||||||
</Map>
|
</Map>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue