formatting
This commit is contained in:
parent
480a8f3d48
commit
8553514f23
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ void ogr_datasource::init(mapnik::parameters const& params)
|
||||||
{
|
{
|
||||||
OGREnvelope envelope;
|
OGREnvelope envelope;
|
||||||
layer->GetExtent(&envelope);
|
layer->GetExtent(&envelope);
|
||||||
extent_.init(envelope.MinX, envelope.MinY, envelope.MaxX, envelope.MaxY);
|
extent_.init(envelope.MinX, envelope.MinY, envelope.MaxX, envelope.MaxY);
|
||||||
}
|
}
|
||||||
|
|
||||||
// scan for index file
|
// scan for index file
|
||||||
|
|
Loading…
Reference in a new issue