From 15d278bfb32ea968ba46563e26d1086cd0008c18 Mon Sep 17 00:00:00 2001 From: Suren Date: Fri, 20 Mar 2026 12:55:44 +0530 Subject: [PATCH 1/3] Modify the default layer format image --- geonode/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geonode/settings.py b/geonode/settings.py index 1150c4247d7..875e98bd9f7 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? From 5d9a453aaf3d5efd2f0ff8ba647b8a290a0513e7 Mon Sep 17 00:00:00 2001 From: Suren Date: Fri, 20 Mar 2026 15:26:46 +0530 Subject: [PATCH 2/3] updated .clabot --- .clabot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.clabot b/.clabot index d2dabc00bdd..5698a534b78 100644 --- a/.clabot +++ b/.clabot @@ -85,6 +85,7 @@ "sijandh35", "mcihad", "F0rtiter", - "nrjadkry" + "nrjadkry", + "dsuren1" ] } From 05fe4c350f728b32c22526ec2d0937fb20e58081 Mon Sep 17 00:00:00 2001 From: Suren Date: Wed, 15 Apr 2026 09:29:14 +0530 Subject: [PATCH 3/3] fixed comment and updated default layer format in doc --- docs/site/setup/configuration/settings/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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