formatting
This commit is contained in:
parent
f1b8f02110
commit
0493b5086d
1 changed files with 1 additions and 1 deletions
|
@ -684,7 +684,7 @@ box2d<double> postgis_datasource::envelope() const
|
|||
double lox=lexical_cast<double>(rs->getValue(0));
|
||||
double loy=lexical_cast<double>(rs->getValue(1));
|
||||
double hix=lexical_cast<double>(rs->getValue(2));
|
||||
double hiy=lexical_cast<double>(rs->getValue(3));
|
||||
double hiy=lexical_cast<double>(rs->getValue(3));
|
||||
extent_.init(lox,loy,hix,hiy);
|
||||
extent_initialized_ = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue