Reduce default extent to allow for consistent proj4 round-tripping

See https://github.com/Vizzuality/grainstore/issues/42
This commit is contained in:
Sandro Santilli 2012-11-29 10:20:37 +01:00
parent 02d4473766
commit 69508f05d7
5 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,7 @@
1.1.4 (DD//MM//YY)
-----
* Reduce default extent to allow for consistent proj4 round-tripping
1.1.3 (DD//MM//YY)
-----

View File

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

View File

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

View File

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

View File

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