[wip] Add width, speed and pane options for Globe
This commit is contained in:
@@ -125,7 +125,7 @@ export class Globe {
|
||||
this.addEvents()
|
||||
|
||||
// Setup markers
|
||||
if (this.markers) {
|
||||
if (this.enableMarkers && this.markers) {
|
||||
this.setupMarkers()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user