Override grainstore "extent" to be full webmercator

See https://github.com/Vizzuality/cartodb/issues/737
This commit is contained in:
Sandro Santilli 2012-06-05 19:17:49 +02:00
parent a382b9f601
commit 604fd58f2e
3 changed files with 5 additions and 2 deletions

View File

@ -9,6 +9,7 @@ var config = {
user: "tileuser",
host: '127.0.0.1',
port: 5432,
extent: "-20005048.4188,-20005048.4188,20005048.4188,20005048.4188",
/* experimental
geometry_field: "the_geom",
extent: "-180,-90,180,90",

View File

@ -8,6 +8,7 @@ var config = {
user: "tileuser",
host: '127.0.0.1',
port: 6432,
extent: "-20005048.4188,-20005048.4188,20005048.4188,20005048.4188",
simplify: true
}
,redis: {
@ -26,4 +27,4 @@ var config = {
}
};
module.exports = config;
module.exports = config;

View File

@ -9,6 +9,7 @@ var config = {
host: '127.0.0.1',
port: 5432,
srid: 4326,
extent: "-20005048.4188,-20005048.4188,20005048.4188,20005048.4188",
max_size: 0,
simplify: true
}
@ -30,4 +31,4 @@ var config = {
}
};
module.exports = config;
module.exports = config;