qgis / QGIS-Django

Django project for QGIS related activities such as plugin repository
http://qgis.org
GNU General Public License v2.0
86 stars 59 forks source link

Missing some plugins icons in the plugins lists and pages #337

Closed agiudiceandrea closed 5 months ago

agiudiceandrea commented 6 months ago

In the plugins lists, some plugins icons are not displayed.

See:

https://plugins.qgis.org/plugins/latest/

image

https://plugins.qgis.org/plugins/most_rated/

image

agiudiceandrea commented 5 months ago

It looks like plugin icon is also missing in some plugin page e.g.:

https://plugins.qgis.org/plugins/geo2local-master/ image

https://plugins.qgis.org/plugins/space_time_cube/ image

Xpirix commented 5 months ago

Dear @agiudiceandrea

The issue has been fixed. Clearing cached images on the browser might be needed to see the changes. PR #340, once implemented, should prevent similar issues from happening.

Best regards, image

agiudiceandrea commented 5 months ago

Thanks! Issue fixed.

Xpirix commented 5 months ago

You're welcome.