RAL GIS server breaks maps
Open
@hahnd is already working on this.
Since Nov 8, 2023.
alert: NEED MORE DEFINITION
type: bug
- Dominant language
- Python
- Stars
- 18
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Describe the Problem
The RAL service providing the political boundaries base map is constantly going down. This negatively affects viewing model output in the web application because the thread pool is used up by requests to this map service, and they take minutes to timeout, which blocks other requests from going through.
This layer should remain in the application, but should default to being turned off. The users can turn it on with a click if they wish. If it locks up the application, the user can reload and leave it turned off.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.