GFDRR / geonode

GFDRR Lab GeoNode
https://www.geonode-gfdrrlab.org
GNU General Public License v3.0
2 stars 3 forks source link

some thumbnails broken #82

Closed stufraser1 closed 5 years ago

stufraser1 commented 5 years ago

In some layers, the thumbnail does not load, but when on the layer page, the map does show, suggesting it is not an issue with the legend. e.g https://www.geonode-gfdrrlab.org/search/?title__icontains=CY-GLO&limit=20&offset=0

image
pvalsecc commented 5 years ago

For reference, query to fix that in the DB:

UPDATE base_resourcebase
SET thumbnail_url=replace(thumbnail_url, 'https://www.geonode-gfdrrlab.org/media/thumbs/',
    'https://www.geonode-gfdrrlab.org/uploaded/thumbs/')
WHERE thumbnail_url LIKE 'https://www.geonode-gfdrrlab.org/media/thumbs/%';