Merge branch 'master' of github.com:Vizzuality/Windshaft-cartodb

This commit is contained in:
Simon Tokumine 2012-06-06 15:24:55 +01:00
commit cea22f438c
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;