<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 16 Nov 2023, 2:40 am Thomas Larsen Wessel via QGIS-User, <<a href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>This screen capture demonstrates much better than words: <a href="https://imgur.com/5LSEsiY" target="_blank" rel="noreferrer">https://imgur.com/5LSEsiY</a>.</div><div><br></div><div>Is there any way I can make it prerender the raster data as well? </div><div><br></div><div>What I have already tried:</div><div>* setting almost infinite cache size</div><div>* all the relevant QGIS options/settings I could find</div><div>* both local (gpkg) and remote WMS raster data</div><div>* both Windows and Linux</div><div>* QGIS 3.22 and 3.30</div><div>* different CRS for layer</div><div><br></div><div>Some of my tests did make the rendering speed up, but no matter what it always renders the raster data only for the canvas inside the view port, and does not render anything outside of the view port, whereas vector data is always rendered for an area that extends outside the view port. </div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">There's a few parts to the logic defining whether a layer will be included in the outside-visible-extent preview:</div><div dir="auto"><br></div><div dir="auto">- WMS layers are **never** included. This is by design, to reduce unnecessary server load</div><div dir="auto">- when a layer is drawn the time taken to render it is recorded. If this time exceeds a certain threshold, then the layer is marked as too expensive to render in these optional out-of-canvas areas.</div><div dir="auto"><br></div><div dir="auto">(You can check the new renderer profile option available in the F12 debugging tools panel in 3.34 for more detailed information about layer render times)</div><div dir="auto"><br></div><div dir="auto">Nyall</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>Sincerely, Thomas<br></div></div>
_______________________________________________<br>
QGIS-User mailing list<br>
<a href="mailto:QGIS-User@lists.osgeo.org" target="_blank" rel="noreferrer">QGIS-User@lists.osgeo.org</a><br>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
</blockquote></div></div></div>