Re: [QGIS-Developer] flash geometries for (larger) polygons?

2022-07-04 Thread pathmapper via QGIS-Developer
Hi Richard, what are you trying to achieve? If you would like to flash only the border of the polygon you could try to use geometry.convertToType(1) (https://qgis.org/pyqgis/master/core/QgsGeometry.html#qgis.core.QgsGeometry.convertToType) to flash only a LineGeometry instead of a polygon.

Re: [QGIS-Developer] flash geometries for (larger) polygons?

2022-07-04 Thread Richard Duivenvoorde via QGIS-Developer
On 7/4/22 12:56, pathmapper wrote: Hi Richard, what are you trying to achieve? If you would like to flash only the border of the polygon you could try to use geometry.convertToType(1) (https://qgis.org/pyqgis/master/core/QgsGeometry.html#qgis.core.QgsGeometry.convertToType) to flash only a L

[QGIS-Developer] API endpoints to QGIS

2022-07-04 Thread Marin M via QGIS-Developer
hi, I have asked this question on Stack Exchange. I havent got so many answers. Calling API end points in QGIS - Geographic Information Systems Stack Exchange So since this API endpoints calling might not be a clas

Re: [QGIS-Developer] API endpoints to QGIS

2022-07-04 Thread Alessandro Pasotti via QGIS-Developer
Hi, the answer you've got is correct: it is not currently implemented, only HTTP Basic is available. This leaves you with a few options: 1. write a Python plugin that implements in python a vector data provider. 2. implement in QGIS core (in C++) the support for other authentication methods for

[QGIS-Developer] QGIS plugin approval - XYZHubConnector

2022-07-04 Thread Nguyen, Huy Minh via QGIS-Developer
Hi, The plugin XYZHubConnector recently got updated and quickly approved. However many users reported that it crashes in QGIS 3.16 due to incompatible python feature. I have then fixed the errors and publish it to version 1.9.4. Could you please approve it ? https://plugins.qgis.org/plugins/XY

Re: [QGIS-Developer] QGIS plugin approval - XYZHubConnector

2022-07-04 Thread Paolo Cavallini via QGIS-Developer
done, thanks. Il 04/07/22 16:52, Nguyen, Huy Minh via QGIS-Developer ha scritto: > Hi, > >   > > The plugin XYZHubConnector recently got updated and quickly approved. > However many users reported that it crashes in QGIS 3.16 due to > incompatible python feature. I have then fixed the errors and