mirror of
https://github.com/maputnik/editor.git
synced 2026-01-07 14:00:01 +00:00
Merge pull request #595 from pathmapper/maxzoom
Increase maximum zoom level of the map to 24
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user