mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
increase min zoom
This commit is contained in:
@@ -52,7 +52,7 @@ class Map extends React.Component {
|
||||
const map =
|
||||
L.map(this.props.mapId)
|
||||
.setView(this.props.app.mapAnchor, 14)
|
||||
.setMinZoom(10)
|
||||
.setMinZoom(7)
|
||||
.setMaxZoom(18)
|
||||
.setMaxBounds([[180, -180], [-180, 180]])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user