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
commit a3ee1cc27e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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);