From 9ca318a0a73c25dcdb5bf88cf68b922bcdddd826 Mon Sep 17 00:00:00 2001 From: Jeremiah Cooper Date: Thu, 2 Aug 2018 23:39:11 -0400 Subject: [PATCH] Revert back to the original geonode thumbnails for now until we can fix the animated gif thumbnails for layers and stories. --- mapstory/settings/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mapstory/settings/base.py b/mapstory/settings/base.py index 8cfe6fcfe..40451fcd1 100755 --- a/mapstory/settings/base.py +++ b/mapstory/settings/base.py @@ -731,7 +731,7 @@ def __getitem__(self, item): ] # Choose thumbnail generator -- this is the delayed phantomjs generator -THUMBNAIL_GENERATOR = "mapstory.apps.thumbnails.tasks.create_gs_thumbnail_mapstory_tx_aware" +THUMBNAIL_GENERATOR = "geonode.layers.utils.create_gs_thumbnail_geonode" # # Classification banner