mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-29 08:20:28 +01:00
Disable debugToolbox by default.
This commit is contained in:
parent
9b732540a6
commit
ef08a9347e
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ export default class App extends React.Component {
|
||||||
showOverdrawInspector: false,
|
showOverdrawInspector: false,
|
||||||
},
|
},
|
||||||
openlayersDebugOptions: {
|
openlayersDebugOptions: {
|
||||||
debugToolbox: true,
|
debugToolbox: false,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue