NCAR / wrfcloud

WRF Cloud Framework
Apache License 2.0
15 stars 6 forks source link

RAL GIS server breaks maps #232

Open hahnd opened 11 months ago

hahnd commented 11 months ago

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.