Stefanos Natsis
Stefanos Natsis
Superseded by #63840
Let's close this @wonder-sk. The ssl issue is not a bug (IGN ssl cert is also fixed now), and the rendering in QGIS bug was fixed in https://github.com/qgis/QGIS/pull/63471
> Could we avoid blocking request and use QgsTask ? I can see no way of canceling (I made a very very quick read of this PR though, I made...
> Some datasets do have a preview image. The STAC spec suggests to use `thumbnail` as a role for a quick preview image of the data which should be less...
I've identified the culprit to be HTTPS on android. The same file is accessible if the source is updated to HTTP instead (thankfully the server supports it!) and also tried...
More info: Normally `curl` auto-detects the path to the CA bundle and the location of default CA path at compile time. When cross-compiling this obviously does not work so `curl`...
`Autogenerate` and `nextval(...)` are of `userType() == QMetaType::Type::QString`, so that will not work.
> Are you checking the field type or value type? Value type is string, field type should be int. I can see `QgsUnsetAttributeValue` is only used when splitting and duplicating...
@nyalldawson when `convertCompatible()` fails, it updates the value to the appropriate null `QVariant` and returns false. In this case of pasting to the memory provider, we don't really care about...
> @uclaros > > > Child nodes are created based on two user defined settings: Maximum Screen Space Error and Maximum Features per Chunk. > > Do we need to...