Open arongergely opened 5 years ago
Recently the QgsPathResolver in the QGIS API was extended to help easily resolve paths to layers that are shipped with QGIS. (See https://github.com/qgis/QGIS/pull/31396/files)
QgsPathResolver
We could use this to implement the usage of the inbuilt world layer instead and remove the current one from the plugin.
Recently the
QgsPathResolver
in the QGIS API was extended to help easily resolve paths to layers that are shipped with QGIS. (See https://github.com/qgis/QGIS/pull/31396/files)We could use this to implement the usage of the inbuilt world layer instead and remove the current one from the plugin.