Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .clabot
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"sijandh35",
"mcihad",
"F0rtiter",
"nrjadkry"
"nrjadkry",
"dsuren1"
]
}
2 changes: 1 addition & 1 deletion geonode/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Comment thread
dsuren1 marked this conversation as resolved.
DEFAULT_TILE_SIZE = os.environ.get("DEFAULT_TILE_SIZE", 512)

# Where should newly created maps be focused?
Expand Down
Loading