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 (
|
||||
<Map center={this.center}
|
||||
zoom={this.props.zoom}
|
||||
crs={CRS.Simple}>
|
||||
crs={CRS.Simple}
|
||||
leaflet={{}}>
|
||||
{this.renderMarkers()}
|
||||
{this.renderLayers()}
|
||||
</Map>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue