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.
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.