This clearly ties in directly with #189 -- problem is approximately here. This isn't getting cleared out between layer definitions, so there's at least two effects:
layers end up with incorrect values if they should be null,
layers are always reloaded from server when activated/deactivated.
Having the
&TIME
param makes all requests a cache miss. 😖STR:
The request should NOT contain
&time=
. The response headers SHOULD indicate that it had a cache hit, not a cache miss.