mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-15 09:51:21 +01:00
Merge pull request #595 from pathmapper/maxzoom
Increase maximum zoom level of the map to 24
This commit is contained in:
commit
a3ee1cc27e
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ export default class MapboxGlMap extends React.Component {
|
||||||
container: this.container,
|
container: this.container,
|
||||||
style: this.props.mapStyle,
|
style: this.props.mapStyle,
|
||||||
hash: true,
|
hash: true,
|
||||||
|
maxZoom: 24
|
||||||
}
|
}
|
||||||
|
|
||||||
const map = new MapboxGl.Map(mapOpts);
|
const map = new MapboxGl.Map(mapOpts);
|
||||||
|
|
Loading…
Reference in a new issue