Martin Boos
Martin Boos
If "bounds" is missing, how do I know valid tile-x/y? If the center is also missing, I don't see any possibility to even get valid tile-xy. This problem would be...
The svg icons are not rendered by QGIS (and other tools as well), whereas some tools don't have any problems with the clipping-trick like below: ```xml ```
See: https://github.com/geometalab/Vector-Tiles-Reader-QGIS-Plugin/issues/170#issuecomment-520136443 ``` TypeError: '>' not supported between instances of 'int' and 'NoneType' ``` here at line `527` where `max_zoom` doesn't have a value: https://github.com/geometalab/Vector-Tiles-Reader-QGIS-Plugin/blob/d8666a219cedd798f1d74795e9248a50498fec8c/plugin/vtr_plugin.py#L522-L532
QGIS has now some capabilities, to describe dependencies in a plugins metadata. https://github.com/qgis/QGIS/pull/9619 Check if this could be useful.
If the gl style is changed, the newly generated style should correctly be applied without the necessity to first restart QGIS.
This is the PR with the mixin-functionality as shown in #278
Mixins
Hi @eadwinCode In order to create a company-internal solution for #271, I created API mixins (similar to those from DRF), that can be used to quickly create standard CRUD APIs...