Merge pull request #46 from uwap/greenkeeper/react-leaflet-2.0.0
Update react-leaflet to the latest version 🚀
This commit is contained in:
commit
f7972afcd4
2 changed files with 3 additions and 2 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