Merge pull request #595 from pathmapper/maxzoom

Increase maximum zoom level of the map to 24
This commit is contained in:
Orange Mug
2020-01-15 10:06:20 +00:00
committed by GitHub

View File

@@ -124,6 +124,7 @@ export default class MapboxGlMap extends React.Component {
container: this.container,
style: this.props.mapStyle,
hash: true,
maxZoom: 24
}
const map = new MapboxGl.Map(mapOpts);