Re: [QGIS-Developer] QgsSpatialIndex nearestNeighbor returns more than 1 feature

2021-04-28 Thread Nyall Dawson
On Thu, 29 Apr 2021 at 01:55, matteo wrote: > > Hi all, > > Using nearestNeighbor of QgsSpatialIndex, even with the flag > FlagStoreFeatureGeometries, sometimes I got more than 1 feature related > (distance between the features is not the same, I've manually checked). > > Is there a way to return

Re: [QGIS-Developer] QgsO2 (OAuth2 ) crash in exitQgis() on uWSGI

2021-04-28 Thread Radim Blazek
Promemoria, it is crashing whenever Q_GLOBAL_STATIC variable is accessed because uwsgi is calling C/C++ libs atexit before python atexit. https://github.com/unbit/uwsgi/issues/859 https://github.com/unbit/uwsgi/pull/1879 This workaround can clear project aux storage tmp file

[QGIS-Developer] QgsSpatialIndex nearestNeighbor returns more than 1 feature

2021-04-28 Thread matteo
Hi all, Using nearestNeighbor of QgsSpatialIndex, even with the flag FlagStoreFeatureGeometries, sometimes I got more than 1 feature related (distance between the features is not the same, I've manually checked). Is there a way to return only the nearest feature? Cheers and thanks Matteo

Re: [QGIS-Developer] Non sharp Labels on Windows VDI displays?

2021-04-28 Thread Werner Macho
Hi Richard, I am not sure, but I can remember that for everything working smoothly (at least USB and such things) I had to install the Guest Tools on the host. Do you know if this is installed? Maybe it's worth a try. regards Werner On Wed, Apr 28, 2021 at 3:10 PM Richard Duivenvoorde wrote: >

[QGIS-Developer] Non sharp Labels on Windows VDI displays?

2021-04-28 Thread Richard Duivenvoorde
Hi All, On a QGIS project I have point features that are labeled using a simple expression. On my Desktop all looks fine (left on screenshot attached). But people using the same project/style on a Windows VDI (virtual display environment/VMware) they look very unsharp (right on attached

[QGIS-Developer] QGIS Open Day - User Groups Day 30th April 2021

2021-04-28 Thread Nicholas Sun Hing
Dear QGIS Developers The next QGIS Open Day is fast approaching. Please come and join the QGIS User Group Day. This month's event is dedicated to QGIS user groups around the world where these groups will report on their activities. Please come and watch this line up of interesting presentations.

Re: [QGIS-Developer] reload QGIS Server plugin

2021-04-28 Thread Andreas Neumann
Hi, No - "_systemctl daemon-reload_" is only useful and recommended if you change something in your daemon/service configuration, which is not the case when you want to reload a QGIS server plugin. It should be enough to reload or restart your webserver: systemctl reload nginx or

Re: [QGIS-Developer] reload QGIS Server plugin

2021-04-28 Thread michal.wloga
Regarding to my question I found an answer: The following command seems to be sufficient: systemctl daemon-reload Regards, EnviroSolutions Sp. z o. o. Michał Włoga tel: +48 607 059 157 c...@envirosolutions.pl www.envirosolutions.pl

[QGIS-Developer] reload QGIS Server plugin

2021-04-28 Thread michal.wloga
Hello, I have QGIS Server installed on ubuntu 20 with nginx + sockets. Is there a way to reload a server plugin other than restarting the host? Regards, EnviroSolutions Sp. z o. o. Michał Włoga tel: +48 607 059 157 c...@envirosolutions.pl