Adds default value for raster overviews configuration
This commit is contained in:
parent
697f3473f6
commit
6325a23bb4
@ -63,6 +63,7 @@ var config = {
|
|||||||
*/
|
*/
|
||||||
row_limit: 65535,
|
row_limit: 65535,
|
||||||
simplify_geometries: true,
|
simplify_geometries: true,
|
||||||
|
use_overviews: true, // use overviews to retrieve raster
|
||||||
/*
|
/*
|
||||||
* Set persist_connection to false if you want
|
* Set persist_connection to false if you want
|
||||||
* database connections to be closed on renderer
|
* database connections to be closed on renderer
|
||||||
|
@ -65,6 +65,7 @@ var config = {
|
|||||||
*/
|
*/
|
||||||
persist_connection: false,
|
persist_connection: false,
|
||||||
simplify_geometries: true,
|
simplify_geometries: true,
|
||||||
|
use_overviews: true, // use overviews to retrieve raster
|
||||||
max_size: 500
|
max_size: 500
|
||||||
}
|
}
|
||||||
,mapnik_version: undefined
|
,mapnik_version: undefined
|
||||||
|
@ -57,6 +57,7 @@ var config = {
|
|||||||
extent: "-20037508.3,-20037508.3,20037508.3,20037508.3",
|
extent: "-20037508.3,-20037508.3,20037508.3,20037508.3",
|
||||||
row_limit: 65535,
|
row_limit: 65535,
|
||||||
simplify_geometries: true,
|
simplify_geometries: true,
|
||||||
|
use_overviews: true, // use overviews to retrieve raster
|
||||||
/*
|
/*
|
||||||
* Set persist_connection to false if you want
|
* Set persist_connection to false if you want
|
||||||
* database connections to be closed on renderer
|
* database connections to be closed on renderer
|
||||||
|
@ -57,6 +57,7 @@ var config = {
|
|||||||
extent: "-20037508.3,-20037508.3,20037508.3,20037508.3",
|
extent: "-20037508.3,-20037508.3,20037508.3,20037508.3",
|
||||||
row_limit: 65535,
|
row_limit: 65535,
|
||||||
simplify_geometries: true,
|
simplify_geometries: true,
|
||||||
|
use_overviews: true, // use overviews to retrieve raster
|
||||||
/*
|
/*
|
||||||
* Set persist_connection to false if you want
|
* Set persist_connection to false if you want
|
||||||
* database connections to be closed on renderer
|
* database connections to be closed on renderer
|
||||||
|
Loading…
Reference in New Issue
Block a user