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) 1.1.4 (DD//MM//YY)
----- -----
* Reduce default extent to allow for consistent proj4 round-tripping
1.1.3 (DD//MM//YY) 1.1.3 (DD//MM//YY)
----- -----

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: "-20037508.5,-20037508.5,20037508.5,20037508.5", extent: "-20037508.3,-20037508.3,20037508.3,20037508.3",
/* 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: "-20037508.5,-20037508.5,20037508.5,20037508.5", extent: "-20037508.3,-20037508.3,20037508.3,20037508.3",
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: "-20037508.5,-20037508.5,20037508.5,20037508.5", extent: "-20037508.3,-20037508.3,20037508.3,20037508.3",
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: "-20037508.5,-20037508.5,20037508.5,20037508.5", extent: "-20037508.3,-20037508.3,20037508.3,20037508.3",
simplify: true, simplify: true,
max_size: 500 max_size: 500
} }