We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e918a commit 7757f77Copy full SHA for 7757f77
src/components/gtt-client.ts
@@ -304,12 +304,12 @@ export class GttClient {
304
// Add Toolbar
305
this.toolbar = new Bar()
306
this.toolbar.setPosition('bottom-left' as position)
307
- this.toolbar.addControl (new FullScreen())
308
- this.toolbar.addControl (new Rotate())
309
this.map.addControl(this.toolbar)
310
this.setView()
311
- this.setGeolocation(this.map)
312
this.setGeocoding(this.map)
+ this.setGeolocation(this.map)
+ this.toolbar.addControl (new FullScreen())
+ this.toolbar.addControl (new Rotate())
313
this.parseHistory()
314
315
// Control button
0 commit comments