Override grainstore "extent" to be full webmercator
See https://github.com/Vizzuality/cartodb/issues/737
This commit is contained in:
parent
a382b9f601
commit
604fd58f2e
@ -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",
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user