11 Commits

Author SHA1 Message Date
Marco Hugentobler
077a161ef1 Move query of layerTreeInsertionMethod setting out of core 2024-04-09 06:52:29 +10:00
Marco Hugentobler
ffeb91c2eb Fix documentation 2024-04-09 06:52:29 +10:00
Marco Hugentobler
96d5cc99b3 Consider setting layerTreeInsertionMethod when adding content from qlr to canvas 2024-04-09 06:52:29 +10:00
Vincent Cloarec
e2fa27e4a6
Load layers in parallel threads when opening project (#53069)
* load layers in parallel threads when opening project

* parallel loading by default and settingsin advanced settings

* fix freezing when no layer supports parallel loading

* clean leftover

* fix unwanted remove and typo

* typo

* fix flake8

* load OGR metadata under global mutex

* Revert "load OGR metadata under global mutex"

This reverts commit adcaf9e66ca432ee35143c45af2b383108770a63.

* remove parallel loading capability for OGR

* start application in server test

* import start_app

* fix flake8
2023-05-18 16:11:43 +02:00
Nyall Dawson
39fbd77df7 Add API to export layers to QLR with easy control over whether
absolute or relative paths are used
2021-07-03 06:39:36 +10:00
Denis Rouzaud
ba8a445850 run sipify 2021-03-22 21:13:52 +01:00
Nyall Dawson
10c3a1a382 Fix application hangs when attempting to load qlr file for
non vector/raster/vector-tile layer types

Refs #42112
2021-03-10 14:07:57 +10:00
Nyall Dawson
50b9beaad6 [sipify] Catch more class references and insert :py:class: annotations 2021-01-31 05:41:22 +10:00
Nyall Dawson
f8bc97030b Remove extra space added before first line of docstring 2018-05-28 08:22:11 +10:00
Nyall Dawson
c864d22d1f Add "get ..." to doxygen compliance blacklist
Should be "gets ..." for consistent tense, or better yet
"returns ..." for consistency.
2018-05-27 14:05:06 +10:00
Denis Rouzaud
7df2593caf move auto generated sip file in dedicated folder 2018-05-14 10:23:37 -04:00