disable_layer_caching.patch
src/server/qgswmsserver.cpp | ||
---|---|---|
2187 | 2187 |
//does the layer name appear several times in the layer list? |
2188 | 2188 |
//if yes, layer caching must be disabled because several named layers could have |
2189 | 2189 |
//several user styles |
2190 |
bool allowCaching = true;
|
|
2190 |
bool allowCaching = false;
|
|
2191 | 2191 |
if ( layersList.count( *llstIt ) > 1 ) |
2192 | 2192 |
{ |
2193 | 2193 |
allowCaching = false; |