qgis / QGIS-Resources

27 stars 38 forks source link

Modify metadata.ini to allow QGIS 3 users to load collections #19

Closed havatv closed 4 years ago

havatv commented 4 years ago

Due to an issue with the Resource Sharing plugin, collections that are listed after a "not compatible" collection will be ignored: https://github.com/akbargumbira/qgis_resources_sharing/issues/60 . This means that QGIS 3 users will not be able to use any of the collections in the QGIS Resources repository through the Resource Sharing plugin! The Resource Sharing plugin issue should of course be fixed, but I have found out that the collections in the QGIS Resources repository that are tagged with a max version of 2.99 also work fine with QGIS 3, so we don't have to wait for the plugin fix (an easy one, that I have proposed in https://github.com/akbargumbira/qgis_resources_sharing/pull/61, that just got merged) to make it to a published version.

This PR changes the max version from 2.99 to 3.98 for the SVG collections (they work fine in QGIS 3), and from 2.99 to 3.9 for the other collections (have not tested if they can be used for anything, but they do not seem to cause any trouble).

havatv commented 4 years ago

Thanks @anitagraser. Now it works! And I can get on with the documentation of this. :-)