Add 'upload GPX-trace to OSM' code, small improvements to gps_track-layer

This commit is contained in:
Pieter Vander Vennet 2022-02-16 00:56:48 +01:00
parent e721146ca1
commit 9cd83af941
5 changed files with 98 additions and 6 deletions

View file

@ -28,7 +28,6 @@ export class LoginToggle extends VariableUiElement {
const login = new LoginButton(text, state)
super(
state.osmConnection.loadingStatus.map(osmConnectionState => {
console.trace("Current osm state is ", osmConnectionState)
if(osmConnectionState === "loading"){
return loading
}