Re: [QGIS-Developer] Loading MySQL Layers

2020-10-06 Thread Jorge Gustavo Rocha
Hi Andreas, It almost a joke, but since you are familiar with Postgresql, you can use MySQL foreign data wrapper. It is not a solution, but if you need that data in QGIS, it is easier than compile GDAL. Regards, Jorge On 06/10/20 15:12, Andreas Neumann wrote: > Hi, > > Are there still ways to

[QGIS-Developer] Loading MySQL Layers

2020-10-06 Thread Andreas Neumann
Hi, Are there still ways to load MySQL/MariaDB non-spatial or spatial tables in QGIS master or recent versions? As far as I know, there is no native driver available, but also through OGR it doesn't seem loadable anymore - I compiled MySQL Support into OGR - but all I get in QGIS is: Any

[QGIS-Developer] Offline Editing plugin

2020-10-06 Thread matteo
Hi all, I had the chance to use a little bit the Offline Editing with a "complex" project and data coming from a postgis DB. * when syncing back the layers are not in the same groups as the original project * a lot of problems with the widgets (e.g. you loose a relation reference layer - key

Re: [QGIS-Developer] The virtual QgsRasterInterface block method is too slow

2020-10-06 Thread René-Luc Dhont
Thanks Nyall, I have tested Hotspot and the result is interesting : * 48.7% of the time is due to QgsRasterProjector::block that provide projected raster block * 26.6% of the time is due to ProjectorData::srcRowCol that identify the source row col corresponding to the destination row col Is