show calibration compass

This commit is contained in:
Zakary Timson 2019-07-11 22:48:22 -04:00
parent 905c276ddd
commit 2a498437dc

View File

@ -23,7 +23,7 @@ export class MapComponent {
isNaN = isNaN;
menu: ToolbarItem[][] = [[
{name: 'compass', icon: 'explore', click: () => this.calibrate(), hidden: true},
{name: 'compass', icon: 'explore', click: () => this.calibrate()},
], [
{name: 'marker', icon: 'room', toggle: true, individualToggle: true, click: () => this.addMarker()},
{name: 'draw', icon: 'create', toggle: true, individualToggle: true, onEnabled: () => this.startDraw(), onDisabled: () => this.endDraw()},