Skip to content
Snippets Groups Projects
Commit 86b45c4d authored by Stéphane Albert's avatar Stéphane Albert
Browse files

BUG: MANTIS-1284: Changed GDAL overviews min-size to 4096 (Monteverdi).

parent 353188e9
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ bool
OVERVIEWS_ENABLED_DEFAULT = true;
int
OVERVIEWS_SIZE_DEFAULT = 512;
OVERVIEWS_SIZE_DEFAULT = 4096;
/*****************************************************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment