Skip to content

Commit

Permalink
feat(gpxRecordButton): added contextUri to gpx recording button
Browse files Browse the repository at this point in the history
  • Loading branch information
CASSI01 committed May 9, 2023
1 parent c9c6fdf commit a8e2d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/portal/portal.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<igo-zoom-button [map]="map" color="primary"
[@controlsOffsetY]="getControlsOffsetY()">
</igo-zoom-button>
<igo-record-button></igo-record-button>
<igo-record-button [contextUri]="contextUri"></igo-record-button>
<igo-swipe-control [map]="map"></igo-swipe-control>
<igo-map-center [map]="map"></igo-map-center>
<igo-wake-lock-button *ngIf="showWakeLockButton"></igo-wake-lock-button>
Expand Down

0 comments on commit a8e2d84

Please sign in to comment.