Updated Plugin migration to QGIS 3 (markdown)

Etienne Trimaille 2018-04-22 10:51:09 -04:00
parent 3ce71a9ef4
commit c3004ec876

@ -4,6 +4,8 @@ Also think about using the Processing framework. Your plugin can become its own
In QGIS 3, GeoPackage is much more present. Avoid creating shapefile in your plugin if possible and use the OGC standard GeoPackage format which can store both raster and vector in a single file: http://www.geopackage.org In QGIS 3, GeoPackage is much more present. Avoid creating shapefile in your plugin if possible and use the OGC standard GeoPackage format which can store both raster and vector in a single file: http://www.geopackage.org
Note that you can easily provide one version for QGIS 2 and QGIS 3 at the same time. Fill you metadata.txt correctly with `qgisMinimumVersion` and `qgisMaximumVersion`. The plugin manager will ship automatically the highest version according to the QGIS version.
## Minimal info ## Minimal info
- `pip install future` - `pip install future`