You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caching was added to the application because the WMS server was taking many minutes to responded to the getCapabilities request.
Now WMS has been turned off it would be nice to remove the extra complexity the caching added to the source code.
As a first step, tests will need to be undertaken to ensure WFS and WMTS documents are served to the app fast enough as not to block the application. If docs take to long the app will appear frozen while waiting as requests are in the main thread.
Potentially all requests could be moved to another thread.
The text was updated successfully, but these errors were encountered:
Caching was added to the application because the WMS server was taking many minutes to responded to the getCapabilities request.
Now WMS has been turned off it would be nice to remove the extra complexity the caching added to the source code.
As a first step, tests will need to be undertaken to ensure WFS and WMTS documents are served to the app fast enough as not to block the application. If docs take to long the app will appear frozen while waiting as requests are in the main thread.
Potentially all requests could be moved to another thread.
The text was updated successfully, but these errors were encountered: