Re: [QGIS-Developer] Dropping "render" checkbox from status bar

2023-10-16 Thread Nick Bearman via QGIS-Developer
Hi Nyall / all, You might be interested that the Ordnance Survey documentation for OS Features API makes use of the "render" check box in the setup when pulling data from their API. See https://osdatahub.os.uk/docs/wfs/gettingStarted under QGIS and search for "render". Whether or not this

Re: [QGIS-Developer] Dropping "render" checkbox from status bar

2023-10-16 Thread Régis Haubourg via QGIS-Developer
Same here. I use this when playing with huge datasets. Cheers Régis Le dim. 15 oct. 2023, 23:39, Nicolas Cadieux via QGIS-Developer < qgis-developer@lists.osgeo.org> a écrit : > Hi, > > Still useful on my side when rendering very heavy stuff and then decide to > zoom to another part of the map…

Re: [QGIS-Developer] Dropping "render" checkbox from status bar

2023-10-15 Thread Nicolas Cadieux via QGIS-Developer
Hi, Still useful on my side when rendering very heavy stuff and then decide to zoom to another part of the map… Nicolas Cadieux > Le 15 oct. 2023 à 15:30, Nyall Dawson via QGIS-Developer > a écrit : > > Hi list, > > Question: are there still any valid use cases for the "render" >

Re: [QGIS-Developer] Dropping "render" checkbox from status bar

2023-10-15 Thread steven kay via QGIS-Developer
Yes! I find this useful, sometimes. Use case: Sometimes I'll use the Db manager to write a query which I add as a view. With a few million points. Said layer is created dynamically, so it takes a while to render with the default symbology. If I can turn off rendering, I don't need to wait for

Re: [QGIS-Developer] Dropping "render" checkbox from status bar

2023-10-15 Thread Vedran Stojnović via QGIS-Developer
Hi Nyall, I find it useful from time to time with complex layer rendering when it takes several seconds or more to render a map canvas and I want to investigate attributes currently shown on screen. My procedure is as follows: 1) zoom at the appropriate level and lock rendering 2) open the

[QGIS-Developer] Dropping "render" checkbox from status bar

2023-10-15 Thread Nyall Dawson via QGIS-Developer
Hi list, Question: are there still any valid use cases for the "render" checkbox in the status bar? It's been around forever, and DID have a strong use case when map rendering used to block the QGIS interface. But is there any reason to keep this around in modern QGIS versions? Nyall