mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +00:00
Set map maxZoom 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