Skip to content

Commit

Permalink
Merge pull request #449 from chrisvpeters/AUS-4217
Browse files Browse the repository at this point in the history
AUS-4217
  • Loading branch information
jia020 authored Oct 21, 2024
2 parents 9d3f03d + 28052f8 commit bdc460c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/menupanel/custompanel/custompanel.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

.custom-btn {
line-height: 0.8em;
width: 6.5rem;
}
}
}
5 changes: 5 additions & 0 deletions src/app/menupanel/custompanel/custompanel.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,11 @@ export class CustomPanelComponent {
} else {
this.statusMsg = '<div class="text-danger">No viable OGC WMS found on the service endpoint. Kindly check your URL again.</div>';
}
},
(error: any) => {
//console.log("[custompanel.componen].error:", error);
this.statusMsg = '<div class="text-danger">No viable OGC WMS found on the service endpoint. Kindly check your URL again.</div>';
this.loading = false;
});
}
}
Expand Down

0 comments on commit bdc460c

Please sign in to comment.