mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-15 04:31:17 +01:00
Set map maxZoom to 24
This commit is contained in:
parent
673887d93b
commit
7e5a5ce077
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