mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-15 09:41:18 +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: () => {},
|
onDataChange: () => {},
|
||||||
onLayerSelect: () => {},
|
onLayerSelect: () => {},
|
||||||
mapboxAccessToken: tokens.mapbox,
|
mapboxAccessToken: tokens.mapbox,
|
||||||
|
options: {},
|
||||||
}
|
}
|
||||||
|
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
|
|
Loading…
Reference in a new issue