diff --git a/.clabot b/.clabot index d2dabc00bdd..5698a534b78 100644 --- a/.clabot +++ b/.clabot @@ -85,6 +85,7 @@ "sijandh35", "mcihad", "F0rtiter", - "nrjadkry" + "nrjadkry", + "dsuren1" ] } diff --git a/docs/site/setup/configuration/settings/index.html b/docs/site/setup/configuration/settings/index.html index 039c646ad9c..93dc519a852 100644 --- a/docs/site/setup/configuration/settings/index.html +++ b/docs/site/setup/configuration/settings/index.html @@ -158,7 +158,7 @@
- +
GeoNode/geonode @@ -380,7 +380,7 @@
- +
GeoNode/geonode @@ -2861,7 +2861,7 @@

DDEFAULT_LAYER_FORMAT
    -
  • Default image/png
  • +
  • Default image/vnd.jpeg-png
  • Env: DEFAULT_LAYER_FORMAT
diff --git a/geonode/settings.py b/geonode/settings.py index 84a17ca31b7..6f99dd0c10b 100644 --- a/geonode/settings.py +++ b/geonode/settings.py @@ -1368,7 +1368,7 @@ # Note: If set to EPSG:4326, then only EPSG:4326 basemaps will work. DEFAULT_MAP_CRS = os.environ.get("DEFAULT_MAP_CRS", "EPSG:3857") -DEFAULT_LAYER_FORMAT = os.environ.get("DEFAULT_LAYER_FORMAT", "image/png") +DEFAULT_LAYER_FORMAT = os.environ.get("DEFAULT_LAYER_FORMAT", "image/vnd.jpeg-png") DEFAULT_TILE_SIZE = os.environ.get("DEFAULT_TILE_SIZE", 512) # Where should newly created maps be focused?