mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-14 20:43:26 +01:00
Fix what I believe to be a 'first boot' error.
This commit is contained in:
parent
a0e2d68dae
commit
6ea70ab9cf
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ export default class MapboxGlMap extends React.Component {
|
|||
onDataChange: () => {},
|
||||
onLayerSelect: () => {},
|
||||
mapboxAccessToken: tokens.mapbox,
|
||||
options: {},
|
||||
}
|
||||
|
||||
constructor(props) {
|
||||
|
|
Loading…
Reference in a new issue