forked from MapComplete/MapComplete
Add 'upload GPX-trace to OSM' code, small improvements to gps_track-layer
This commit is contained in:
parent
e721146ca1
commit
9cd83af941
5 changed files with 98 additions and 6 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue