Enlarge default map extent

See https://github.com/Vizzuality/grainstore/issues/42
This commit is contained in:
Sandro Santilli 2012-11-28 11:24:04 +01:00
parent 820c836050
commit a0cd4354a7
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -10,7 +10,7 @@ var config = {
user: "publicuser", user: "publicuser",
host: '127.0.0.1', host: '127.0.0.1',
port: 6432, port: 6432,
extent: "-20005048.4188,-20005048.4188,20005048.4188,20005048.4188", extent: "-20037508.5,-20037508.5,20037508.5,20037508.5",
simplify: true, simplify: true,
max_size: 500 max_size: 500
} }

View File

@ -10,7 +10,7 @@ var config = {
user: "publicuser", user: "publicuser",
host: '127.0.0.1', host: '127.0.0.1',
port: 6432, port: 6432,
extent: "-20005048.4188,-20005048.4188,20005048.4188,20005048.4188", extent: "-20037508.5,-20037508.5,20037508.5,20037508.5",
simplify: true, simplify: true,
max_size: 500 max_size: 500
} }

View File

@ -10,7 +10,7 @@ var config = {
user: "publicuser", user: "publicuser",
host: '127.0.0.1', host: '127.0.0.1',
port: 5432, port: 5432,
extent: "-20005048.4188,-20005048.4188,20005048.4188,20005048.4188", extent: "-20037508.5,-20037508.5,20037508.5,20037508.5",
simplify: true, simplify: true,
max_size: 500 max_size: 500
} }