mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-14 20:43:26 +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,
|
||||
style: this.props.mapStyle,
|
||||
hash: true,
|
||||
maxZoom: 24
|
||||
}
|
||||
|
||||
const map = new MapboxGl.Map(mapOpts);
|
||||
|
|
Loading…
Reference in a new issue