fix sqlite featureset results when non using an rtree index - closes #1667
This commit is contained in:
parent
00e6316ef8
commit
9b3d2b7d8e
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ private:
|
|||
boost::shared_ptr<sqlite_resultset> rs_;
|
||||
mapnik::context_ptr ctx_;
|
||||
boost::scoped_ptr<mapnik::transcoder> tr_;
|
||||
mapnik::box2d<double> const& bbox_;
|
||||
mapnik::box2d<double> bbox_;
|
||||
mapnik::wkbFormat format_;
|
||||
bool spatial_index_;
|
||||
bool using_subquery_;
|
||||
|
|
Loading…
Reference in a new issue